Lukas Zanner

Results 3 issues of Lukas Zanner

As the datetime data type doesn't exist in SQLite3, the DDL method create_column_type() mapped dt_date to an integer type. This was possible because SQLite3 internally handles datetime values as text,...

SQLite

As often discussed (e.g. #90, #920, #926), SOCI doesn't have a complete support for all C++ integer types. This PR aims to fix this. To remove ambiguity and confusion in...

Just to raise awareness, the runner image we're using will soon be deprecated: https://github.com/actions/runner-images/issues/6002