0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
Commit Graph

10 Commits

Author SHA1 Message Date
Roland Bock
89d7ed837d A bit of cleanup 2024-11-14 19:59:16 +01:00
Roland Bock
e46eeddc45 Fix join with CTEs 2024-10-17 07:49:39 +02:00
Roland Bock
32dee26d1a Rename remove to delete and add serialize tests
Using the verb "remove" instead of "delete" was an early decision because
delete is a keyword and might lead to confusion.

Today, I think that it should be renamed to be as close to SQL as possible.
2024-10-06 10:39:40 +02:00
Roland Bock
8caea01d0a Reorganized join and added a first set of serialize tests 2024-08-25 10:47:59 +02:00
Roland Bock
843e39b3d0 more tests and more clarity for aggregates 2024-08-15 18:33:18 +02:00
Roland Bock
b0ac371cea Add alias to aggregate functions 2024-08-04 16:40:47 +02:00
Roland Bock
2b7b568c49 Continue fixing tests 2024-07-27 13:15:56 +02:00
Roland Bock
700c263f90 Introduce dynamic
This allows to select columns dynamically
2024-07-18 07:38:45 +02:00
Roland Bock
61030742b3 Removing more instances of wrap_operand 2024-07-14 12:42:02 +02:00
Roland Bock
c2c5f15690 Add basic serialize functions and start documenting differences 2024-07-13 13:39:36 +02:00