| .. |
|
codebuilder
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
AbstractEditorFactory.h
|
Added capability to create editors from an editor factory to PgLabItemDelegate
|
2018-12-15 12:11:23 +01: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
|
Passwords are now saved in a password manager.
|
2018-11-08 21:50:49 +01:00 |
|
ConnectionConfig.h
|
Passwords are now saved in a password manager.
|
2018-11-08 21:50:49 +01:00 |
|
FormatToStream.cpp
|
Put the FormatToStream function in its own compilation unit as it might
|
2018-09-17 15:43:26 +02:00 |
|
FormatToStream.h
|
Put the FormatToStream function in its own compilation unit as it might
|
2018-09-17 15:43:26 +02: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
|
New column page
|
2018-11-29 20:21:36 +01:00 |
|
PgAttribute.h
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgAttributeContainer.cpp
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +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
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgAuthIdContainer.h
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +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
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgClass.h
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgClassContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgClassContainer.h
|
Moved several files from pglab project to pglablib
|
2017-12-29 10:21:10 +01:00 |
|
PgCollation.cpp
|
New column page
|
2018-11-29 20:21:36 +01:00 |
|
PgCollation.h
|
New column page
|
2018-11-29 20:21:36 +01:00 |
|
PgCollationContainer.cpp
|
New column page
|
2018-11-29 20:21:36 +01:00 |
|
PgCollationContainer.h
|
New column page
|
2018-11-29 20:21:36 +01:00 |
|
PgConstraint.cpp
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgConstraint.h
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgConstraintContainer.cpp
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgConstraintContainer.h
|
In the column list show foreign key constraint
|
2018-11-10 13:36:36 +01:00 |
|
PgContainer.cpp
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgContainer.h
|
Use catalog instead of catalogue consistently
|
2018-11-25 09:05:01 +01:00 |
|
PgDatabase.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgDatabase.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgDatabaseCatalog.cpp
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgDatabaseCatalog.h
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgDatabaseContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgDatabaseContainer.h
|
Use catalog instead of catalogue consistently
|
2018-11-25 09:05:01 +01:00 |
|
PgDatabaseObject.cpp
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgDatabaseObject.h
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgIndex.cpp
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgIndex.h
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01:00 |
|
PgIndexContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgIndexContainer.h
|
Moved several files from pglab project to pglablib
|
2017-12-29 10:21:10 +01:00 |
|
PgInherits.cpp
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgInherits.h
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgInheritsContainer.cpp
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgInheritsContainer.h
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +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
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
PgNamespace.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgNamespace.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgNamespaceContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgNamespaceContainer.h
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgNamespaceObject.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgNamespaceObject.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgObject.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgObject.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgOwnedObject.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgOwnedObject.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgProc.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgProc.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgProcContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgProcContainer.h
|
Added pg_proc table to the catalog. Contains the definition of functions.
|
2018-11-17 19:38:07 +01:00 |
|
PgServerObject.cpp
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgServerObject.h
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
PgTablespace.cpp
|
Flexible models
|
2018-09-02 10:30:30 +00:00 |
|
PgTablespace.h
|
Flexible models
|
2018-09-02 10:30:30 +00:00 |
|
PgTablespaceContainer.cpp
|
Added pg_proc table to the catalog. Contains the definition of functions.
|
2018-11-17 19:38:07 +01:00 |
|
PgTablespaceContainer.h
|
Flexible models
|
2018-09-02 10:30:30 +00:00 |
|
PgTrigger.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgTrigger.h
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgTriggerContainer.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +01:00 |
|
PgTriggerContainer.h
|
Added listing of triggers for selected table (not completely finished).
|
2018-10-07 19:40:06 +02:00 |
|
PgType.cpp
|
Moved several files from pglab project to pglablib
|
2017-12-29 10:21:10 +01:00 |
|
PgType.h
|
WIP: Added page showing list of functions.
|
2018-11-25 09:06:01 +01:00 |
|
PgTypeContainer.cpp
|
WIP: Added page showing list of functions.
|
2018-11-25 09:06:01 +01:00 |
|
PgTypeContainer.h
|
Overview of triggers extended with function name and arguments.
|
2018-11-18 19:30:45 +01:00 |
|
QueryGenerator.cpp
|
Rework of catalog objects. Several of them are now inheriting from common
|
2018-11-25 19:45:06 +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
|
The create table statement now lists the inherited tables and inherited columns are commented out.
|
2018-12-03 21:03:49 +01:00 |
|
SqlFormattingUtils.h
|
WIP: SQL for creating table and related objects
|
2018-11-30 18:41:38 +01: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 |