Cleanup: the MySQL list-transform function is not used anymore.

This commit is contained in:
Dimitri Fontaine 2014-02-08 17:28:04 +01:00
parent dbfd8cf06c
commit a6e2c6364f

View File

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