Generate PARTITIONED BY SQL for partitioned tables.
Expressions not yet supported.
This commit is contained in:
parent
61f90668d8
commit
2c899bd799
8 changed files with 243 additions and 41 deletions
|
|
@ -19,6 +19,11 @@ namespace Pgsql {
|
|||
return row.get(++col);
|
||||
}
|
||||
|
||||
void skip(int n = 1)
|
||||
{
|
||||
col += n;
|
||||
}
|
||||
|
||||
template <typename E, typename I>
|
||||
Col& getAsArray(I insert_iter, NullHandling nullhandling = NullHandling::Throw)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue