• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2026-03-08 20:24:40 +01:00
6bdf281eab used make_object for object_ptr in tests
sascha pushed to main at sascha/rsql-parser 2026-03-08 19:27:58 +01:00
21fc06173e some renamings for clarity and consistency
sascha pushed to feature/matador-ng at sascha/query 2026-03-07 16:34:53 +01:00
801fbdd187 fixed nextval and update tests
sascha pushed to main at sascha/rsql-parser 2026-03-07 10:56:47 +01:00
86c8a11074 added missing include std::algorithm
sascha pushed to feature/matador-ng at sascha/query 2026-03-06 15:40:03 +01:00
2aff0cabbb column_expression progress
sascha pushed to feature/matador-ng at sascha/query 2026-03-06 07:29:53 +01:00
9b4738a5ff progress on column_expression and table_column_expression
sascha pushed to feature/matador-ng at sascha/query 2026-03-05 16:10:10 +01:00
bc8158a6ca column_expression progress
sascha pushed to feature/matador-ng at sascha/query 2026-03-02 16:21:00 +01:00
d9eaa2009f split column expression into separate classes
sascha pushed to feature/matador-ng at sascha/query 2026-03-01 20:24:05 +01:00
85c56584be added column_expression and table_column_expression
sascha pushed to feature/matador-ng at sascha/query 2026-02-27 16:29:57 +01:00
1e78430855 added returning to update statement and added error code implementation for query
sascha pushed to feature/matador-ng at sascha/query 2026-02-26 07:31:41 +01:00
626eae1ac8 added more pk generator types
sascha pushed to feature/matador-ng at sascha/query 2026-02-25 15:51:06 +01:00
0157233b02 removed serialize(const char*) method
sascha pushed to feature/matador-ng at sascha/query 2026-02-24 16:24:23 +01:00
cab3e508bb Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng
d50a8f2b76 added sequence_pk_generator implementation
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-22 22:36:49 +01:00
e45c38b229 added object_cache and test
sascha pushed to feature/matador-ng at sascha/query 2026-02-19 22:32:20 +01:00
a2c5bca709 has many to many relation inserts
cfd2a9c423 some test adjustments
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-19 18:17:52 +01:00
1deaab116c set result_type in query_context to specify type
02d6ac514c added checks for lazy relation
4377f2fab1 comment unused variables
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-18 22:17:49 +01:00
6c3af53dfa added missing include for atomic
sascha pushed to feature/matador-ng at sascha/query 2026-02-18 15:44:40 +01:00
36168b2e33 some code refactoring and cleanup
sascha pushed to feature/matador-ng at sascha/query 2026-02-18 15:32:44 +01:00
e5072741f0 insert_query_builder progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-17 22:44:00 +01:00
0876535b44 primary key generator progress: added primary_key_generator_finder