• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2026-01-06 22:24:02 +01:00
c48bd4f9d6 added test for date and time, sql read and write functionality
0c6b5a0a93 added date_type_t, time_type_t and timestamp, ensure allocated postgres resources are released, split repository into basic_repository and repository.
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-01-01 17:11:37 +01:00
f07a360da2 reformatted postgres_connection.cpp
a79d50e6e8 fixed PostgreSQL tests
7cb64515bd added meta table macro and removed unused query_macro
e768497cfd fixed demo project
b9d35cbd4e renamed column to table_column and constraint to table_constraint.
Compare 6 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-19 15:56:42 +01:00
d104222fdd observer progress, added to schema and added schema_observer class
sascha pushed to feature/matador-ng at sascha/query 2025-12-18 16:13:43 +01:00
5e2d2ddde5 added observer to repository and updated tests
sascha pushed to feature/matador-ng at sascha/query 2025-12-17 16:03:54 +01:00
6307850721 moved schema to query namespace
sascha pushed to feature/matador-ng at sascha/query 2025-12-16 16:21:17 +01:00
9eec5b64fb fixed compilation
sascha pushed to feature/matador-ng at sascha/query 2025-12-15 17:31:51 +01:00
4a19322ef8 use raw pointer of table in class column (progress, needs fixes in tests)
sascha pushed to feature/matador-ng at sascha/query 2025-12-14 20:50:08 +01:00
9418f28348 constraint progress
348f3a16d0 removed template type from foreign_node_completer::complete method
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-12 15:49:44 +01:00
9ba58eb05b constraint, column and table query progress
sascha pushed to feature/matador-ng at sascha/query 2025-12-12 08:50:02 +01:00
758ea96ea4 reactivated relation_completer
79c46bbd38 fixed object generation on nested objects
571cfd52ae removed name member from restriction and changed attribute member to a reference
f842efb611 removed attribute_generator and constraints_generator
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-10 17:05:30 +01:00
5afb616205 object generation progress
sascha pushed to feature/matador-ng at sascha/query 2025-12-09 21:13:52 +01:00
9b7b74524f removed string from restriction
sascha pushed to feature/matador-ng at sascha/query 2025-12-09 16:42:14 +01:00
c4f8731262 renamed constraint to restriction
4fcbe9c064 object changes
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-08 22:29:14 +01:00
d4a8801cd2 preparations for object class changes
sascha pushed to feature/matador-ng at sascha/query 2025-12-08 20:04:10 +01:00
108eca4e53 renamed basic_types enumerations
d4ef97ef5a removed make_relation_node method from repository_node
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-08 16:27:06 +01:00
263c202c69 some column interface refactorings
3b0b9615ca renamed fetch types to be pascal case
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-12-07 22:18:06 +01:00
2fcb504b9a schema creation progress
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