Commit Graph

32 Commits

Author SHA1 Message Date
sascha 5668f1060b added sequence-specific code (create, drop and nextval) 2026-02-17 13:31:06 +01:00
Sascha Kühl f38be4c6d9 added `returning` token for insert query 2026-02-15 18:34:12 +01:00
Sascha Kühl 99677b0e21 introduced execute_result 2026-02-10 11:57:09 +01:00
Sascha Kühl 4d886f0343 collection has-many-to-many resolve progress 2026-02-03 15:36:58 +01:00
Sascha Kühl 73abd61eba has many to many collection resolver progress 2026-02-03 07:26:37 +01:00
Sascha Kühl f9333158e2 collection resolver progress 2026-02-01 13:17:40 +01:00
Sascha Kühl 602b77e67b collection_resolver progress 2026-01-28 16:09:54 +01:00
Sascha Kühl 046c1d8ed2 collection resolver producer progress 2026-01-25 22:00:11 +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 623a64b610 added collection, collection proxy and collection resolver implementations 2026-01-18 22:11:51 +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 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 108eca4e53 renamed basic_types enumerations 2025-12-08 20:04:04 +01:00
Sascha Kühl 263c202c69 some column interface refactorings 2025-12-08 16:27:00 +01:00
Sascha Kühl 19eb54df8d query builder progress 2025-12-03 16:18:03 +01:00
Sascha Kühl 758284c2b3 renamed class attribute_definition to attribute 2025-11-21 09:22:00 +01:00
Sascha Kühl 1c5b2b21b0 column, placeholder and column_value generator progress 2025-11-12 15:53:03 +01:00
Sascha Kühl 15d6328ae9 fixed compilation of postgres tests 2025-10-28 13:15:26 +01: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 3ae2b003aa renamed schema to repository 2025-08-28 16:12:26 +02: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 42acaf24ce enabled backend tests for postgres (doesn't compile) 2025-02-11 22:22:06 +01:00
Sascha Kühl ded3daceb3 initial matador ng commit 2025-02-02 20:37:12 +01:00