Commit Graph
100 Commits
Author SHA1 Message Date
sascha 9b4738a5ff progress on column_expression and table_column_expression 2026-03-06 07:29:23 +01:00
sascha bc8158a6ca column_expression progress 2026-03-05 16:10:02 +01:00
sascha d9eaa2009f split column expression into separate classes 2026-03-02 16:20:54 +01:00
sascha 85c56584be added column_expression and table_column_expression 2026-03-01 20:23:59 +01:00
sascha 1e78430855 added returning to update statement and added error code implementation for query 2026-02-27 16:29:49 +01:00
sascha 626eae1ac8 added more pk generator types 2026-02-26 07:31:35 +01:00
sascha 0157233b02 removed serialize(const char*) method 2026-02-25 15:51:00 +01:00
sascha cab3e508bb Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng 2026-02-24 16:24:18 +01:00
sascha d50a8f2b76 added sequence_pk_generator implementation 2026-02-24 16:24:06 +01:00
sascha e45c38b229 added object_cache and test 2026-02-22 22:36:42 +01:00
sascha a2c5bca709 has many to many relation inserts 2026-02-19 22:32:15 +01:00
sascha cfd2a9c423 some test adjustments 2026-02-19 22:31:51 +01:00
sascha 1deaab116c set result_type in query_context to specify type 2026-02-19 18:17:42 +01:00
sascha 02d6ac514c added checks for lazy relation 2026-02-19 18:17:15 +01:00
sascha 4377f2fab1 comment unused variables 2026-02-19 18:16:55 +01:00
sascha 6c3af53dfa added missing include for atomic 2026-02-18 22:17:38 +01:00
sascha 36168b2e33 some code refactoring and cleanup 2026-02-18 15:44:33 +01:00
sascha e5072741f0 insert_query_builder progress 2026-02-18 15:32:27 +01:00
sascha 0876535b44 primary key generator progress: added primary_key_generator_finder 2026-02-17 22:43:53 +01:00
sascha 38dc42ade8 insert_query_builder progress 2026-02-17 16:19:14 +01:00
sascha 5668f1060b added sequence-specific code (create, drop and nextval) 2026-02-17 13:31:06 +01:00
sascha 80426c5293 updated todo.md 2026-02-16 11:30:01 +01:00
sascha ac75bb6e3a added test for creating table with identity primary key 2026-02-16 11:29:47 +01:00
sascha ae7c1f510f introduced make_object function to create object_ptr instances and removed some session::insert overloads for simplicity 2026-02-16 11:29:27 +01:00
sascha a2a6448e03 introduced object_state enum in object_proxy 2026-02-16 11:28:49 +01:00
sascha f38be4c6d9 added returning token for insert query 2026-02-15 18:34:12 +01:00
sascha 9065355ee0 refactored record classe 2026-02-15 18:33:22 +01:00
sascha 54e6786ceb some improvements to select_query_builder and started insert_query_builder 2026-02-08 22:38:11 +01:00
sascha a498efd21d renamed query::entity_query_data to query::select_query_data 2026-02-07 10:37:03 +01:00
sascha 73abd61eba has many to many collection resolver progress 2026-02-03 07:26:37 +01:00
sascha f9333158e2 collection resolver progress 2026-02-01 13:17:40 +01:00
sascha c838e9dd7b removed query_record_result and moved content to query_result 2026-01-31 11:25:44 +01:00
sascha b6cabbe3ed collection resolver progress 2026-01-27 08:14:05 +01:00
sascha 046c1d8ed2 collection resolver producer progress 2026-01-25 22:00:11 +01:00
sascha 64f2d6899a removed unused parameter in handle_column function 2026-01-25 11:35:05 +01:00
sascha d13ccc861e renamed query_compiler to query_builder. Changed handling of column names (broken) 2026-01-23 08:10:38 +01:00
sascha ac514c3765 query collection resolver producer progress 2026-01-20 08:12:21 +01:00
sascha 623a64b610 added collection, collection proxy and collection resolver implementations 2026-01-18 22:11:51 +01:00
sascha 7626331866 implemented lazy loading for object_ptr and belongs_to 2026-01-15 12:40:54 +01:00
sascha db8e137c11 added belongs-to-eager test 2026-01-10 18:54:18 +01:00
sascha b9f5819be5 use table metas where possible 2026-01-09 18:10:23 +01:00
sascha 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 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 0bf945cd13 some improvements to dump schema 2026-01-07 09:32:57 +01:00
sascha c6747074f5 renamed timestamp to timestamp_type_t 2026-01-07 09:23:47 +01:00
sascha f30c250a20 renamed blob to blob_type_t 2026-01-07 09:21:10 +01:00
sascha 41f6c9f516 adjust work project to the current codebase 2026-01-07 09:09:44 +01:00
sascha dfd31cdf35 moved dump schema method to class schema 2026-01-07 09:09:17 +01:00
sascha 099b72be05 remove double sql command 2026-01-07 09:08:53 +01:00
sascha 9155927f89 added missing space 2026-01-07 09:08:23 +01:00
sascha f46d9b21a2 bugfix: use valid node for relation endpoint registration 2026-01-07 09:07:39 +01:00
sascha 456a410946 added type traits for timestamp 2026-01-07 09:07:05 +01:00
sascha c48bd4f9d6 added test for date and time, sql read and write functionality 2026-01-06 22:23:50 +01:00
sascha 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 f07a360da2 reformatted postgres_connection.cpp 2026-01-01 17:11:25 +01:00
sascha a79d50e6e8 fixed PostgreSQL tests 2026-01-01 17:08:20 +01:00
sascha 7cb64515bd added meta table macro and removed unused query_macro 2025-12-31 13:54:32 +01:00
sascha e768497cfd fixed demo project 2025-12-31 13:06:17 +01:00
sascha b9d35cbd4e renamed column to table_column and constraint to table_constraint. 2025-12-31 13:01:54 +01:00
sascha ab2d39407c schema progress (does not compile) 2025-12-31 11:56:12 +01:00
sascha 9418f28348 constraint progress 2025-12-14 20:50:00 +01:00
sascha 348f3a16d0 removed template type from foreign_node_completer::complete method 2025-12-13 10:56:25 +01:00
sascha 9b7b74524f removed string from restriction 2025-12-09 21:13:47 +01:00
sascha d4a8801cd2 preparations for object class changes 2025-12-08 22:29:07 +01:00
sascha 108eca4e53 renamed basic_types enumerations 2025-12-08 20:04:04 +01:00
sascha d4ef97ef5a removed make_relation_node method from repository_node 2025-12-08 19:45:35 +01:00
sascha 2fcb504b9a schema creation progress 2025-12-07 22:18:01 +01:00
sascha 98da0884f1 schema creation progress 2025-12-05 07:32:59 +01:00
sascha 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 bbe65f2a57 reverted CMakeLists.txt 2025-12-03 17:14:21 +01:00
sascha f6aa100435 fixed query builder test 2025-12-03 17:13:15 +01:00
sascha e74424aaaa added missing includes 2025-12-03 17:13:01 +01:00
sascha c156ab5e74 object generation progress 2025-12-01 22:03:07 +01:00
sascha 19b7044773 object generation 2025-11-30 22:03:48 +01:00
sascha e67c0f39a3 preparations for object_generator (generating objects with attributes and constraints) 2025-11-23 15:58:14 +01:00
sascha 19b0adf737 fixed compilation and tests 2025-11-23 11:02:17 +01:00
sascha 0d08ad4179 column generator progress 2025-11-12 22:18:56 +01:00
sascha 1d84b112f1 column generator progress 2025-11-11 08:02:46 +01:00
sascha 69ce2c34cf added criteria_evaluator and extended all criteria classes with missing methods 2025-10-26 19:57:22 +01:00
sascha 5d53addc60 added new query criteria class set 2025-10-20 13:20:56 +02:00
sascha 24842f3313 session update progress 2025-10-13 07:07:00 +02:00
sascha 1cda78412b fixed session::update implementation 2025-10-12 11:04:28 +02:00
sascha 399fa9a157 changed type of on_revision value parameter to uint64_t 2025-10-12 11:03:28 +02:00
sascha cb0f6322f4 removed obsolete output 2025-10-06 19:23:58 +02:00
sascha 4fd9a74ae8 session queries as statement progress 2025-10-06 07:31:16 +02:00
sascha 5d2d6d4a30 fixed some query record tests 2025-09-30 22:30:34 +02:00
sascha b40fcf0d67 initialized missing member 2025-09-28 22:26:57 +02:00
sascha 18d21eb1c6 lazy loading progress 2025-08-19 07:30:23 +02:00
sascha 466977b620 started lazy loading 2025-08-18 07:37:23 +02:00
sascha 6ac3f80887 added more metrics to statement_cache 2025-08-11 20:51:13 +02:00
sascha 2e2fcd01b6 added more metrics to statement_cache 2025-08-11 07:30:16 +02:00
sascha 4f017ac1de extended statement_cache with message bus events 2025-08-10 22:12:13 +02:00
sascha 60cef7e938 added a simple message bus 2025-08-09 15:39:13 +02:00
sascha 35fad9f47c finished statement cache class 2025-08-05 19:30:40 +02:00
sascha 31964e55c1 added a lock mechanism to statement_proxy 2025-07-31 10:15:01 +02:00
sascha 6e2baad3ef moved parameter_binder from member to parameter to bind, execute and fetch methods 2025-07-30 21:00:40 +02:00
sascha ebd8bccfb3 implemented the first version of statement_cache 2025-07-30 10:34:33 +02:00
sascha f90a670fb3 fixed compiler warnings 2025-07-21 20:08:48 +02:00
sascha d8e43c1f95 removed obsolete parameter from basic_object_info constructor 2025-07-17 22:45:27 +02:00
sascha dd737623f4 session topological sorted table creation (progress) 2025-07-15 07:09:40 +02:00