X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fgeneric-odbc.lisp;h=d22255070c7d2c6504a860c695cbc63d4c2db1d9;hb=48a9de835029c5db6ac83235b6794fa20d3e56d5;hp=8601ed624fe019a9a26a7bf243fbb26b7a22e49c;hpb=9242af658c4978cba02cdfde02d5337a04788978;p=clsql.git diff --git a/sql/generic-odbc.lisp b/sql/generic-odbc.lisp index 8601ed6..d222550 100644 --- a/sql/generic-odbc.lisp +++ b/sql/generic-odbc.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ ;;;; ;;;; Generic ODBC layer, used by db-odbc and db-aodbc backends ;;;; @@ -178,8 +178,6 @@ (loop for row in rows collect (fourth row)))) - - (defmethod database-attribute-type ((attribute string) (table string) (database generic-odbc-database) &key (owner nil)) (declare (ignore owner))