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
|
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
|
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
|
1d84b112f1
|
column generator progress
|
2025-11-11 08:02:46 +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
|
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
|
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
|
24842f3313
|
session update progress
|
2025-10-13 07:07:00 +02:00 |
Sascha Kühl
|
1cda78412b
|
fixed session::update implementation
|
2025-10-12 11:04:28 +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
|
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
|
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
|
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
|
18d21eb1c6
|
lazy loading progress
|
2025-08-19 07:30:23 +02:00 |
Sascha Kühl
|
1370eafac4
|
proxy lazy resolve progress
|
2025-08-18 16:21:24 +02:00 |
Sascha Kühl
|
466977b620
|
started lazy loading
|
2025-08-18 07:37: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 Kühl
|
a32330ef5b
|
little statement_cache test changes
|
2025-08-12 16:30:45 +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
|
60cef7e938
|
added a simple message bus
|
2025-08-09 15:39: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
|
f90a670fb3
|
fixed compiler warnings
|
2025-07-21 20:08:48 +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
|
77c72ca23f
|
added error::error_code
|
2025-07-18 15:33:53 +02:00 |
Sascha Kühl
|
f32594d9fd
|
started reactor refactoring
|
2025-07-18 15:33:04 +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
|
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
|
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
|
dd737623f4
|
session topological sorted table creation (progress)
|
2025-07-15 07:09:40 +02:00 |
Sascha Kühl
|
0d93b9b1ed
|
attaching schema nodes progress
|
2025-07-14 15:57:14 +02:00 |
Sascha Kühl
|
1b2847696d
|
fixed linux build for relation completer
|
2025-07-13 20:58:35 +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
|
d4253ee4d0
|
removed redundant code in relation completer
|
2025-07-08 14:15:32 +02:00 |
Sascha Kühl
|
3374aba5ab
|
fixed linux build for relation completer
|
2025-07-07 20:51:59 +02:00 |
Sascha Kühl
|
e85543719c
|
finished relation completer
|
2025-07-07 15:50:09 +02:00 |
Sascha Kühl
|
c974628bee
|
relation completer progress
|
2025-07-06 20:06:26 +02:00 |
Sascha Kühl
|
8f2d07518f
|
progress on relation completer
|
2025-07-04 16:05:00 +02:00 |
Sascha Kühl
|
9c7628b6cb
|
added value_type using to collection.hpp
|
2025-07-03 16:20:46 +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
|
e46de87355
|
relation completer progress
|
2025-06-29 22:41:39 +02:00 |
Sascha Kühl
|
88bab8bf5e
|
relation endpoint progress
|
2025-06-29 11:19:02 +02:00 |
Sascha Kühl
|
cd61ac7f00
|
added net module
|
2025-06-27 15:19:25 +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
|
9f718b7e36
|
added some more entities for work demo
|
2025-06-26 16:03:28 +02:00 |
Sascha Kühl
|
e72733d37e
|
progress on session_insert_builder
|
2025-06-24 16:16:28 +02:00 |
Sascha Kühl
|
62e3d18144
|
formatted file
|
2025-05-08 22:04:25 +02:00 |
Sascha Kühl
|
7d47ef0b82
|
use static and reinterpret cast instead of c cast
|
2025-05-08 22:04:14 +02:00 |
Sascha Kühl
|
c9cf4b8997
|
added missing include
|
2025-05-08 22:03:42 +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
|
35f078bbc4
|
added object_proxy as the holder of the object in object_ptr
|
2025-02-22 15:39:38 +01:00 |
Sascha Kühl
|
d0b3ce4231
|
removed unused code
|
2025-02-21 07:29:41 +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
|
6cb19f6ec8
|
has many to many eager loading via sql join (progress)
|
2025-02-16 22:14:20 +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
|
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
|
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
|
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
|
a631a5a36c
|
added primary key resolver
|
2025-02-11 08:02:23 +01:00 |
Sascha Kühl
|
e3e0eb932c
|
schema node analyze progress
|
2025-02-10 16:04:49 +01:00 |
Sascha Kühl
|
504e111491
|
reference column progress
|
2025-02-09 20:49:00 +01:00 |
Sascha Kühl
|
a4d6f68ee2
|
fixed linux compile
|
2025-02-09 12:09:59 +01:00 |
Sascha Kühl
|
81cd8eecb2
|
fixed join columns
|
2025-02-07 12:52:30 +01:00 |
Sascha Kühl
|
9e60b5e485
|
introduced a processed table set
|
2025-02-07 11:49:32 +01:00 |
Sascha Kühl
|
8b41fbc531
|
removed obsolete namespace
|
2025-02-07 11:48:40 +01:00 |
Sascha Kühl
|
8ef78bb658
|
added id to has_many
|
2025-02-07 11:46:50 +01:00 |
Sascha Kühl
|
c591302063
|
fixed access has_many functions
|
2025-02-07 11:44:42 +01:00 |
Sascha Kühl
|
84af642f14
|
removed deprecated include
|
2025-02-07 11:41:26 +01:00 |
Sascha Kühl
|
3d90d9d6ee
|
fixed linux compile
|
2025-02-06 22:18:46 +01:00 |
Sascha Kühl
|
0b70f5d4ee
|
added more tests
|
2025-02-06 16:17:47 +01:00 |
Sascha Kühl
|
c76aa56440
|
added session class
|
2025-02-05 16:14:52 +01:00 |
Sascha Kühl
|
bc3ffbda10
|
added connection pool and tests
|
2025-02-05 15:47:51 +01:00 |
Sascha Kühl
|
45a7199ccf
|
added escape character in comment
|
2025-02-05 15:47:27 +01:00 |
Sascha Kühl
|
d3674532c0
|
removed unused includes
|
2025-02-05 15:46:58 +01:00 |
Sascha Kühl
|
98af2bc6c4
|
marked schema::attach methods as no-discard
|
2025-02-04 15:38:01 +01:00 |
Sascha Kühl
|
405f158a88
|
fixed result for void
|
2025-02-04 15:37:39 +01:00 |
Sascha Kühl
|
f01e9ff87f
|
schema progress
|
2025-02-04 15:19:01 +01:00 |
Sascha Kühl
|
6a5974337d
|
added schema node iterator
|
2025-02-03 22:29:47 +01:00 |
Sascha Kühl
|
89fb7e8a8d
|
fixed compilation
|
2025-02-02 22:13:52 +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 |