Sascha Kühl
|
25bcc362f2
|
use result in entity_query_builder
|
2024-04-10 16:13:37 +02:00 |
Sascha Kuehl
|
b7c12d8217
|
added result class
|
2024-04-10 07:58:41 +02:00 |
Sascha Kuehl
|
1fe5c9bac4
|
added missing include
|
2024-04-09 20:19:30 +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
|
5a3cdc8645
|
removed query directory
|
2024-04-07 15:18:41 +02:00 |
Sascha Kuehl
|
fa7ff832c9
|
handle many-to-many relations separately when process entities
|
2024-04-07 14:45:57 +02:00 |
Sascha Kuehl
|
05c0c0393d
|
added type check methods to column_definition
|
2024-03-29 11:40:02 +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 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
|
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 |
Sascha Kuehl
|
ed6366fef6
|
determine NOT NULL constraint from std::optional
|
2024-01-18 07:21:40 +01:00 |
Sascha Kuehl
|
2060883d59
|
query preparations for std::optional
|
2024-01-16 22:09:19 +01:00 |
Sascha Kühl
|
4504c783e1
|
statement cache progress
|
2024-01-04 15:52:29 +01:00 |
Sascha Kuehl
|
320d06bb20
|
added mysql backend
|
2023-12-17 22:11:43 +01:00 |
Sascha Kuehl
|
81f22d73d9
|
removed sql statement from execute result
|
2023-12-11 20:07:07 +01:00 |
Sascha Kuehl
|
1c92e07173
|
added data binding traits
|
2023-12-11 17:20:42 +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 |