Commit Graph

186 Commits

Author SHA1 Message Date
Sascha Kühl 44c50cf2af added name methods to column class 2025-10-29 16:08:59 +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 1d40c72519 implemented session::remove 2025-10-16 15:40:43 +02:00
Sascha Kühl d08bdb9554 added update_object_binder progress 2025-10-15 16:14:22 +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 4fd9a74ae8 session queries as statement progress 2025-10-06 07:31:16 +02:00
Sascha Kühl 5490e67ecf connection info in connection pool progress 2025-10-02 16:12:21 +02:00
Sascha Kühl 12905e3df3 fixed some repository-related tests 2025-10-01 15:39:58 +02:00
Sascha Kühl 5d2d6d4a30 fixed some query record tests 2025-09-30 22:30:34 +02:00
Sascha Kühl 3ae2b003aa renamed schema to repository 2025-08-28 16:12:26 +02:00
Sascha Kühl 839a214cef proxy lazy resolve progress 2025-08-21 16:04:40 +02:00
Sascha Kühl f1323accda proxy lazy resolve progress 2025-08-20 16:26:59 +02:00
Sascha Kühl 1370eafac4 proxy lazy resolve progress 2025-08-18 16:21:24 +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 Kühl 6ac3f80887 added more metrics to statement_cache 2025-08-11 20:51:13 +02:00
Sascha Kühl 789be1174b removed namespace interface 2025-08-11 16:59:16 +02:00
Sascha Kühl 4f017ac1de extended statement_cache with message bus events 2025-08-10 22:12:13 +02:00
Sascha Kühl 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 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 d8e43c1f95 removed obsolete parameter from basic_object_info constructor 2025-07-17 22:45:27 +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 1b2847696d fixed linux build for relation completer 2025-07-13 20:58:35 +02:00
Sascha Kühl 6ec5011e21 session insert builder progress 2025-02-28 16:12:52 +01:00
Sascha Kühl d0b3ce4231 removed unused code 2025-02-21 07:29:41 +01:00
Sascha Kühl 8ab8274d93 has many fetch with join 2025-02-19 14:51:42 +01:00
Sascha Kühl 784f6e768d has many fetch progress 2025-02-18 16:19:48 +01:00
Sascha Kühl 5109659882 session progress 2025-02-17 16:07:41 +01:00
Sascha Kühl 66d5bc6c86 fixed has many and belongs to eager loading via sql join 2025-02-16 19:57:14 +01:00
Sascha Kühl ec96c15905 fixed postgres tests 2025-02-15 12:36:21 +01:00
Sascha Kühl 5d41a592bb fixed backend test compilation 2025-02-12 16:01:52 +01:00
Sascha Kühl 55f9f8cf67 fixed column generator test 2025-02-11 21:48:47 +01:00
Sascha Kühl 1d83abcb1b schema node analyze progress 2025-02-11 16:34:06 +01:00
Sascha Kühl 8ef78bb658 added id to has_many 2025-02-07 11:46:50 +01:00
Sascha Kühl 0b70f5d4ee added more tests 2025-02-06 16:17:47 +01:00
Sascha Kühl bc3ffbda10 added connection pool and tests 2025-02-05 15:47:51 +01:00
Sascha Kühl f01e9ff87f schema progress 2025-02-04 15:19:01 +01:00
Sascha Kühl ded3daceb3 initial matador ng commit 2025-02-02 20:37:12 +01:00
Sascha Kühl 484c2d8b05 removed quotes for enum value in condition 2024-08-22 16:07:45 +02:00
Sascha Kühl 43d2f81b95 added all value constructor to class table 2024-08-22 16:07:10 +02:00
Sascha Kühl 27f6c81da2 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	demo/main.cpp
2024-08-21 15:36:34 +02:00
Sascha Kühl 12e5b27a8c progress on in conditions with queries and enums 2024-08-21 15:35:29 +02:00
Sascha Kühl ff3a2e4217 fixed record class 2024-07-15 08:14:11 +02:00
Sascha Kühl ac8b2ed4e4 added more join_left methods to query_from_intermediate to write shorter fluent sql queries 2024-04-16 17:11:08 +02:00
Sascha Kühl 4199c5029c added session test with has one relation 2024-04-15 15:54:37 +02:00
Sascha Kuehl fb57545cce added join_column_collector and implemented inverse has_many_to_many 2024-04-14 22:12:48 +02:00
Sascha Kuehl 7bb7afa227 integrated auto_reset_event into test utils 2024-04-14 11:41:36 +02:00
Sascha Kühl b4765cac88 added multi threaded pool test 2024-04-12 16:34:30 +02:00
Sascha Kühl 25bcc362f2 use result in entity_query_builder 2024-04-10 16:13:37 +02:00
Sascha Kühl 8f754f3542 added value class 2024-04-09 16:03:42 +02:00
Sascha Kühl f977b2afc9 added session tests 2024-04-08 16:38:49 +02:00
Sascha Kuehl fa7ff832c9 handle many-to-many relations separately when process entities 2024-04-07 14:45:57 +02:00
Sascha Kuehl 30e2e0c221 made dialect parameter const in condition::evaluate 2024-04-07 14:44:42 +02:00
Sascha Kuehl 85f87367c0 added default values for column alias name in constructor 2024-04-07 14:44:13 +02:00
Sascha Kuehl 05c0c0393d added type check methods to column_definition 2024-03-29 11:40:02 +01:00
Sascha Kuehl e14d9a77eb fixed name ambiguity 2024-03-29 11:39:41 +01:00
Sascha Kühl 4cda0f2664 many to many query progress (multiple joins) 2024-03-28 15:51:45 +01:00
Sascha Kühl 50a0eb580a renamed column_generator to column_definition_generator and column_name_generator to column_generator 2024-03-27 15:15:45 +01:00
Sascha Kuehl be9f66c427 start to implement session::find() 2024-03-27 07:39:06 +01:00
Sascha Kuehl 5d06a13775 added a bool operator to entity class 2024-03-27 07:38:42 +01:00
Sascha Kühl 4a04a678f9 query select changes 2024-03-26 16:05:04 +01:00
Sascha Kuehl b15b8da31f fixed field class and all tests 2024-03-19 19:49:17 +01:00
Sascha Kuehl 12919ba372 record refactoring 2024-03-17 16:32:08 +01:00
Sascha Kuehl 9a02abacea added index attribute to field class 2024-03-10 17:22:38 +01:00
Sascha Kuehl 6bbc870362 added conversion from/to blob 2024-03-10 16:55:55 +01:00
Sascha Kuehl dd94ed1020 added field class 2024-03-10 11:51:07 +01:00
Sascha Kuehl 2b552c4383 entity query builder progress 2024-03-07 19:57:42 +01:00
Sascha Kuehl 496e94ddcd entity query builder progress 2024-03-05 20:14:34 +01:00
Sascha Kuehl be610ffcad entity query and record progress 2024-03-04 20:09:39 +01:00
Sascha Kuehl c9a84e0568 schema progress 2024-02-29 20:00:39 +01:00
Sascha Kuehl 7e1713ddd3 query progress 2024-02-28 18:02:12 +01:00
Sascha Kuehl b9709d14c2 moved query parts from intermediates declaration to definition file. 2024-02-27 20:16:59 +01:00
Sascha Kuehl 2d9a4f3866 added noop_connection for testing 2024-02-26 20:06:46 +01:00
Sascha Kuehl b1f2d94c7a fixed query limit offset order 2024-02-25 19:04:04 +01:00
Sascha Kuehl 6f5326941e query parts progress 2024-02-24 18:16:23 +01:00
Sascha Kuehl 0822332669 query parts progress 2024-02-22 22:25:29 +01:00
Sascha Kuehl 16d7fd7e76 query parts progress 2024-02-22 07:29:17 +01:00
Sascha Kuehl b255ae22b4 added query helper macro and join query parts 2024-02-19 22:57:43 +01:00
Sascha Kuehl b11993d60b small query compiler progress 2024-02-18 19:58:56 +01:00
Sascha Kuehl a3f467a5a8 query compiler progress 2024-02-18 18:12:00 +01:00
Sascha Kuehl b966a7a1a7 add column info (progress, not compiling) 2024-02-08 20:09:24 +01:00
Sascha Kuehl 78c5f64b34 added schema creation to session class 2024-02-06 20:10:34 +01:00
Sascha Kuehl 0f13884f06 added session test (progress) 2024-02-04 22:24:50 +01:00
Sascha Kuehl fa3ea28920 added foreign_attributes class containing cascade and fetch information for foreign relations 2024-02-02 20:08:56 +01:00
Sascha Kuehl aa221aa571 sql select join progress 2024-02-02 19:30:16 +01:00
Sascha Kuehl e8b0f0e802 sql select join progress 2024-02-02 07:54:19 +01:00
Sascha Kuehl f13837e515 implemented query_builder::join and query_builder::on and added a test 2024-02-01 17:15:26 +01:00
Sascha Kuehl c025fb282a backend tests progress 2024-02-01 17:14:48 +01:00
Sascha Kuehl 7c02d745c8 backend tests progress 2024-01-31 07:21:06 +01:00
Sascha Kuehl 47848ff674 backend tests progress 2024-01-29 07:22:28 +01:00
Sascha Kühl aa5d32e30c blob progress 2024-01-23 16:09:59 +01:00
Sascha Kühl 9509e56f3e blob progress 2024-01-22 16:22:35 +01:00
Sascha Kuehl 102a7fc604 added blob type (progress) 2024-01-22 07:11:35 +01:00
Sascha Kuehl 9355f7ea27 extract not null constraint into enum 2024-01-19 07:58:37 +01:00