Skip to content

Commit 8d42a93

Browse files
committed
Fixes #1665
1 parent 6fef294 commit 8d42a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
LARGE_CHUNK_TRIM_MARKER = "__TRIMMED_CONTENT__"
568568

569569
# Generic SQL comment formation
570-
GENERIC_SQL_COMMENT = "-- "
570+
GENERIC_SQL_COMMENT = "-- -"
571571

572572
# Threshold value for turning back on time auto-adjustment mechanism
573573
VALID_TIME_CHARS_RUN_THRESHOLD = 100

0 commit comments

Comments
 (0)