Don't declare the the oclumn 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>
Fri, 27 Feb 2009 22:50:57 +0000 (17:50 -0500)
commitd39d60ec68a2f5c2909b891ca949cb5ca39d39f5
tree0377f9ba42c73786769d437b1aeff2b1b1e2b409
parente470d9172c6cb819691eb5a00831f01d5eeed8ce
Don't declare the the oclumn 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