Skip to content

Commit

Permalink
Fix string delimiter syntax in COMMENT statements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaretta committed May 26, 2015
1 parent 0626d56 commit 5b3fb6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sources/mysql/mysql.lisp
Expand Up @@ -245,10 +245,6 @@
;; the usual SQL injection protection offered by the Extended
;; Query Protocol from PostgreSQL.
(concatenate 'string
(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)))))))
Expand Down

0 comments on commit 5b3fb6f

Please sign in to comment.