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
|
|
@ -12,7 +12,7 @@ OpenDatabase::OpenDatabaseSPtr OpenDatabase::createOpenDatabase(const Connection
|
|||
odb->Init();
|
||||
return odb;
|
||||
}
|
||||
catch (const Pgsql::PgException &ex) {
|
||||
catch (const std::exception &ex) {
|
||||
throw OpenDatabaseException(ex.what());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue