pgLab/pgsql
2018-02-05 21:42:54 +01:00
..
ArrayParser.cpp Implemented ArrayParser and unit tests to verify its working. 2017-12-16 10:31:51 +01:00
ArrayParser.h Implemented ArrayParser and unit tests to verify its working. 2017-12-16 10:31:51 +01:00
pgsql.pro Some stuff I had on another machine and which might provide useful. 2017-12-28 07:29:07 +01:00
Pgsql_Col.cpp Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
Pgsql_Col.h More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
Pgsql_Connection.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
Pgsql_Connection.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
Pgsql_declare.h More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
Pgsql_oids.cpp . 2017-12-16 21:43:51 +01:00
Pgsql_oids.h More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
Pgsql_Params.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
Pgsql_Params.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
Pgsql_PgException.cpp Some stuff I had on another machine and which might provide useful. 2017-12-28 07:29:07 +01:00
Pgsql_PgException.h Misc minor changes. 2017-12-28 09:20:42 +01:00
Pgsql_Result.cpp Fixed missing comman in pg_class query. 2017-12-17 20:28:02 +01:00
Pgsql_Result.h Fixed missing comman in pg_class query. 2017-12-17 20:28:02 +01:00
Pgsql_Row.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
Pgsql_Row.h Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
Pgsql_Value.cpp Improved error checking in Value + more to array conversion control. 2017-12-17 09:06:18 +01:00
Pgsql_Value.h Changed operator << for Value to explicitly call the conversion operators. 2017-12-20 22:07:20 +01:00