• Joined on 2023-03-28
sascha pushed to main at sascha/query 2024-01-21 15:21:53 +01:00
b158b41556 added mysql data type string conversion
sascha pushed to main at sascha/query 2024-01-19 07:58:42 +01:00
9355f7ea27 extract not null constraint into enum
sascha pushed to main at sascha/query 2024-01-18 07:21:46 +01:00
ed6366fef6 determine NOT NULL constraint from std::optional
5804454ae6 replaced catch2 generator with template test
Compare 2 commits »
sascha opened issue sascha/query#4 2024-01-17 08:10:07 +01:00
Add blob support
sascha pushed to main at sascha/query 2024-01-16 22:09:25 +01:00
2060883d59 query preparations for std::optional
sascha opened issue sascha/query#3 2024-01-16 19:40:25 +01:00
Add ODBC/MSSQL backend
sascha opened issue sascha/query#2 2024-01-16 19:33:31 +01:00
Support automatic SQL NULLABLE via std::optional
sascha opened issue sascha/query#1 2024-01-16 19:30:34 +01:00
Add prepared statement cache
sascha pushed to main at sascha/query 2024-01-14 11:16:46 +01:00
92eb30767e extended TypeTraitsTest for mysql
71cb460e4c initialized mysql binder member is_null_vector
a16d3d7a21 fixed mysql dialect configuration
Compare 3 commits »
sascha pushed to main at sascha/query 2024-01-05 15:58:42 +01:00
4504c783e1 statement cache progress
sascha pushed to main at sascha/query 2023-12-17 22:12:54 +01:00
94b1c356a5 updated README.md
sascha pushed to main at sascha/query 2023-12-17 22:11:49 +01:00
320d06bb20 added mysql backend
sascha pushed to main at sascha/query 2023-12-11 20:19:02 +01:00
2893f749b6 updated README.md
sascha pushed to main at sascha/query 2023-12-11 20:16:47 +01:00
56c65203fc updated README.md
sascha pushed to main at sascha/query 2023-12-11 20:07:12 +01:00
81f22d73d9 removed sql statement from execute result
sascha pushed to main at sascha/query 2023-12-11 17:20:46 +01:00
1c92e07173 added data binding traits
sascha pushed to main at sascha/query 2023-12-10 22:40:06 +01:00
8ad13076c8 implemented specialization of data types via type traits and handling of embedded non-trivial types
sascha pushed to main at sascha/query 2023-12-09 11:08:12 +01:00
da423ea8bb implemented prepared statement for postgres and sqlite
sascha pushed to main at sascha/query 2023-11-27 20:24:48 +01:00
8ba70cc79e fixed a bug when acquiring a connection with a specific id
sascha pushed to main at sascha/query 2023-11-27 17:38:26 +01:00
5326102801 enhanced connection pool to acquire connection by specific id