racket/collects/db/private
Ryan Culpepper 8db023c624 add string typeid for mysql char(N) fields
closes PR 13255

Need to add tests, but "select cast(? as char(5))" results in var-string,
not string. Only get string typeid when reading from table.
2012-11-14 20:40:14 -05:00
..
generic db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
mysql add string typeid for mysql char(N) fields 2012-11-14 20:40:14 -05:00
odbc Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
postgresql db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
sqlite3 db: fix another sqlite3 finalization bug 2012-10-30 12:33:02 -04:00