summaryrefslogtreecommitdiff
path: root/test/sql/unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Restored unicode foreign key tests for [ticket:729].Jason Kirtland2007-10-141-17/+26
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-101-5/+5
* - moved unicode schema ORM tests to unitofwork.py tests. mostlyMike Bayer2007-08-151-34/+0
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-0/+2
* commented out unicode foriegn keys for now, not working on mysql or postgresMike Bayer2007-08-141-4/+13
* Added more unicode foreign key tests for [ticket:729]Jason Kirtland2007-08-121-3/+31
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-0/+6
* Revert r3169 and r3148 changes to unicode schema reflection test, will add an...Jason Kirtland2007-08-041-5/+4
* Update for osxJason Kirtland2007-08-041-1/+1
* Rearranged engine initialization, its now easy to make ad-hoc testing engines...Jason Kirtland2007-08-031-11/+2
* - fixed table_names for postgres to return as dialect.encoding-decoded unicod...Mike Bayer2007-08-031-3/+9
* Oops.Jason Kirtland2007-08-031-0/+1
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-21/+16
* added distinct positional dictionary arg to query.params(), fixes [ticket:690]Mike Bayer2007-07-271-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-15/+41
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
* - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptionsMike Bayer2007-04-291-4/+0
* - got unicode schemas to work with postgresMike Bayer2007-04-151-8/+25
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-0/+66