Commit Graph

210 Commits

Author SHA1 Message Date
Sascha Kühl 36a160e1c7 added table_column tests 2026-01-23 15:14:20 +01:00
Sascha Kühl 4b015c8ced fixed table_column naming consistency and added result_name method 2026-01-23 13:03:41 +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 686b1ddb7a progress on query compiler 2026-01-22 16:14:42 +01:00
Sascha Kühl 623a64b610 added collection, collection proxy and collection resolver implementations 2026-01-18 22:11:51 +01:00
Sascha Kühl 5dae396842 use int64_t as id type in shipment model 2026-01-16 13:09:09 +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 db8e137c11 added belongs-to-eager test 2026-01-10 18:54:18 +01:00
Sascha Kühl b9f5819be5 use table metas where possible 2026-01-09 18:10:23 +01:00
Sascha Kühl ac53526a27 added SchemaTest, fixed bug in class shipment, added contains methods to class schema and enabled some tests 2026-01-09 09:32:47 +01:00
Sascha Kühl 930b9d1aa4 added timestamp code, support columns for group by and order by and tested load has-many eager code 2026-01-08 15:14:31 +01:00
Sascha Kühl c6747074f5 renamed timestamp to timestamp_type_t 2026-01-07 09:23:47 +01:00
Sascha Kühl f30c250a20 renamed blob to blob_type_t 2026-01-07 09:21:10 +01:00
Sascha Kühl c48bd4f9d6 added test for date and time, sql read and write functionality 2026-01-06 22:23:50 +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 7cb64515bd added meta table macro and removed unused query_macro 2025-12-31 13:54:32 +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 5e2d2ddde5 added observer to repository and updated tests 2025-12-18 16:13: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 9ba58eb05b constraint, column and table query progress 2025-12-12 15:49:30 +01:00
Sascha Kühl f842efb611 removed attribute_generator and constraints_generator 2025-12-11 09:13:14 +01:00
Sascha Kühl 5afb616205 object generation progress 2025-12-10 17:05:24 +01:00
Sascha Kühl 9b7b74524f removed string from restriction 2025-12-09 21:13:47 +01:00
Sascha Kühl 108eca4e53 renamed basic_types enumerations 2025-12-08 20:04:04 +01:00
Sascha Kühl d4ef97ef5a removed make_relation_node method from repository_node 2025-12-08 19:45:35 +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 2fcb504b9a schema creation progress 2025-12-07 22:18:01 +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 f6aa100435 fixed query builder test 2025-12-03 17:13:15 +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 422df82b7c object generating progress 2025-12-01 16:14:13 +01:00
Sascha Kühl ab7a2db869 added pk information to class object 2025-11-25 08:54:58 +01:00
Sascha Kühl ede5a8c636 object generator progress 2025-11-24 16:26:52 +01:00
Sascha Kühl e67c0f39a3 preparations for object_generator (generating objects with attributes and constraints) 2025-11-23 15:58:14 +01:00
Sascha Kühl 19b0adf737 fixed compilation and tests 2025-11-23 11:02:17 +01:00
Sascha Kühl a146dce321 renamed class attribute_definition_generator to attribute_generator 2025-11-21 09:24:53 +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