mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Update mysql-cast-rules.lisp
This commit is contained in:
parent
2079646c81
commit
6182806ee9
@ -7,7 +7,7 @@
|
||||
(defun enum-or-set-name (table-name column-name type ctype typemod)
|
||||
(declare (ignore type ctype typemod))
|
||||
(apply-identifier-case
|
||||
(format nil "~a_~a" (unquote table-name #\") (unquote column-name #\"))))
|
||||
(format nil "~a__~a" (unquote table-name #\") (unquote column-name #\"))))
|
||||
|
||||
;;;
|
||||
;;; The default MySQL Type Casting Rules
|
||||
|
Loading…
Reference in New Issue
Block a user