Skip to content

Releases: Axter-com/sqlite3pp_EZ

sqlite3pp_EZ v3.37.2_EZ_v1.0.6

08 Jun 00:06
Compare
Choose a tag to compare

sqlite3pp_EZ v3.36.0.EZ_v1.0.5

11 Jan 22:28
Compare
Choose a tag to compare

Made fixes for functions Table::Insert and Table::UpdateDb.
Added to_string, to_wstring, and to_tstring overloaded functions for Clob, Blob, Date, and Datetime types.

Unicode support and SQLite3 sub types

02 Dec 23:03
Compare
Choose a tag to compare
  1. Unicode support
  2. Support for all new SQLite3 sub types
  3. Supports correct fetching DB Date and Datetime types
  4. Template Table class
  5. SQL Class Builder

v3.36.0.EZ_v1.0.4

27 Nov 21:59
Compare
Choose a tag to compare

Wrapped column and table queries with double quote.
For the SQLiteClassBuilder, added ability to create a main header which includes all the other header created.
The main here has a commented out example function to run a test that creates an instance for all tables/views and populates the instances with all the DB content. A second example function can display all the content of the database.