0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/postgresql/constraints
Roland Bock 4c942600bb Started to migrate postgresql connector into sqlpp11 repo.
Removed timezone handling in the process (needs to be documented).
Note: on_conflict does not check for constraints (needs to be documented).
Note: some of the constraints tests seem to be aiming for a different static_assert.
2021-11-14 08:11:53 +01:00
..
CMakeLists.txt Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictEmptyWhereDoUpdate.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictInvalidAssignmentsDoUpdate.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictInvalidParameter.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictInvalidWhereDoUpdate.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictMissingAction.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictMissingAssignmentsDoUpdate.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
OnConflictMissingParameterDoUpdate.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
ReturningEmptyAssert.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
ReturningInvalidArgument.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00