Improve support for declarative partitioning.
Generated SQL for a partition is now correct (atleast for simple cases) Switched to C++ 20 so the ranges library can be used in this case to filter unwanted items.
This commit is contained in:
parent
7a4d8f3410
commit
60fb4ce285
4 changed files with 92 additions and 38 deletions
|
|
@ -4,7 +4,7 @@ error( "Use local.pri.sample to create your own local.pri" )
|
|||
|
||||
LIBS += -lUser32 -lws2_32 -llibpq
|
||||
|
||||
CONFIG += c++latest
|
||||
CONFIG += c++20
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any feature of Qt which as been marked as deprecated (the exact warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue