• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2026-05-20 16:22:21 +02:00
7216f07c9f refactored insert_query_builder into insert_step_processor and added insert_context
sascha pushed to feature/matador-ng at sascha/query 2026-05-19 15:50:46 +02:00
aa8da1f76f insert_query_builder optimizations
sascha pushed to feature/matador-ng at sascha/query 2026-05-18 22:04:14 +02:00
627af1d1a8 removed unused code
sascha pushed to feature/matador-ng at sascha/query 2026-05-18 22:01:43 +02:00
0f3028c5c7 use specific type for vector to match expected sizes
25405de2e0 renamed record_printer to RecordPrinter
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-05-18 15:06:00 +02:00
e58b7b9b0d moved prepare_* methods from dialect to query_utils
052ff657c1 updated todo.md
08a28b1627 completed session tests for lazy and eager has_many_to_many tests
60f03246dc rename record_printer to RecordPrinter
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-05-18 12:28:28 +02:00
caacdfa34a added has_one eager functionality and tests
8c8423bf64 fixed has one definitions
820b5432b2 renamed collection resolver producer related classes
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-05-18 06:58:33 +02:00
bf99642af4 resolve has one progress
sascha pushed to feature/matador-ng at sascha/query 2026-05-17 21:46:48 +02:00
9f54716df2 resolve has one progress
sascha pushed to feature/matador-ng at sascha/query 2026-05-15 15:23:07 +02:00
57703dfb67 has one progress
sascha pushed to feature/matador-ng at sascha/query 2026-05-15 07:24:55 +02:00
22f6f71412 insert has one progress
sascha pushed to feature/matador-ng at sascha/query 2026-05-13 16:09:43 +02:00
1cdd83cb31 added belongs to and has one tests
sascha pushed to feature/matador-ng at sascha/query 2026-05-12 16:04:19 +02:00
e3618c60e3 added more has many to many test cases with different pk generators
sascha pushed to feature/matador-ng at sascha/query 2026-05-11 21:17:32 +02:00
ceb7795d9c has many primitive collection resolver with table and sequence
sascha pushed to feature/matador-ng at sascha/query 2026-05-11 20:54:54 +02:00
68eb2b6a6e has many primitive collection resolver
sascha pushed to feature/matador-ng at sascha/query 2026-05-08 15:54:02 +02:00
a714cd2a53 has many primitive relation progress
sascha pushed to feature/matador-ng at sascha/query 2026-05-07 16:18:14 +02:00
1e08996087 renamed a member variable
sascha pushed to feature/matador-ng at sascha/query 2026-05-07 14:29:41 +02:00
5e6ba3666e added benchmark test suite
3d4a61749b renamed template parameters
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-05-07 10:21:34 +02:00
3658664eb9 added checks to SessionInsertHasMany Test
8753042b3c added is_state method to object_proxy and object_ptr to check state
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-05-07 09:27:28 +02:00
85d297995d insert query builder insert step improvements
sascha pushed to feature/matador-ng at sascha/query 2026-05-06 22:51:23 +02:00
e6adffc264 insert query builder insert step refactoring progress