Skip to content

v0.20250902.0

Choose a tag to compare

@Yaraslaut Yaraslaut released this 02 Sep 12:56
· 728 commits to master since this release
7499239

What's Changed

  • Add compile-time helper QualifiedColumnName<"TableName.ColumnName"> for constructing qualified column name by @Yaraslaut in #342
  • Introduce c++26 reflection ci and some changes to compile by @Yaraslaut in #330
  • DataMapper: Add Query().All<&Record::field>() to conveniently query a single column of the table; merge QuerySingle() and QuerySparse<>() to Query<>() by @christianparpart in #338
  • Handle null termination of the strings by @Yaraslaut in #323
  • Rename FullFieldNameOf to QuotedFieldNameOf by @christianparpart in #346
  • Drop belongs to name implementation by @Yaraslaut in #345
  • [Reflection] Implementation of functions from utils using c++26 reflection by @Yaraslaut in #332
  • Add benchmark of compilation time by @Yaraslaut in #348
  • Add alias for SqlWideTrimmedFixedString by @Yaraslaut in #351
  • Add new api function QueryToTuple that maps query into multiple types and returns a vector of the tuple by @Yaraslaut in #352

Full Changelog: v0.20250807.0...v0.20250902.0