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
|
|
@ -79,6 +79,10 @@ public:
|
|||
|
||||
QString dropSql() const override;
|
||||
QString createSql() const override;
|
||||
bool isInherited() const
|
||||
{
|
||||
return inhcount > 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue