summaryrefslogtreecommitdiff
path: root/test/sql/unicode.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-139/+0
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-5/+2
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* *more* tweaks to avoid DEFAULT VALUES on sqliteMike Bayer2008-02-041-1/+1
* - add dummy column to appease older SQLite verisons in unicode.pyMike Bayer2008-02-041-1/+3
* escapedefaultstest passes on everythingMike Bayer2008-01-301-1/+0
* moved default escaping test to its own test so oracle gets itMike Bayer2008-01-301-0/+2
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-1/+22
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-5/+5
* 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