mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Cleanup: the MySQL list-transform function is not used anymore.
This commit is contained in:
parent
dbfd8cf06c
commit
a6e2c6364f
@ -327,13 +327,6 @@ that would be int and int(7) or varchar and varchar(25)."
|
||||
:column-name column-name)
|
||||
(values pgtype transform-fn)))
|
||||
|
||||
(defun list-transforms (columns)
|
||||
"Return the list of transformation functions to apply to a given table."
|
||||
(loop
|
||||
for col in columns
|
||||
collect (with-slots (name dtype ctype default nullable extra) col
|
||||
(get-transform-function dtype ctype default nullable extra))))
|
||||
|
||||
(defun test-casts ()
|
||||
"Just test some cases for the casts"
|
||||
(let ((*cast-rules*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user