Commit Graph

136 Commits

Author SHA1 Message Date
Sascha Kühl bcec740d60 collection_resolver progress 2026-01-29 17:23:16 +01:00
Sascha Kühl 602b77e67b collection_resolver progress 2026-01-28 16:09:54 +01:00
Sascha Kühl 6205ae81c9 collection_resolver progress 2026-01-27 16:31:37 +01:00
Sascha Kühl b6cabbe3ed collection resolver progress 2026-01-27 08:14:05 +01:00
Sascha Kühl 4b015c8ced fixed table_column naming consistency and added result_name method 2026-01-23 13:03:41 +01:00
Sascha Kühl d13ccc861e renamed query_compiler to query_builder. Changed handling of column names (broken) 2026-01-23 08:10:38 +01:00
Sascha Kühl 686b1ddb7a progress on query compiler 2026-01-22 16:14:42 +01:00
Sascha Kühl b331ef6923 criteria progress 2026-01-22 11:38:02 +01:00
Sascha Kühl 328d164c05 criteria progress 2026-01-21 16:08:27 +01:00
Sascha Kühl ac514c3765 query collection resolver producer progress 2026-01-20 08:12:21 +01:00
Sascha Kühl 623a64b610 added collection, collection proxy and collection resolver implementations 2026-01-18 22:11:51 +01:00
Sascha Kühl 4c899ae2f2 added has_many for non object_ptr types 2026-01-16 15:54:21 +01:00
Sascha Kühl 7626331866 implemented lazy loading for object_ptr and belongs_to 2026-01-15 12:40:54 +01:00
Sascha Kühl ac53526a27 added SchemaTest, fixed bug in class shipment, added contains methods to class schema and enabled some tests 2026-01-09 09:32:47 +01:00
Sascha Kühl 930b9d1aa4 added timestamp code, support columns for group by and order by and tested load has-many eager code 2026-01-08 15:14:31 +01:00
Sascha Kühl 0bf945cd13 some improvements to dump schema 2026-01-07 09:32:57 +01:00
Sascha Kühl c6747074f5 renamed timestamp to timestamp_type_t 2026-01-07 09:23:47 +01:00
Sascha Kühl f30c250a20 renamed blob to blob_type_t 2026-01-07 09:21:10 +01:00
Sascha Kühl dfd31cdf35 moved dump schema method to class schema 2026-01-07 09:09:17 +01:00
Sascha Kühl 0c6b5a0a93 added date_type_t, time_type_t and timestamp, ensure allocated postgres resources are released, split repository into basic_repository and repository. 2026-01-06 15:43:20 +01:00
Sascha Kühl a79d50e6e8 fixed PostgreSQL tests 2026-01-01 17:08:20 +01:00
Sascha Kühl 7cb64515bd added meta table macro and removed unused query_macro 2025-12-31 13:54:32 +01:00
Sascha Kühl b9d35cbd4e renamed column to table_column and constraint to table_constraint. 2025-12-31 13:01:54 +01:00
Sascha Kühl ab2d39407c schema progress (does not compile) 2025-12-31 11:56:12 +01:00
Sascha Kühl d104222fdd observer progress, added to schema and added schema_observer class 2025-12-19 15:56:36 +01:00
Sascha Kühl 5e2d2ddde5 added observer to repository and updated tests 2025-12-18 16:13:36 +01:00
Sascha Kühl 6307850721 moved schema to query namespace 2025-12-17 15:15:04 +01:00
Sascha Kühl 9eec5b64fb fixed compilation 2025-12-16 16:21:09 +01:00
Sascha Kühl 4a19322ef8 use raw pointer of table in class column (progress, needs fixes in tests) 2025-12-15 17:31:43 +01:00
Sascha Kühl 9418f28348 constraint progress 2025-12-14 20:50:00 +01:00
Sascha Kühl 9ba58eb05b constraint, column and table query progress 2025-12-12 15:49:30 +01:00
Sascha Kühl 9b7b74524f removed string from restriction 2025-12-09 21:13:47 +01:00
Sascha Kühl c4f8731262 renamed constraint to restriction 2025-12-09 14:53:29 +01:00
Sascha Kühl 4fcbe9c064 object changes 2025-12-09 14:47:08 +01:00
Sascha Kühl 263c202c69 some column interface refactorings 2025-12-08 16:27:00 +01:00
Sascha Kühl 3b0b9615ca renamed fetch types to be pascal case 2025-12-08 13:44:53 +01:00
Sascha Kühl 98da0884f1 schema creation progress 2025-12-05 07:32:59 +01:00
Sascha Kühl d2f1bc0b8e Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng
# Conflicts:
#	source/orm/query/query_compiler.cpp
2025-12-04 19:20:49 +01:00
Sascha Kühl 980cabe94f fixed schema creation 2025-12-04 16:06:39 +01:00
Sascha Kühl e74424aaaa added missing includes 2025-12-03 17:13:01 +01:00
Sascha Kühl 19eb54df8d query builder progress 2025-12-03 16:18:03 +01:00
Sascha Kühl bfbbd4c589 query builder progress 2025-12-02 16:19:13 +01:00
Sascha Kühl ede5a8c636 object generator progress 2025-11-24 16:26:52 +01:00
Sascha Kühl 19b0adf737 fixed compilation and tests 2025-11-23 11:02:17 +01:00
Sascha Kühl 78abf16f28 builder progress (attribute, object and constraint class in todo.md) 2025-11-21 15:58:33 +01:00
Sascha Kühl 34eaeca0bb small fixes for table, column and query_macro 2025-11-21 12:25:38 +01:00
Sascha Kühl e235c111a1 moved query macro generated class to namespace matador::query::meta 2025-11-21 10:12:54 +01:00
Sascha Kühl a146dce321 renamed class attribute_definition_generator to attribute_generator 2025-11-21 09:24:53 +01:00
Sascha Kühl 758284c2b3 renamed class attribute_definition to attribute 2025-11-21 09:22:00 +01:00
Sascha Kühl d8903ed772 compilation fixes and disabled database type char[] 2025-11-21 09:11:14 +01:00
Sascha Kühl 95c555d03a compilation fixes 2025-11-19 16:17:25 +01:00
Sascha Kühl fb4bc03da0 moved column and table class from namespace sql to query 2025-11-18 16:27:38 +01:00
Sascha Kühl 0d08ad4179 column generator progress 2025-11-12 22:18:56 +01:00
Sascha Kühl 1c5b2b21b0 column, placeholder and column_value generator progress 2025-11-12 15:53:03 +01:00
Sascha Kühl 9e76203bc9 column, placeholder and column_value generator progress 2025-11-11 16:19:58 +01:00
Sascha Kühl b3bff2dd1b column, placeholder and column_value generator progress 2025-11-10 16:12:53 +01:00
Sascha Kühl 4b51ad21da added alter table command to fluent query builder 2025-11-05 11:05:03 +01:00
Sascha Kühl c87a4c29b4 added alter table command to fluent query builder (progress) 2025-11-04 16:24:43 +01:00
Sascha Kühl c3c7ea57a2 added alter table command to fluent query builder (progress) 2025-11-03 16:21:26 +01:00
Sascha Kühl 270c2922ff uses criteria for session::find methods 2025-10-30 14:54:39 +01:00
Sascha Kühl 93785a6bc2 removed condition classes, functions and operators 2025-10-27 16:25:12 +01:00
Sascha Kühl 6fa56b2019 removed condition classes, functions and operators 2025-10-27 16:24:51 +01:00
Sascha Kühl f29f642e72 Changed names of dialect tokens to PascalCase writing 2025-10-27 10:33:50 +01:00
Sascha Kühl 69ce2c34cf added criteria_evaluator and extended all criteria classes with missing methods 2025-10-26 19:57:22 +01:00
Sascha Kühl 5d53addc60 added new query criteria class set 2025-10-20 13:20:56 +02:00
Sascha Kühl d0e2e4340e statement binding progress 2025-10-13 16:14:03 +02:00
Sascha Kühl 24842f3313 session update progress 2025-10-13 07:07:00 +02:00
Sascha Kühl 399fa9a157 changed type of on_revision value parameter to uint64_t 2025-10-12 11:03:28 +02:00
Sascha Kühl 463647ba59 fixed session tests 2025-10-08 16:03:00 +02:00
Sascha Kühl 3ae2b003aa renamed schema to repository 2025-08-28 16:12:26 +02:00
Sascha Kühl 6b24a0e413 proxy lazy resolve progress 2025-08-19 18:07:27 +02:00
Sascha Kühl 18d21eb1c6 lazy loading progress 2025-08-19 07:30:23 +02:00
Sascha Kühl 843d125b99 added session context and implemented the executor interface for session 2025-08-14 15:48:21 +02:00
sascha ebd8bccfb3 implemented the first version of statement_cache 2025-07-30 10:34:33 +02:00
Sascha Kühl 7b5123df16 changed the interface of on_primary_key to have a third parameter of type primary_key_attribute 2025-07-18 12:08:21 +02:00
Sascha Kühl fa393a1e30 ensure proper table creation in session::create_schema including foreign key constraints 2025-07-17 15:56:15 +02:00
Sascha Kühl d0b3ce4231 removed unused code 2025-02-21 07:29:41 +01:00
Sascha Kühl ec96c15905 fixed postgres tests 2025-02-15 12:36:21 +01:00
Sascha Kühl 336b2a7342 fixed backend tests 2025-02-13 16:13:20 +01:00
Sascha Kühl 2efb106fc3 fixed linux compile 2025-02-13 07:06:10 +01:00
Sascha Kühl 5d41a592bb fixed backend test compilation 2025-02-12 16:01:52 +01:00
Sascha Kühl 0b70f5d4ee added more tests 2025-02-06 16:17:47 +01:00
Sascha Kühl 45a7199ccf added escape character in comment 2025-02-05 15:47:27 +01:00
Sascha Kühl ded3daceb3 initial matador ng commit 2025-02-02 20:37:12 +01:00
Sascha Kuehl 5a3cdc8645 removed query directory 2024-04-07 15:18:41 +02:00
Sascha Kuehl a3f467a5a8 query compiler progress 2024-02-18 18:12:00 +01:00