From: Nathan Bird Date: Fri, 27 Feb 2009 22:48:05 +0000 (-0500) Subject: Dont declare the the column precisions to be a fixnum since odbc X-Git-Tag: v5.4.0~15 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=7b26e869b253d7f77f7d882d44fab090a6667280;hp=7b26e869b253d7f77f7d882d44fab090a6667280;p=clsql.git Dont declare the the column precisions to be a fixnum since odbc implementations like to set it to 2147483647, we arent going to allocate anything of this size. ---