Commit graph

5 commits

Author SHA1 Message Date
eelke
c1a5ac1aad Make it recognize not null constraints and set type to Unknown when the value is not recognized.
Note column not null constraints where not stored in pg_constraint before postgresl 18
2025-12-10 18:54:32 +01:00
eelke
ccd88d0578 Show in constraint list and in generated SQL when a constraint is inherited 2023-01-21 10:27:17 +01:00
eelke
42432b06a9 Restructuring catalog tabs
- Moved detail tabs of table to their own components
- Table list has become seperate component on seperate tab
- Table list does not use designer anymore
- Moved sequences and functions tabs into the catalog inspector
2019-02-09 11:36:22 +01:00
eelke
3f337b2cca Added typeName function to PgObject as it might be useful for building generic functions. 2018-12-24 11:31:56 +01:00
eelke
f0c1035378 Reorganize files in pglablib
The enitities and containers of the catalog now go into catalog subfolder
Models go into model
2018-12-16 11:31:33 +01:00
Renamed from pglablib/PgConstraint.cpp (Browse further)