mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Fix string delimiter syntax in COMMENT statements
This commit is contained in:
parent
0626d56303
commit
817fc9a258
@ -248,7 +248,7 @@
|
||||
(map 'string #'code-char
|
||||
(loop :repeat 5
|
||||
:collect (+ (random 26) (char-code #\A))))
|
||||
"-"
|
||||
"_"
|
||||
(map 'string #'code-char
|
||||
(loop :repeat 5
|
||||
:collect (+ (random 26) (char-code #\A)))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user