Skip to content

v0.4.0

Latest

Choose a tag to compare

@liuzicheng1987 liuzicheng1987 released this 03 Nov 20:12
5131953
  • Added sqlgen::cache
  • Generate .lib files when building for Windows
  • Add checks to make sure all headers are self-contained
  • Use reflect-cpp 0.22.0
  • Use sqlite_prepare_v2
  • Make sure we can use boolean values in conditions
  • Regression fix: Handle schemata in SQL generation (thanks @mcraveiro )
  • Fix issue with boolean data
  • Make sure that you can still insert into PostgreSQL after insertion failure
  • Make sure that special values can be added to conditions
  • Make sure that tags only compile when appropriate
  • Improved implementation for value_t
  • Refactored the iterators
  • Refactored the read and write function