Merge pull request #240 from alexbaretta/master

Two bugfixes
This commit is contained in:
Dimitri Fontaine 2015-05-27 01:14:03 +02:00
commit ceaad92f4c
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@
(when tables
(pomo:execute
(format nil "create temp table reloids(oid) as values ~{('~a'::regclass)~^,~}"
tables)))
(mapcar #'apply-identifier-case tables))))
(handler-case
(let ((sql (format nil "

View File

@ -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)))))))