0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00
sqlpp11/tests/core/serialize/clause
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
..
CMakeLists.txt Rename remove to delete and add serialize tests 2024-10-06 10:39:40 +02:00
delete_from.cpp Rename remove to delete and add serialize tests 2024-10-06 10:39:40 +02:00
for_update.cpp Add serialize test for for_update 2024-10-03 10:25:10 +02:00
from.cpp Add tests for from and for join 2024-09-22 11:34:47 +02:00
group_by.cpp Add tests for order_by 2024-09-29 11:06:34 +02:00
having.cpp Add tests for having 2024-09-28 12:40:27 +02:00
insert_columns.cpp Add tests for insert_columns 2024-09-22 09:50:24 +02:00
insert_default_values.cpp Add support for dynamic insert_set and corresponding tests 2024-09-15 15:16:48 +02:00
insert_set.cpp Add support for dynamic insert_set and corresponding tests 2024-09-15 15:16:48 +02:00
insert.cpp Add serialize tests for insert 2024-09-22 10:33:12 +02:00
limit.cpp Add serialize tests for limit and offset 2024-09-29 11:28:32 +02:00
offset.cpp Add serialize tests for limit and offset 2024-09-29 11:28:32 +02:00
order_by.cpp Add tests for order_by 2024-09-29 11:06:34 +02:00
select_columns.cpp Rename AliasProvider to NameTagProvider 2024-09-01 10:57:22 +02:00
select_flags.cpp Add dynamic select flags 2024-09-14 12:23:22 +02:00
select.cpp Add more serialize tests for union and select 2024-10-05 11:46:11 +02:00
single_table.cpp Add serialize tests for update 2024-10-06 09:51:08 +02:00
union.cpp Add more serialize tests for union and select 2024-10-05 11:46:11 +02:00
update_set.cpp Add support for dynamic insert_set and corresponding tests 2024-09-15 15:16:48 +02:00
update.cpp Add serialize tests for update 2024-10-06 09:51:08 +02:00
where.cpp Add serialize tests for WHERE 2024-09-23 06:48:43 +02:00