sascha
|
a34a3dc266
|
removed unused methods from session
|
2026-04-22 14:09:39 +02:00 |
sascha
|
9b25f7f556
|
introduced field_attributes shortcuts and added method on_base() to all processor classes
|
2026-04-22 11:03:33 +02:00 |
sascha
|
78eb5d04cd
|
session and insert query builder has many to many progress
|
2026-04-22 09:15:57 +02:00 |
sascha
|
f144b26dbb
|
session and insert query builder progress
|
2026-04-17 15:16:49 +02:00 |
sascha
|
d734d647ed
|
session and insert query builder progress
|
2026-04-16 16:53:06 +02:00 |
Sascha Kühl
|
a0326632ab
|
insert_query_builder progress
|
2026-04-12 22:07:24 +02:00 |
Sascha Kühl
|
f03664d60a
|
fix: comment out unused/invalid code
|
2026-04-10 16:33:35 +02:00 |
Sascha Kühl
|
9e4660c4ee
|
removed unused on_attribute overloads
|
2026-04-03 19:46:53 +02:00 |
sascha
|
fedce38270
|
removed class query and moved their static methods to simple functions
|
2026-03-26 09:34:32 +01:00 |
sascha
|
2aff0cabbb
|
column_expression progress
|
2026-03-06 15:39:53 +01:00 |
Sascha Kühl
|
626eae1ac8
|
added more pk generator types
|
2026-02-26 07:31:35 +01:00 |
sascha
|
36168b2e33
|
some code refactoring and cleanup
|
2026-02-18 15:44:33 +01:00 |
sascha
|
e5072741f0
|
insert_query_builder progress
|
2026-02-18 15:32:27 +01:00 |
Sascha Kühl
|
0876535b44
|
primary key generator progress: added primary_key_generator_finder
|
2026-02-17 22:43:53 +01:00 |
sascha
|
38dc42ade8
|
insert_query_builder progress
|
2026-02-17 16:19:14 +01:00 |
Sascha Kühl
|
ae7c1f510f
|
introduced make_object function to create object_ptr instances and removed some session::insert overloads for simplicity
|
2026-02-16 11:29:27 +01:00 |
Sascha Kühl
|
99677b0e21
|
introduced execute_result
|
2026-02-10 11:57:09 +01:00 |
Sascha Kühl
|
c1620d620e
|
compile fixes in session
|
2026-02-09 13:04:55 +01:00 |
Sascha Kühl
|
54e6786ceb
|
some improvements to select_query_builder and started insert_query_builder
|
2026-02-08 22:38:11 +01:00 |
Sascha Kühl
|
a498efd21d
|
renamed query::entity_query_data to query::select_query_data
|
2026-02-07 10:37:03 +01:00 |
Sascha Kühl
|
602b77e67b
|
collection_resolver progress
|
2026-01-28 16:09:54 +01:00 |
Sascha Kühl
|
d13ccc861e
|
renamed query_compiler to query_builder. Changed handling of column names (broken)
|
2026-01-23 08:10:38 +01:00 |
Sascha Kühl
|
7626331866
|
implemented lazy loading for object_ptr and belongs_to
|
2026-01-15 12:40:54 +01:00 |
Sascha Kühl
|
dfd31cdf35
|
moved dump schema method to class schema
|
2026-01-07 09:09:17 +01:00 |
Sascha Kühl
|
0c6b5a0a93
|
added date_type_t, time_type_t and timestamp, ensure allocated postgres resources are released, split repository into basic_repository and repository.
|
2026-01-06 15:43:20 +01:00 |
Sascha Kühl
|
a79d50e6e8
|
fixed PostgreSQL tests
|
2026-01-01 17:08:20 +01:00 |
Sascha Kühl
|
b9d35cbd4e
|
renamed column to table_column and constraint to table_constraint.
|
2025-12-31 13:01:54 +01:00 |
Sascha Kühl
|
ab2d39407c
|
schema progress (does not compile)
|
2025-12-31 11:56:12 +01:00 |
Sascha Kühl
|
d104222fdd
|
observer progress, added to schema and added schema_observer class
|
2025-12-19 15:56:36 +01:00 |
Sascha Kühl
|
6307850721
|
moved schema to query namespace
|
2025-12-17 15:15:04 +01:00 |
Sascha Kühl
|
9eec5b64fb
|
fixed compilation
|
2025-12-16 16:21:09 +01:00 |
Sascha Kühl
|
4a19322ef8
|
use raw pointer of table in class column (progress, needs fixes in tests)
|
2025-12-15 17:31:43 +01:00 |
Sascha Kühl
|
c4f8731262
|
renamed constraint to restriction
|
2025-12-09 14:53:29 +01:00 |
Sascha Kühl
|
263c202c69
|
some column interface refactorings
|
2025-12-08 16:27:00 +01:00 |
Sascha Kühl
|
3b0b9615ca
|
renamed fetch types to be pascal case
|
2025-12-08 13:44:53 +01:00 |
Sascha Kühl
|
2e354b435c
|
progress on combining foreign_node_completer and relation_completer
|
2025-12-05 15:38:35 +01:00 |
Sascha Kühl
|
98da0884f1
|
schema creation progress
|
2025-12-05 07:32:59 +01:00 |
Sascha Kühl
|
980cabe94f
|
fixed schema creation
|
2025-12-04 16:06:39 +01:00 |
Sascha Kühl
|
19eb54df8d
|
query builder progress
|
2025-12-03 16:18:03 +01:00 |
Sascha Kühl
|
bfbbd4c589
|
query builder progress
|
2025-12-02 16:19:13 +01:00 |
Sascha Kühl
|
c156ab5e74
|
object generation progress
|
2025-12-01 22:03:07 +01:00 |
Sascha Kühl
|
758284c2b3
|
renamed class attribute_definition to attribute
|
2025-11-21 09:22:00 +01:00 |
Sascha Kühl
|
dae3c1645b
|
removed object_definition class
|
2025-11-21 09:16:53 +01:00 |
Sascha Kühl
|
d8903ed772
|
compilation fixes and disabled database type char[]
|
2025-11-21 09:11:14 +01:00 |
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
|
fb4bc03da0
|
moved column and table class from namespace sql to query
|
2025-11-18 16:27:38 +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
|
1d84b112f1
|
column generator progress
|
2025-11-11 08:02:46 +01:00 |