racket/collects/db/private
Ryan Culpepper 9f492c10a7 db: fix mysql large blobs, other changes
MySQL:
 - support multi-packet data rows
 - fixed very old length-coding bug (24 vs 32 bit length)
 - support large params via long-data packets
 - 'any' pseudo-type for parameters
 - distinguish 'blob'/'text', 'var-string'/'var-binary'
 - read 'text' results as string, not bytes
SQLite3:
 - enabled sql types tests
2012-04-14 19:47:32 -06:00
..
generic db: fix mysql large blobs, other changes 2012-04-14 19:47:32 -06:00
mysql db: fix mysql large blobs, other changes 2012-04-14 19:47:32 -06:00
odbc db: fix mysql large blobs, other changes 2012-04-14 19:47:32 -06:00
postgresql db: fix mysql large blobs, other changes 2012-04-14 19:47:32 -06:00
sqlite3 db: fix mysql large blobs, other changes 2012-04-14 19:47:32 -06:00