[kexi] [Bug 380088] Support opening native databases without importing
Mathieu Jobin
bugzilla_noreply at kde.org
Thu Jul 27 06:56:16 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=380088
--- Comment #3 from Mathieu Jobin <opensource at somekool.net> ---
IMHO
public | kexi__db | table | postgres
Create on open if missing.
public | kexi__parts | table | postgres
Create on open if missing, make it optional if possible.
public | kexi__userdata | table | postgres
Make this optional, create on first necessary write
public | kexi__blobs | table | postgres
Make this optional, create on first necessary write
public | kexi__fields | table | postgres
Default should load from standard tables, create table on first necessary
write.
aka, make it optional
public | kexi__objectdata | table | postgres
its empty, make it optional, create on first necessary write
public | kexi__objects | table | postgres
refresh content on open, or obsolete this table
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kexi-bugs
mailing list