pgLab/tests/pglabtests
eelke 0cd019db92 Fix for $-quoted strings
Note this does not solve all issues because we are tokenizing contents of strings of which we do not know they contains SQL
when the string is actually not SQL and contains $ the tokenizer gets confused.
2023-01-07 07:41:58 +01:00
..
gtest_dependency.pri Folder restructuring of test projects. 2018-01-07 09:15:21 +01:00
main.cpp Bunch of tests were in header files so they all got compiled when main got compiled. 2018-01-07 09:19:19 +01:00
pglabtests.pro Big cleanup 2022-05-26 08:25:31 +02:00
tst_CodeBuilder.cpp Update tests for moved include files. 2018-12-23 08:42:32 +01:00
tst_ConvertLangToSqlString.cpp Disable the tests i'm not going to make work right now. 2022-02-06 14:21:50 +01:00
tst_ConvertToMultiLineCString.cpp Fix escaping of special chars for copyAsCString 2019-11-02 14:54:55 +01:00
tst_CsvWriter.cpp Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
tst_escapeConnectionStringValue.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
tst_expected.cpp Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
tst_ExplainJsonParser.cpp Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
tst_NameManglingRules.cpp Added name mangling tests. 2018-09-17 15:41:47 +02:00
tst_ParamJson.cpp Lot of code for generating code. Working on unit tests. 2018-09-09 21:04:23 +02:00
tst_PasswordManager.cpp Passwords are now saved in a password manager. 2018-11-08 21:50:49 +01:00
tst_Range.cpp misc stuff 2021-03-06 13:15:17 +01:00
tst_scopeguard.cpp Cleanup 2022-01-21 18:54:50 +01:00
tst_SqlLexer.cpp Fix for $-quoted strings 2023-01-07 07:41:58 +01:00
tst_TypeMappings.cpp Update tests for moved include files. 2018-12-23 08:42:32 +01:00