This website requires JavaScript.
a79d50e6e8
fixed PostgreSQL tests
sascha
2026-01-01 17:08:20 +01:00
7cb64515bd
added meta table macro and removed unused query_macro
sascha
2025-12-31 13:54:32 +01:00
e768497cfd
fixed demo project
sascha
2025-12-31 13:06:17 +01:00
b9d35cbd4e
renamed column to table_column and constraint to table_constraint.
sascha
2025-12-31 13:01:06 +01:00
ab2d39407c
schema progress (does not compile)
sascha
2025-12-31 11:56:12 +01:00
d104222fdd
observer progress, added to schema and added schema_observer class
Sascha Kühl
2025-12-19 15:56:36 +01:00
5e2d2ddde5
added observer to repository and updated tests
Sascha Kühl
2025-12-18 16:13:36 +01:00
6307850721
moved schema to query namespace
Sascha Kühl
2025-12-17 15:15:04 +01:00
9eec5b64fb
fixed compilation
Sascha Kühl
2025-12-16 16:21:09 +01:00
4a19322ef8
use raw pointer of table in class column (progress, needs fixes in tests)
Sascha Kühl
2025-12-15 17:31:43 +01:00
9418f28348
constraint progress
sascha
2025-12-14 20:50:00 +01:00
348f3a16d0
removed template type from foreign_node_completer::complete method
sascha
2025-12-13 10:56:25 +01:00
9ba58eb05b
constraint, column and table query progress
Sascha Kühl
2025-12-12 15:49:30 +01:00
758ea96ea4
reactivated relation_completer
Sascha Kühl
2025-12-12 08:49:40 +01:00
79c46bbd38
fixed object generation on nested objects
Sascha Kühl
2025-12-11 15:41:45 +01:00
571cfd52ae
removed name member from restriction and changed attribute member to a reference
Sascha Kühl
2025-12-11 09:26:35 +01:00
f842efb611
removed attribute_generator and constraints_generator
Sascha Kühl
2025-12-11 09:13:14 +01:00
5afb616205
object generation progress
Sascha Kühl
2025-12-10 17:05:24 +01:00
9b7b74524f
removed string from restriction
sascha
2025-12-09 21:13:47 +01:00
c4f8731262
renamed constraint to restriction
Sascha Kühl
2025-12-09 14:53:29 +01:00
4fcbe9c064
object changes
Sascha Kühl
2025-12-09 14:47:08 +01:00
d4a8801cd2
preparations for object class changes
sascha
2025-12-08 22:29:07 +01:00
108eca4e53
renamed basic_types enumerations
sascha
2025-12-08 20:04:04 +01:00
d4ef97ef5a
removed make_relation_node method from repository_node
sascha
2025-12-08 19:45:35 +01:00
263c202c69
some column interface refactorings
Sascha Kühl
2025-12-08 16:27:00 +01:00
3b0b9615ca
renamed fetch types to be pascal case
Sascha Kühl
2025-12-08 13:43:03 +01:00
2fcb504b9a
schema creation progress
sascha
2025-12-07 22:18:01 +01:00
2e354b435c
progress on combining foreign_node_completer and relation_completer
Sascha Kühl
2025-12-05 15:38:35 +01:00
98da0884f1
schema creation progress
sascha
2025-12-05 07:32:59 +01:00
d2f1bc0b8e
Merge remote-tracking branch 'origin/feature/matador-ng' into feature/matador-ng
sascha
2025-12-04 19:20:49 +01:00
980cabe94f
fixed schema creation
Sascha Kühl
2025-12-04 16:06:39 +01:00
bbe65f2a57
reverted CMakeLists.txt
sascha
2025-12-03 17:14:21 +01:00
f6aa100435
fixed query builder test
sascha
2025-12-03 17:13:15 +01:00
e74424aaaa
added missing includes
sascha
2025-12-03 17:13:01 +01:00
19eb54df8d
query builder progress
Sascha Kühl
2025-12-03 16:18:03 +01:00
bfbbd4c589
query builder progress
Sascha Kühl
2025-12-02 16:19:13 +01:00
c156ab5e74
object generation progress
sascha
2025-12-01 22:03:07 +01:00
422df82b7c
object generating progress
Sascha Kühl
2025-12-01 16:14:13 +01:00
19b7044773
object generation
sascha
2025-11-30 22:03:48 +01:00
f47b3bb87f
object generating progress
Sascha Kühl
2025-11-25 16:27:25 +01:00
ab7a2db869
added pk information to class object
Sascha Kühl
2025-11-25 08:54:58 +01:00
ede5a8c636
object generator progress
Sascha Kühl
2025-11-24 16:26:52 +01:00
e67c0f39a3
preparations for object_generator (generating objects with attributes and constraints)
sascha
2025-11-23 15:58:14 +01:00
19b0adf737
fixed compilation and tests
sascha
2025-11-23 11:02:17 +01:00
78abf16f28
builder progress (attribute, object and constraint class in todo.md)
Sascha Kühl
2025-11-21 15:58:33 +01:00
34eaeca0bb
small fixes for table, column and query_macro
Sascha Kühl
2025-11-21 12:25:38 +01:00
e235c111a1
moved query macro generated class to namespace matador::query::meta
Sascha Kühl
2025-11-21 10:12:54 +01:00
a146dce321
renamed class attribute_definition_generator to attribute_generator
Sascha Kühl
2025-11-21 09:24:53 +01:00
758284c2b3
renamed class attribute_definition to attribute
Sascha Kühl
2025-11-21 09:22:00 +01:00
dae3c1645b
removed object_definition class
Sascha Kühl
2025-11-21 09:16:53 +01:00
d8903ed772
compilation fixes and disabled database type char[]
Sascha Kühl
2025-11-21 09:11:14 +01:00
3f3773dc71
fixed core- and orm-tests. postgres-tests needs some work
Sascha Kühl
2025-11-20 15:35:40 +01:00
95c555d03a
compilation fixes
Sascha Kühl
2025-11-19 16:17:25 +01:00
9c42df3f83
added a todo list
Sascha Kühl
2025-11-18 16:27:51 +01:00
fb4bc03da0
moved column and table class from namespace sql to query
Sascha Kühl
2025-11-18 16:27:38 +01:00
7242dc2612
attribute_definition and object_definition progress
Sascha Kühl
2025-11-17 15:58:09 +01:00
9ffcee1317
removed the value field from attribute_definition because it's a definition and should not hold a value.
Sascha Kühl
2025-11-17 13:16:18 +01:00
d1731a7f15
some sql classes refactorings like column and table structs to classes
Sascha Kühl
2025-11-14 16:16:07 +01:00
34e6d41554
move the process method outside the airplane class to prove extrusive processing functionality.
Sascha Kühl
2025-11-14 09:48:50 +01:00
61796d7c42
reuse a call to process instead of duplicting code
Sascha Kühl
2025-11-14 09:47:28 +01:00
167e2ef382
added a timeout parameter to connection_pool::acquire and a connection_pool::try_acquire with connection id
Sascha Kühl
2025-11-13 16:28:41 +01:00
d6de8da3c8
schema progress
Sascha Kühl
2025-11-13 16:27:58 +01:00
0d08ad4179
column generator progress
sascha
2025-11-12 22:18:56 +01:00
1c5b2b21b0
column, placeholder and column_value generator progress
Sascha Kühl
2025-11-12 15:53:03 +01:00
9e76203bc9
column, placeholder and column_value generator progress
Sascha Kühl
2025-11-11 16:19:58 +01:00
1d84b112f1
column generator progress
sascha
2025-11-11 08:02:46 +01:00
b3bff2dd1b
column, placeholder and column_value generator progress
Sascha Kühl
2025-11-10 16:12:53 +01:00
4b51ad21da
added alter table command to fluent query builder
Sascha Kühl
2025-11-05 11:05:03 +01:00
c87a4c29b4
added alter table command to fluent query builder (progress)
Sascha Kühl
2025-11-04 16:24:43 +01:00
c3c7ea57a2
added alter table command to fluent query builder (progress)
Sascha Kühl
2025-11-03 16:21:26 +01:00
557abecf91
orm schema class progress added SchemaTest.cpp
Sascha Kühl
2025-10-31 16:28:34 +01:00
5632746eb6
orm schema class progress
Sascha Kühl
2025-10-30 15:29:31 +01:00
270c2922ff
uses criteria for session::find methods
Sascha Kühl
2025-10-30 14:54:39 +01:00
44c50cf2af
added name methods to column class
Sascha Kühl
2025-10-29 16:08:59 +01:00
56f307fd37
added missing bind variable
Sascha Kühl
2025-10-28 16:35:56 +01:00
15d6328ae9
fixed compilation of postgres tests
Sascha Kühl
2025-10-28 13:15:26 +01:00
cb95b974fc
fixed column literal
Sascha Kühl
2025-10-28 13:14:50 +01:00
93785a6bc2
removed condition classes, functions and operators
Sascha Kühl
2025-10-27 16:25:12 +01:00
6fa56b2019
removed condition classes, functions and operators
Sascha Kühl
2025-10-27 16:24:51 +01:00
f29f642e72
Changed names of dialect tokens to PascalCase writing
Sascha Kühl
2025-10-27 10:33:50 +01:00
69ce2c34cf
added criteria_evaluator and extended all criteria classes with missing methods
sascha
2025-10-26 19:57:22 +01:00
5d53addc60
added new query criteria class set
sascha
2025-10-20 13:20:56 +02:00
009498fae1
added type shortcuts in message_bus
Sascha Kühl
2025-10-17 08:53:41 +02:00
1d40c72519
implemented session::remove
Sascha Kühl
2025-10-16 15:40:43 +02:00
d08bdb9554
added update_object_binder progress
Sascha Kühl
2025-10-15 16:14:22 +02:00
d3483ea5c2
added update_object_binder progress
Sascha Kühl
2025-10-14 15:05:25 +02:00
d0e2e4340e
statement binding progress
Sascha Kühl
2025-10-13 16:14:03 +02:00
24842f3313
session update progress
sascha
2025-10-13 07:07:00 +02:00
1cda78412b
fixed session::update implementation
sascha
2025-10-12 11:04:28 +02:00
399fa9a157
changed type of on_revision value parameter to uint64_t
sascha
2025-10-12 11:02:57 +02:00
1fd2066946
progress on session::update
Sascha Kühl
2025-10-10 15:51:51 +02:00
463647ba59
fixed session tests
Sascha Kühl
2025-10-08 16:03:00 +02:00
cb0f6322f4
removed obsolete output
sascha
2025-10-06 19:23:58 +02:00
4fd9a74ae8
session queries as statement progress
sascha
2025-10-06 07:31:16 +02:00
5490e67ecf
connection info in connection pool progress
Sascha Kühl
2025-10-02 16:12:21 +02:00
12905e3df3
fixed some repository-related tests
Sascha Kühl
2025-10-01 15:39:58 +02:00
5d2d6d4a30
fixed some query record tests
sascha
2025-09-30 22:30:34 +02:00
b40fcf0d67
initialized missing member
sascha
2025-09-28 22:26:57 +02:00
d7758e827d
schema progress
Sascha Kühl
2025-09-26 16:13:07 +02:00
3ae2b003aa
renamed schema to repository
Sascha Kühl
2025-08-28 16:12:26 +02:00