• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2025-12-05 15:38:43 +01:00
2e354b435c progress on combining foreign_node_completer and relation_completer
sascha pushed to feature/matador-ng at sascha/query 2025-12-05 07:33:03 +01:00
98da0884f1 schema creation progress
d2f1bc0b8e Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng
bbe65f2a57 reverted CMakeLists.txt
f6aa100435 fixed query builder test
e74424aaaa added missing includes
Compare 5 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-04 16:06:46 +01:00
980cabe94f fixed schema creation
sascha pushed to feature/matador-ng at sascha/query 2025-12-03 16:18:10 +01:00
19eb54df8d query builder progress
sascha pushed to feature/matador-ng at sascha/query 2025-12-02 16:19:21 +01:00
bfbbd4c589 query builder progress
sascha pushed to feature/matador-ng at sascha/query 2025-12-01 22:03:12 +01:00
c156ab5e74 object generation progress
sascha pushed to feature/matador-ng at sascha/query 2025-12-01 16:14:22 +01:00
422df82b7c object generating progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-30 22:03:53 +01:00
19b7044773 object generation
sascha pushed to feature/matador-ng at sascha/query 2025-11-25 16:27:31 +01:00
f47b3bb87f object generating progress
ab7a2db869 added pk information to class object
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-24 16:26:59 +01:00
ede5a8c636 object generator progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-23 15:58:20 +01:00
e67c0f39a3 preparations for object_generator (generating objects with attributes and constraints)
sascha pushed to feature/matador-ng at sascha/query 2025-11-23 11:02:23 +01:00
19b0adf737 fixed compilation and tests
sascha pushed to feature/matador-ng at sascha/query 2025-11-21 15:58:40 +01:00
78abf16f28 builder progress (attribute, object and constraint class in todo.md)
34eaeca0bb small fixes for table, column and query_macro
e235c111a1 moved query macro generated class to namespace matador::query::meta
a146dce321 renamed class attribute_definition_generator to attribute_generator
758284c2b3 renamed class attribute_definition to attribute
Compare 7 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-20 15:35:48 +01:00
3f3773dc71 fixed core- and orm-tests. postgres-tests needs some work
sascha pushed to feature/matador-ng at sascha/query 2025-11-19 16:17:33 +01:00
95c555d03a compilation fixes
sascha pushed to feature/matador-ng at sascha/query 2025-11-18 16:27:59 +01:00
9c42df3f83 added a todo list
fb4bc03da0 moved column and table class from namespace sql to query
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-17 15:58:22 +01:00
7242dc2612 attribute_definition and object_definition progress
9ffcee1317 removed the value field from attribute_definition because it's a definition and should not hold a value.
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-14 16:16:15 +01:00
d1731a7f15 some sql classes refactorings like column and table structs to classes
34e6d41554 move the process method outside the airplane class to prove extrusive processing functionality.
61796d7c42 reuse a call to process instead of duplicting code
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-13 16:28:48 +01:00
167e2ef382 added a timeout parameter to connection_pool::acquire and a connection_pool::try_acquire with connection id
d6de8da3c8 schema progress
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-11-12 22:19:05 +01:00
0d08ad4179 column generator progress