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:48:17 +0000 (17:48 -0500)
commit3223e968d7001e7f778539b7f2a12111e1ab2fed
tree03d1e28394f9a42cf564253f5759854e65557810
parent5bd17e4032ba3987db4af25b89fc939056896512
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