pgLab/pglablib
eelke 60fb4ce285 Improve support for declarative partitioning.
Generated SQL for a partition is now correct (atleast for simple cases)
Switched to C++ 20 so the ranges library can be used in this case
to filter unwanted items.
2023-01-18 19:43:12 +01:00
..
catalog Improve support for declarative partitioning. 2023-01-18 19:43:12 +01:00
codebuilder Qt6 migration 2021-03-06 13:13:31 +01:00
model Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
AbstractEditorFactory.h
AbstractModelFactory.h
ASyncDBConnection.cpp Improve error handling 2022-08-17 18:18:10 +02:00
ASyncDBConnection.h Improved error reporting 2022-08-14 08:04:21 +02:00
ConnectionConfig.cpp Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionConfig.h Improve editing of connection password 2022-09-05 14:35:45 +02:00
FormatToStream.cpp Qt6 migration 2021-03-06 13:13:31 +01:00
FormatToStream.h
ParamListJson.cpp
ParamListJson.h
ParamListModel.cpp build fixes 2022-05-24 18:56:39 +02:00
ParamListModel.h
Pglablib.cpp
Pglablib.h
pglablib.pro Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
QueryGenerator.cpp
QueryGenerator.h
SelectionEditorFactory.cpp
SelectionEditorFactory.h
SqlFormattingUtils.cpp Improve escaping routine, no need to resort to using the E prefix just doubling the quotes should be enough. 2022-07-08 19:53:45 +02:00
SqlFormattingUtils.h Improved formatting of generated table sql 2019-12-01 07:09:18 +01:00
TestConnection.cpp Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
TestConnection.h Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
util.cpp When exporting data add a header row 2021-04-10 09:48:48 +02:00
util.h hash(QString) is now defined by Qt 2020-04-04 07:34:06 +02:00
WaitHandleList.cpp Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
WaitHandleList.h Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
Win32Event.h Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00