PostgreSQL GUI client
Find a file
eelke 48ac8c6bab Improved generation of c/cpp string from query
Extra lines before and after query are removed. Whitespace at end of line
is removed. SQL comments are converted to cpp style comments and are outside
the string literal.

To achieve this the function now uses the SQLLexer to know what is comment.
This also required the additional capability in the lexer to also return whitespace and newline tokens.
Also a few bugs in the lexer were fixed.
2019-08-19 13:52:23 +02:00
core Improved generation of c/cpp string from query 2019-08-19 13:52:23 +02:00
ctk project file cleanup 2019-03-24 08:53:22 +01:00
docs design docs 2018-05-20 13:44:04 +02:00
pglab Added paste lang option for pasting programming code. 2019-08-19 11:38:04 +02:00
pglablib Improved generation of c/cpp string from query 2019-08-19 13:52:23 +02:00
pgsql Improved backup dialog 2019-07-13 08:45:32 +02:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Improved generation of c/cpp string from query 2019-08-19 13:52:23 +02:00
.gitignore Ignore .user files 2019-07-13 08:46:44 +02:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
common.pri project file cleanup 2019-03-24 08:53:22 +01:00
local.pri.sample project file cleanup 2019-03-24 08:53:22 +01:00
pglabAll.pro Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
readme.md Lot of password related changes all over the place. 2018-11-04 11:44:40 +01:00