eelke
39927bbadf
Turn PgAttribute::Key into class instead of alias for a std::tuple.
...
This improves readability as the fields are now named instead of numbered.
2024-04-13 09:06:51 +02:00
Eelke Klein
9277731c4e
Resolve "Improve GENERATED support"
2022-09-06 11:17:18 +00:00
eelke
45795333f2
Generate COMMENT IS statements for columns
2021-07-02 20:42:32 +02:00
eelke
d6aeef492d
comments on columns
...
Show the comments in the list of columns of a table.
Generate SQL to set them.
2021-03-08 17:23:34 +01:00
eelke
2c2253f75e
Use (BIG)SERIAL in generated SQL when this was used when column
...
originally defined.
This is recognized by the fact that the column has a dependency on a
sequence. For columns that happen to have a default which uses a pre
exising sequence the dependency is the other way around.
2019-12-01 06:40:11 +01:00
eelke
b939916b07
Fix incorrect ALTER TABLE statement for columns in the instepctor.
...
Was caused by incorrect condition for determining the use of IDENTITY.
2019-08-19 19:44:07 +02: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