diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 02:32:59 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 02:35:24 -0300 |
| commit | 601ce32ee8d0cee32b66c87b0bfefa7424a5b8c8 (patch) | |
| tree | 7b06c2d9d385b957377b801b83f004fc554e19d0 /src/database_postgres.cc | |
| parent | d92f642810dc3125515d64f953d2bee840de1cc1 (diff) | |
| download | querymanager-601ce32ee8d0cee32b66c87b0bfefa7424a5b8c8.tar.gz querymanager-601ce32ee8d0cee32b66c87b0bfefa7424a5b8c8.zip | |
modify how automatic SQLite patches/upgrades works + overall cleanup
Diffstat (limited to 'src/database_postgres.cc')
| -rw-r--r-- | src/database_postgres.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database_postgres.cc b/src/database_postgres.cc index 241637a..37c1cc4 100644 --- a/src/database_postgres.cc +++ b/src/database_postgres.cc @@ -1093,7 +1093,7 @@ const char *PrepareQuery(TDatabase *Database, const char *Text){ Stmt->Text = strdup(Text); ASSERT(Stmt->Text != NULL); -#if 1 // DEBUG_STATEMENT_CACHE +#if DEBUG_STATEMENT_CACHE { char Preview[30]; StringBufCopyEllipsis(Preview, Text); |
