X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-odbc%2Fodbc-ff-interface.lisp;fp=db-odbc%2Fodbc-ff-interface.lisp;h=864436dac09712e4f612dd003505ad8ad14b2c4c;hb=6e8ef7161f2d2759bf8d78740e7e93bea5eca781;hp=6dd699754c7f35303fa94beef586b715571b9368;hpb=9caf87927916854758e642c625e6c8a8b274b999;p=clsql.git diff --git a/db-odbc/odbc-ff-interface.lisp b/db-odbc/odbc-ff-interface.lisp index 6dd6997..864436d 100644 --- a/db-odbc/odbc-ff-interface.lisp +++ b/db-odbc/odbc-ff-interface.lisp @@ -334,18 +334,17 @@ (def-struct sql-c-date (year :short) - (month :short) - (day :short)) + (month :short) + (day :short)) (def-struct sql-c-timestamp (year :short) - (month :short) - (day :short) - (hour :short) - (minute :short) - (second :short) - (fraction :long)) - + (month :short) + (day :short) + (hour :short) + (minute :short) + (second :short) + (fraction :long)) ;;; Added by KMR