pgLab/pglablib
eelke 43f8117bbd pg11: pg_proc, type of function is stored differently from pg11 forward
Followed the more structured approach of pg11 in combining the different types into a kind field
when reading from older versions we migrate the old fields to the new field. Change in 11
is because of PROCEDURE support. However full PROCEDURE support will be its own change and is
registered as issue #37
2018-12-23 08:48:45 +01:00
..
catalog pg11: pg_proc, type of function is stored differently from pg11 forward 2018-12-23 08:48:45 +01:00
codebuilder Reorganize files in pglablib 2018-12-16 11:31:33 +01:00
model Added CollationModel + factory for editing and added to EditTableWidget 2018-12-16 11:35:39 +01:00
AbstractEditorFactory.h Added capability to create editors from an editor factory to PgLabItemDelegate 2018-12-15 12:11:23 +01:00
AbstractModelFactory.h SelectionEditorFactory for creating combobox selections for use in QTableView. 2018-12-15 15:28:33 +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
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 Added the list of installed language to the catalog. The ProcTableModel now returns the owner name and language name instead of the oids. 2018-12-17 21:51:14 +01:00
QueryGenerator.cpp Reorganize files in pglablib 2018-12-16 11:31:33 +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
SelectionEditorFactory.cpp Added CollationModel + factory for editing and added to EditTableWidget 2018-12-16 11:35:39 +01:00
SelectionEditorFactory.h SelectionEditorFactory for creating combobox selections for use in QTableView. 2018-12-15 15:28:33 +01:00
SqlFormattingUtils.cpp Reorganize files in pglablib 2018-12-16 11:31:33 +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