• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2025-08-14 15:48:53 +02:00
2fdbfc651e removed obsolete interface namespace
843d125b99 added session context and implemented the executor interface for session
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-08-12 16:30:51 +02:00
a32330ef5b little statement_cache test changes
sascha pushed to feature/matador-ng at sascha/query 2025-08-11 20:51:19 +02:00
6ac3f80887 added more metrics to statement_cache
sascha pushed to feature/matador-ng at sascha/query 2025-08-11 16:59:57 +02:00
01d7179604 added message event handling
789be1174b removed namespace interface
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-08-11 07:30:22 +02:00
2e2fcd01b6 added more metrics to statement_cache
sascha pushed to feature/matador-ng at sascha/query 2025-08-10 22:12:19 +02:00
4f017ac1de extended statement_cache with message bus events
60cef7e938 added a simple message bus
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-08-05 19:30:47 +02:00
35fad9f47c finished statement cache class
sascha pushed to feature/matador-ng at sascha/query 2025-07-31 10:15:13 +02:00
31964e55c1 added a lock mechanism to statement_proxy
sascha pushed to feature/matador-ng at sascha/query 2025-07-30 21:00:49 +02:00
6e2baad3ef moved parameter_binder from member to parameter to bind, execute and fetch methods
sascha pushed to feature/matador-ng at sascha/query 2025-07-30 10:34:44 +02:00
ebd8bccfb3 implemented the first version of statement_cache
sascha pushed to feature/matador-ng at sascha/query 2025-07-21 20:09:25 +02:00
f90a670fb3 fixed compiler warnings
sascha pushed to feature/matador-ng at sascha/query 2025-07-18 15:34:40 +02:00
df480edb05 removed unused flags
6da0620169 fixed typos
f897363297 fixed VersionTest.cpp
77c72ca23f added error::error_code
5379324519 changed has_one to belongs_to
Compare 11 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-07-17 22:45:31 +02:00
d8e43c1f95 removed obsolete parameter from basic_object_info constructor
sascha pushed to feature/matador-ng at sascha/query 2025-07-17 15:56:21 +02:00
fa393a1e30 ensure proper table creation in session::create_schema including foreign key constraints
sascha pushed to feature/matador-ng at sascha/query 2025-07-16 16:15:38 +02:00
581b93c5ea creating tables progress
sascha pushed to feature/matador-ng at sascha/query 2025-07-15 16:04:51 +02:00
a0bfa3261b attaching schema nodes progress
sascha pushed to feature/matador-ng at sascha/query 2025-07-15 07:09:48 +02:00
dd737623f4 session topological sorted table creation (progress)
sascha pushed to feature/matador-ng at sascha/query 2025-07-14 22:39:22 +02:00
e7376ef269 session topological sorted table creation (progress)
sascha pushed to feature/matador-ng at sascha/query 2025-07-14 15:57:22 +02:00
0d93b9b1ed attaching schema nodes progress
sascha pushed to feature/matador-ng at sascha/query 2025-07-13 20:58:41 +02:00
1b2847696d fixed linux build for relation completer