pgLab/pgsql
eelke b210c570fc ArrayParser doesn't require the string to be null terminated anymore,
instead the length of the string can be passed in.

This is first step in process to allow Value to work without null terminator.
2018-12-24 08:10:09 +01:00
..
ArrayParser.cpp ArrayParser doesn't require the string to be null terminated anymore, 2018-12-24 08:10:09 +01:00
ArrayParser.h ArrayParser doesn't require the string to be null terminated anymore, 2018-12-24 08:10:09 +01:00
pgsql.pro Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Canceller.cpp Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Canceller.h Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Col.h Pgsql::Col has now stream operator overload for boost::container::small_vector 2018-11-17 19:36:12 +01:00
Pgsql_Connection.cpp Added getResultNoThrow as the AsyncDBCOnnection doesn't like exceptions. 2018-12-23 12:39:53 +01:00
Pgsql_Connection.h Added getResultNoThrow as the AsyncDBCOnnection doesn't like exceptions. 2018-12-23 12:39:53 +01:00
Pgsql_declare.h Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
Pgsql_ErrorDetails.cpp Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_ErrorDetails.h Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_oids.cpp Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
Pgsql_oids.h Added mapping of char to db oids. 2018-11-17 19:37:02 +01:00
Pgsql_Params.cpp Added delete support to the CRUD system. 2018-04-08 09:03:03 +02:00
Pgsql_Params.h Passwords are now saved in a password manager. 2018-11-08 21:50:49 +01:00
Pgsql_PgException.cpp Improved support from removing rows in crud tabs. 2018-12-15 11:24:58 +01:00
Pgsql_PgException.h Improved support from removing rows in crud tabs. 2018-12-15 11:24:58 +01:00
Pgsql_Result.cpp Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Result.h Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Row.cpp Commented out code removed 2018-11-17 19:36:32 +01:00
Pgsql_Row.h Updating rows kinda works. 2018-02-18 07:15:43 +01:00
Pgsql_Transaction.cpp Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Transaction.h Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done. 2018-12-09 20:24:11 +01:00
Pgsql_Value.cpp Added listing of triggers for selected table (not completely finished). 2018-10-07 19:40:06 +02:00
Pgsql_Value.h ArrayParser doesn't require the string to be null terminated anymore, 2018-12-24 08:10:09 +01:00
SqlGenerator.h Added a gutter and currentline highlighting to the SQL editor. 2018-04-08 09:19:32 +02:00