• Joined on 2023-03-28
sascha pushed to feature/matador-ng at sascha/query 2025-11-12 15:53:11 +01:00
1c5b2b21b0 column, placeholder and column_value generator progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-11 16:20:06 +01:00
9e76203bc9 column, placeholder and column_value generator progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-11 08:02:52 +01:00
1d84b112f1 column generator progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-10 16:13:01 +01:00
b3bff2dd1b column, placeholder and column_value generator progress
sascha pushed to feature/matador-ng at sascha/query 2025-11-05 17:02:40 +01:00
4b51ad21da added alter table command to fluent query builder
sascha pushed to feature/matador-ng at sascha/query 2025-11-04 16:24:53 +01:00
c87a4c29b4 added alter table command to fluent query builder (progress)
sascha pushed to feature/matador-ng at sascha/query 2025-11-03 16:21:33 +01:00
c3c7ea57a2 added alter table command to fluent query builder (progress)
sascha pushed to feature/matador-ng at sascha/query 2025-10-31 16:28:42 +01:00
557abecf91 orm schema class progress added SchemaTest.cpp
sascha pushed to feature/matador-ng at sascha/query 2025-10-30 15:29:38 +01:00
5632746eb6 orm schema class progress
270c2922ff uses criteria for session::find methods
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-10-29 16:09:07 +01:00
44c50cf2af added name methods to column class
sascha pushed to feature/matador-ng at sascha/query 2025-10-28 16:36:01 +01:00
56f307fd37 added missing bind variable
sascha pushed to feature/matador-ng at sascha/query 2025-10-28 16:27:08 +01:00
15d6328ae9 fixed compilation of postgres tests
cb95b974fc fixed column literal
Compare 2 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-10-27 16:25:23 +01:00
93785a6bc2 removed condition classes, functions and operators
6fa56b2019 removed condition classes, functions and operators
f29f642e72 Changed names of dialect tokens to PascalCase writing
Compare 3 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-10-26 19:57:28 +01:00
69ce2c34cf added criteria_evaluator and extended all criteria classes with missing methods
sascha pushed to feature/matador-ng at sascha/query 2025-10-20 13:21:02 +02:00
5d53addc60 added new query criteria class set
sascha pushed to main at sascha/criteria 2025-10-19 10:57:35 +02:00
afd1e0aef4 renamed condition_node_visitor to criteria_visitor.hpp and condition_operators to criteria_operators
sascha pushed to main at sascha/criteria 2025-10-19 10:53:02 +02:00
9dade562c7 added a cumulative include header for criteria
sascha pushed to main at sascha/criteria 2025-10-19 10:50:20 +02:00
c384cca3e7 changed class name criteria to abstract_criteria
sascha pushed to main at sascha/criteria 2025-10-19 10:49:01 +02:00
54d3c3e07a changed condition to criteria (namespace, class names, include guard and cmake names)
sascha pushed to main at sascha/criteria 2025-10-18 13:28:08 +02:00
8f4df0d1c8 added like and between operator