• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2026-01-23 16:32:35 +01:00
d69c0a5769 added work query example
sascha pushed to feature/matador-ng at sascha/query 2026-01-23 16:23:13 +01:00
36a160e1c7 added table_column tests
4b015c8ced fixed table_column naming consistency and added result_name method
15f959b24e renamed sql_command enum names
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-01-23 08:10:43 +01:00
d13ccc861e renamed query_compiler to query_builder. Changed handling of column names (broken)
sascha pushed to feature/matador-ng at sascha/query 2026-01-22 16:14:49 +01:00
686b1ddb7a progress on query compiler
b331ef6923 criteria progress
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-01-21 16:08:35 +01:00
328d164c05 criteria progress
sascha pushed to feature/matador-ng at sascha/query 2026-01-20 08:12:26 +01:00
ac514c3765 query collection resolver producer progress
sascha pushed to feature/matador-ng at sascha/query 2026-01-18 22:11:56 +01:00
623a64b610 added collection, collection proxy and collection resolver implementations
sascha pushed to feature/matador-ng at sascha/query 2026-01-16 15:54:33 +01:00
4c899ae2f2 added has_many for non object_ptr types
sascha pushed to feature/matador-ng at sascha/query 2026-01-16 15:28:02 +01:00
5dae396842 use int64_t as id type in shipment model
bc1d5effd3 added compiler flags for windows to support /bigobj option
340fa5fd28 cast explicitly to std::vector for query_insert_intermediate::into method
1143710f8d added missing include of stringstream for windows
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-01-15 12:41:10 +01:00
7626331866 implemented lazy loading for object_ptr and belongs_to
db8e137c11 added belongs-to-eager test
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2026-01-09 18:10:29 +01:00
b9f5819be5 use table metas where possible
sascha pushed to feature/matador-ng at sascha/query 2026-01-09 09:32:55 +01:00
ac53526a27 added SchemaTest, fixed bug in class shipment, added contains methods to class schema and enabled some tests
sascha pushed to feature/matador-ng at sascha/query 2026-01-08 15:14:58 +01:00
930b9d1aa4 added timestamp code, support columns for group by and order by and tested load has-many eager code
sascha pushed to feature/matador-ng at sascha/query 2026-01-07 09:33:03 +01:00
0bf945cd13 some improvements to dump schema
sascha pushed to feature/matador-ng at sascha/query 2026-01-07 09:24:02 +01:00
c6747074f5 renamed timestamp to timestamp_type_t
f30c250a20 renamed blob to blob_type_t
41f6c9f516 adjust work project to the current codebase
dfd31cdf35 moved dump schema method to class schema
099b72be05 remove double sql command
Compare 8 commits »
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