Commit Graph

15 Commits

Author SHA1 Message Date
Sascha Kühl 9e4660c4ee removed unused on_attribute overloads 2026-04-03 19:46:53 +02:00
sascha 6b2db17f58 added test for table sequence 2026-03-19 11:52:34 +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 61796d7c42 reuse a call to process instead of duplicting code 2025-11-14 09:47:28 +01:00
Sascha Kühl 7b5123df16 changed the interface of on_primary_key to have a third parameter of type primary_key_attribute 2025-07-18 12:08:21 +02:00
Sascha Kühl 3374aba5ab fixed linux build for relation completer 2025-07-07 20:51:59 +02:00
Sascha Kühl c591302063 fixed access has_many functions 2025-02-07 11:44:42 +01:00
Sascha Kühl ded3daceb3 initial matador ng commit 2025-02-02 20:37:12 +01:00
Sascha Kuehl fa7ff832c9 handle many-to-many relations separately when process entities 2024-04-07 14:45:57 +02:00
Sascha Kuehl b966a7a1a7 add column info (progress, not compiling) 2024-02-08 20:09:24 +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 ed6366fef6 determine NOT NULL constraint from std::optional 2024-01-18 07:21:40 +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 d76ac60278 added sqlite query result and enhanced column generator and value extractor 2023-11-14 20:21:51 +01:00
Sascha Kuehl 30f2126225 added column generator and tests 2023-11-11 08:29:22 +01:00