Don't declare the the column precisions to be a fixnum since odbc implementations...
authorNathan Bird <nathan@acceleration.net>
Fri, 27 Feb 2009 22:48:05 +0000 (17:48 -0500)
committerNathan Bird <nathan@acceleration.net>
Thu, 4 Mar 2010 17:02:45 +0000 (12:02 -0500)
commit83e8fc53297d449257face2741b78169c429059d
treebdb382185db0d665161700a359a5a4b4074003f6
parent7a4858c944c2361dce485a69b66dcf1ad4dcad60
Don't declare the the column precisions to be a fixnum since odbc implementations like to set it to 2147483647, we aren't going to allocate anything of this size, we use
guards such as max-precision on that.
db-odbc/odbc-dbi.lisp