• Joined on 2023-03-28
sascha pushed to main at sascha/query 2024-01-31 07:21:15 +01:00
7c02d745c8 backend tests progress
sascha pushed to main at sascha/query 2024-01-29 20:37:09 +01:00
e171147915 backend tests progress
sascha pushed to main at sascha/query 2024-01-29 07:22:36 +01:00
47848ff674 backend tests progress
sascha pushed to main at sascha/query 2024-01-25 22:28:37 +01:00
615143efb0 added tests for backends
sascha pushed to main at sascha/query 2024-01-23 16:10:06 +01:00
aa5d32e30c blob progress
sascha pushed to main at sascha/query 2024-01-23 07:20:39 +01:00
9c8e402692 added blob interface to backend binder classes
sascha pushed to main at sascha/query 2024-01-22 16:22:41 +01:00
9509e56f3e blob progress
sascha pushed to main at sascha/query 2024-01-22 07:11:41 +01:00
102a7fc604 added blob type (progress)
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