Mercurial > urweb
comparison src/mysql.sml @ 890:034eeb099564
Blobs tested in MySQL and SQLite
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 18 Jul 2009 10:27:32 -0400 |
parents | bcad392e288e |
children | 6a284a3519ba |
comparison
equal
deleted
inserted
replaced
889:bcad392e288e | 890:034eeb099564 |
---|---|
1504 supportsUpdateAs = false, | 1504 supportsUpdateAs = false, |
1505 createSequence = fn s => "CREATE TABLE " ^ s ^ " (uw_id INTEGER PRIMARY KEY AUTO_INCREMENT)", | 1505 createSequence = fn s => "CREATE TABLE " ^ s ^ " (uw_id INTEGER PRIMARY KEY AUTO_INCREMENT)", |
1506 textKeysNeedLengths = true, | 1506 textKeysNeedLengths = true, |
1507 supportsNextval = false, | 1507 supportsNextval = false, |
1508 supportsNestedPrepared = false, | 1508 supportsNestedPrepared = false, |
1509 sqlPrefix = "SET storage_engine=InnoDB;\n\n"} | 1509 sqlPrefix = "SET storage_engine=InnoDB;\n\n", |
1510 supportsOctetLength = true} | |
1510 | 1511 |
1511 end | 1512 end |