• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2026-02-17 16:19:24 +01:00
38dc42ade8 insert_query_builder progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-17 13:31:40 +01:00
5668f1060b added sequence-specific code (create, drop and nextval)
sascha pushed to feature/matador-ng at sascha/query 2026-02-16 11:35:37 +01:00
80426c5293 updated todo.md
ac75bb6e3a added test for creating table with identity primary key
ae7c1f510f introduced make_object function to create object_ptr instances and removed some session::insert overloads for simplicity
a2a6448e03 introduced object_state enum in object_proxy
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-15 18:34:19 +01:00
f38be4c6d9 added `returning` token for insert query
9065355ee0 refactored record classe
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-12 16:16:53 +01:00
746fd9e8d2 added some additional methods to table for later use
sascha pushed to feature/matador-ng at sascha/query 2026-02-11 16:01:51 +01:00
4c63322024 identity generator progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-10 16:30:46 +01:00
881e93e0f6 added markers for handling insert
40b163ac39 pass query_context to execute
99677b0e21 introduced execute_result
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-09 16:47:02 +01:00
d9f9712487 added InsertQueryBuilderTest.cpp
c1620d620e compile fixes in session
cf977a32aa formatting amd naming issues in message_bus.hpp
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-08 22:38:18 +01:00
54e6786ceb some improvements to select_query_builder and started insert_query_builder
a498efd21d renamed query::entity_query_data to query::select_query_data
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-05 16:36:35 +01:00
c0e0499204 small changes in log_manager.cpp and add is_database_primitive type traits and test
sascha pushed to feature/matador-ng at sascha/query 2026-02-04 15:20:20 +01:00
018e27a22a renamed cascade_type enums
sascha pushed to feature/matador-ng at sascha/query 2026-02-04 15:16:28 +01:00
11bba90ded reverted CMakeLists.txt
1a1ecd1613 logger fixes
520b2bab49 stabilized logger classes
e7e66f44e2 moved pk_reader to internal
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-02-03 15:37:05 +01:00
4d886f0343 collection has-many-to-many resolve progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-03 07:26:43 +01:00
73abd61eba has many to many collection resolver progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-02 16:13:25 +01:00
b2d5db2702 enabled use of sql_logger in statement.cpp
sascha pushed to feature/matador-ng at sascha/query 2026-02-02 13:41:03 +01:00
621c3703fd collection_resolver progress
sascha pushed to feature/matador-ng at sascha/query 2026-02-01 13:17:47 +01:00
f9333158e2 collection resolver progress
sascha pushed to feature/matador-ng at sascha/query 2026-01-31 11:25:49 +01:00
c838e9dd7b removed query_record_result and moved content to query_result
sascha pushed to feature/matador-ng at sascha/query 2026-01-30 15:53:47 +01:00
0d3ab09c14 collection_resolver progress
sascha pushed to feature/matador-ng at sascha/query 2026-01-29 17:23:27 +01:00
bcec740d60 collection_resolver progress