X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-ff-interface.lisp;h=a7153c8660600a5d7260a967d060a6aee1cbc8ea;hp=00e7cd6f386b848e738bd23c00eaaaa1c0451f11;hb=d9f41af62750c622945bb17b622a39689ee5b840;hpb=e15b72fefebeee46a83d357db2813031edcc6fbd diff --git a/db-odbc/odbc-ff-interface.lisp b/db-odbc/odbc-ff-interface.lisp index 00e7cd6..a7153c8 100644 --- a/db-odbc/odbc-ff-interface.lisp +++ b/db-odbc/odbc-ff-interface.lisp @@ -384,7 +384,10 @@ (table-name :pointer-void) (table-name-length :short) (table-type-name :pointer-void) - (table-type-name-length :short)) + (table-type-name-length :short) + (unique :short) + (reserved :short)) + :module "odbc" :returning :short) @@ -398,6 +401,7 @@ (table-name-length :short) (unique :short) (reserved :short)) + :module "odbc" :returning :short)