pgLab/pglablib
eelke 0cef509771 Correct tablespace names are now shown in the list of tables.
Slightly more complex then you may expect because the tablespace specified by the tables tends to be oid 0
which means the default tablespace is used. However this does not mean pg_default, it means the tablespace
as defined as standard in the database definition. So we need to know what the current dbname is retrieve
it's details from the catalog and retrieve that tablespace to know what to show for an oid of 0.
2018-08-27 21:14:57 +02:00
..
ASyncDBConnection.cpp Improved way sockets are closed. 2018-04-08 09:06:05 +02:00
ASyncDBConnection.h Double clicking a table now opens a CRUD page for that table however data cannot be changed yet thought it will display an editbox. 2018-01-09 20:39:43 +01:00
ConnectionConfig.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
ConnectionConfig.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
ParamListJson.cpp Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
ParamListJson.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
ParamListModel.cpp Double clicking a table now opens a CRUD page for that table however data cannot be changed yet thought it will display an editbox. 2018-01-09 20:39:43 +01:00
ParamListModel.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
PgAm.cpp The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgAm.h The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgAmContainer.cpp The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgAmContainer.h The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgAttribute.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAttribute.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAttributeContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAttributeContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAuthId.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAuthId.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAuthIdContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgAuthIdContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgCatalogTypes.h Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
PgClass.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgClass.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgClassContainer.cpp Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgClassContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgConstraint.cpp Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00
PgConstraint.h Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
PgConstraintContainer.cpp Updating rows kinda works. 2018-02-18 07:15:43 +01:00
PgConstraintContainer.h Bezig met crudmodel/tab 2018-01-08 20:45:52 +01:00
PgContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgContainer.h The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgDatabase.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgDatabase.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgDatabaseCatalog.cpp Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgDatabaseCatalog.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgDatabaseContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgDatabaseContainer.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgIndex.cpp The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgIndex.h The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgIndexContainer.cpp The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgIndexContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgKeywordList.cpp Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00
PgKeywordList.h Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00
Pglablib.cpp Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
Pglablib.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
pglablib.pro Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgNamespace.cpp Bezig met crudmodel/tab 2018-01-08 20:45:52 +01:00
PgNamespace.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgNamespaceContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgNamespaceContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgObject.cpp The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgObject.h The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
PgTablespace.cpp Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgTablespace.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgTablespaceContainer.cpp Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgTablespaceContainer.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
PgType.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgType.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgTypeContainer.cpp Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
PgTypeContainer.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00
QueryGenerator.cpp Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
QueryGenerator.h Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
SqlFormattingUtils.cpp Index DROP and CREATE statements are now shown. 2018-08-05 11:27:05 +02:00
SqlFormattingUtils.h Index DROP and CREATE statements are now shown. 2018-08-05 11:27:05 +02:00
util.cpp Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
util.h Moved several files from pglab project to pglablib 2017-12-29 10:21:10 +01:00