Commit Graph
100 Commits
Author SHA1 Message Date
Sascha Kühl 3f3773dc71 fixed core- and orm-tests. postgres-tests needs some work 2025-11-20 15:35:40 +01:00
Sascha Kühl 95c555d03a compilation fixes 2025-11-19 16:17:25 +01:00
Sascha Kühl 9c42df3f83 added a todo list 2025-11-18 16:27:51 +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 7242dc2612 attribute_definition and object_definition progress 2025-11-17 15:58:09 +01:00
Sascha Kühl 9ffcee1317 removed the value field from attribute_definition because it's a definition and should not hold a value. 2025-11-17 13:16:18 +01:00
Sascha Kühl d1731a7f15 some sql classes refactorings like column and table structs to classes 2025-11-14 16:16:07 +01:00
Sascha Kühl 34e6d41554 move the process method outside the airplane class to prove extrusive processing functionality. 2025-11-14 09:48:50 +01:00
Sascha Kühl 61796d7c42 reuse a call to process instead of duplicting code 2025-11-14 09:47:28 +01:00
Sascha Kühl 167e2ef382 added a timeout parameter to connection_pool::acquire and a connection_pool::try_acquire with connection id 2025-11-13 16:28:41 +01:00
Sascha Kühl d6de8da3c8 schema progress 2025-11-13 16:27:58 +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 557abecf91 orm schema class progress added SchemaTest.cpp 2025-10-31 16:28:34 +01:00
Sascha Kühl 5632746eb6 orm schema class progress 2025-10-30 15:29:31 +01:00
Sascha Kühl 270c2922ff uses criteria for session::find methods 2025-10-30 14:54:39 +01:00
Sascha Kühl 44c50cf2af added name methods to column class 2025-10-29 16:08:59 +01:00
Sascha Kühl 56f307fd37 added missing bind variable 2025-10-28 16:35:56 +01:00
Sascha Kühl 15d6328ae9 fixed compilation of postgres tests 2025-10-28 13:15:26 +01:00
Sascha Kühl cb95b974fc fixed column literal 2025-10-28 13:14:50 +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 009498fae1 added type shortcuts in message_bus 2025-10-17 08:53:41 +02: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 d3483ea5c2 added update_object_binder progress 2025-10-14 15:05:25 +02:00
Sascha Kühl d0e2e4340e statement binding progress 2025-10-13 16:14:03 +02:00
Sascha Kühl 1fd2066946 progress on session::update 2025-10-10 15:51:51 +02:00
Sascha Kühl 463647ba59 fixed session tests 2025-10-08 16:03:00 +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 d7758e827d schema progress 2025-09-26 16:13:07 +02:00
Sascha Kühl 3ae2b003aa renamed schema to repository 2025-08-28 16:12:26 +02:00
Sascha Kühl cce7f2c099 proxy lazy resolve progress 2025-08-25 16:00:32 +02:00
Sascha Kühl a4b35b913e proxy lazy resolve progress 2025-08-22 16:40:29 +02:00
Sascha Kühl 180037c156 small cosmetic fixes 2025-08-22 16:22:18 +02:00
Sascha Kühl 71cb1a25db proxy lazy resolve progress 2025-08-22 16:13:00 +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 6b24a0e413 proxy lazy resolve progress 2025-08-19 18:07:27 +02:00
Sascha Kühl 1370eafac4 proxy lazy resolve progress 2025-08-18 16:21:24 +02:00
Sascha Kühl 2fdbfc651e removed obsolete interface namespace 2025-08-14 15:48:46 +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 a32330ef5b little statement_cache test changes 2025-08-12 16:30:45 +02:00
Sascha Kühl 01d7179604 added message event handling 2025-08-11 16:59:48 +02:00
Sascha Kühl 789be1174b removed namespace interface 2025-08-11 16:59:16 +02:00
Sascha Kühl df480edb05 removed unused flags 2025-07-18 15:34:26 +02:00
Sascha Kühl 6da0620169 fixed typos 2025-07-18 15:34:14 +02:00
Sascha Kühl f897363297 fixed VersionTest.cpp 2025-07-18 15:34:03 +02:00
Sascha Kühl 77c72ca23f added error::error_code 2025-07-18 15:33:53 +02:00
Sascha Kühl 5379324519 changed has_one to belongs_to 2025-07-18 15:33:27 +02:00
Sascha Kühl f32594d9fd started reactor refactoring 2025-07-18 15:33:04 +02:00
Sascha Kühl 3781bd0b66 added debug output 2025-07-18 13:33:11 +02:00
Sascha Kühl cfbee7781d excluded has one relation 2025-07-18 13:32:59 +02:00
Sascha Kühl ee025ea49e removed unused code 2025-07-18 13:32:43 +02:00
Sascha Kühl 9f7a0c8625 completed schema layout 2025-07-18 13:32:29 +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 581b93c5ea creating tables progress 2025-07-16 16:15:31 +02:00
Sascha Kühl a0bfa3261b attaching schema nodes progress 2025-07-15 16:04:43 +02:00
Sascha Kühl 0d93b9b1ed attaching schema nodes progress 2025-07-14 15:57:14 +02:00
Sascha Kühl 27e2c51175 attaching schema nodes progress 2025-07-11 16:08:49 +02:00
Sascha Kühl 6982eebfd6 attaching schema nodes progress 2025-07-10 16:02:25 +02:00
Sascha Kühl 7fd11ad174 added session to work.cpp 2025-07-08 14:15:45 +02:00
Sascha Kühl d4253ee4d0 removed redundant code in relation completer 2025-07-08 14:15:32 +02:00
Sascha Kühl e85543719c finished relation completer 2025-07-07 15:50:09 +02:00
Sascha Kühl 5c1e0ae0d8 Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng
# Conflicts:
#	demo/sandbox.cpp
2025-07-04 16:05:43 +02:00
Sascha Kühl 8f2d07518f progress on relation completer 2025-07-04 16:05:00 +02:00
Sascha Kühl 0516a946c4 progress on relation completer 2025-07-04 16:03:04 +02:00
Sascha Kühl 9c7628b6cb added value_type using to collection.hpp 2025-07-03 16:20:46 +02:00
Sascha Kühl 7a6de4053a progress on sandbox.cpp 2025-07-03 16:17:53 +02:00
Sascha Kühl 20d6a77275 added logging module and a sandbox project 2025-07-03 16:13:58 +02:00
Sascha Kühl c4a00f19fd relation_completer progress 2025-07-02 16:13:56 +02:00
Sascha Kühl 38cbffc18b relation_completer progress 2025-07-01 17:13:52 +02:00
Sascha Kühl 5a7ab5d4d0 relation_completer progress 2025-06-30 16:01:21 +02:00
Sascha Kühl 3add45dfdf fixed typos 2025-06-30 16:00:56 +02:00
Sascha Kühl acd30afe6f added leader follower thread pool 2025-06-26 16:23:18 +02:00
Sascha Kühl 2271702e6c added thread pool with tests 2025-06-26 16:04:17 +02:00
Sascha Kühl dafa81aef0 disabled not working code in test 2025-06-26 16:03:57 +02:00
Sascha Kühl 9f718b7e36 added some more entities for work demo 2025-06-26 16:03:28 +02:00
Sascha Kühl 4dcbf009da added a bigger real-life demo 2025-06-25 15:57:02 +02:00
Sascha Kühl e72733d37e progress on session_insert_builder 2025-06-24 16:16:28 +02:00
Sascha Kühl df0be4f37c progress on session_insert_builder 2025-05-08 16:13:22 +02:00
Sascha Kühl 4e4a294d19 added class uuid to utils 2025-05-08 16:12:44 +02:00
Sascha Kühl 6ec5011e21 session insert builder progress 2025-02-28 16:12:52 +01:00
Sascha Kühl 0eb1ae9fe8 started with object proxy 2025-02-20 18:20:23 +01:00
Sascha Kühl dfb0d7c56a removed unused code 2025-02-19 15:46:47 +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 9a95725959 fixed table aliases 2025-02-17 09:44:46 +01:00
Sascha Kühl 6e64ba99de fixed backend tests (progress) 2025-02-14 16:01:22 +01:00
Sascha Kühl 336b2a7342 fixed backend tests 2025-02-13 16:13:20 +01:00
Sascha Kühl 5d41a592bb fixed backend test compilation 2025-02-12 16:01:52 +01:00
Sascha Kühl 1d83abcb1b schema node analyze progress 2025-02-11 16:34:06 +01:00