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
|
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
|
f29f642e72
|
Changed names of dialect tokens to PascalCase writing
|
2025-10-27 10:33:50 +01:00 |
Sascha Kühl
|
d0e2e4340e
|
statement binding progress
|
2025-10-13 16:14:03 +02:00 |
Sascha Kühl
|
2fdbfc651e
|
removed obsolete interface namespace
|
2025-08-14 15:48:46 +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
|
8ab8274d93
|
has many fetch with join
|
2025-02-19 14:51:42 +01:00 |
Sascha Kühl
|
901d9c071a
|
added belongs to many eager test loading via sql join (progress)
|
2025-02-17 22:16:03 +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
|
23646ab4ee
|
added missing include
|
2025-02-07 11:49:00 +01:00 |
Sascha Kühl
|
0b70f5d4ee
|
added more tests
|
2025-02-06 16:17:47 +01:00 |
Sascha Kühl
|
ded3daceb3
|
initial matador ng commit
|
2025-02-02 20:37:12 +01:00 |
Sascha Kuehl
|
be610ffcad
|
entity query and record progress
|
2024-03-04 20:09:39 +01:00 |
Sascha Kuehl
|
7e1713ddd3
|
query progress
|
2024-02-28 18:02:12 +01:00 |
Sascha Kuehl
|
a3f467a5a8
|
query compiler progress
|
2024-02-18 18:12:00 +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 Kuehl
|
9c8e402692
|
added blob interface to backend binder classes
|
2024-01-23 07:20:34 +01:00 |
Sascha Kuehl
|
9355f7ea27
|
extract not null constraint into enum
|
2024-01-19 07:58:37 +01:00 |
Sascha Kuehl
|
320d06bb20
|
added mysql backend
|
2023-12-17 22:11:43 +01:00 |
Sascha Kuehl
|
8ad13076c8
|
implemented specialization of data types via type traits and handling of embedded non-trivial types
|
2023-12-10 22:40:01 +01:00 |
Sascha Kuehl
|
da423ea8bb
|
implemented prepared statement for postgres and sqlite
|
2023-12-09 11:08:03 +01:00 |
Sascha Kuehl
|
6a4111ba3d
|
moved redundant read value code into query_result_reader
|
2023-11-27 17:25:46 +01:00 |
Sascha Kuehl
|
a436af5293
|
implemented postgres table exists
|
2023-11-26 20:12:13 +01:00 |
Sascha Kuehl
|
640dcfadb6
|
finished postgres fetch
|
2023-11-26 20:09:48 +01:00 |
Sascha Kuehl
|
825e530a8d
|
added postgres backend
|
2023-11-25 12:33:51 +01:00 |