From: Nathan Bird Date: Fri, 27 Feb 2009 22:48:05 +0000 (-0500) Subject: Don't declare the the column precisions to be a fixnum since odbc implementations... X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=83e8fc53297d449257face2741b78169c429059d;hp=83e8fc53297d449257face2741b78169c429059d;p=clsql.git 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. ---