summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - [bug] removed legacy behavior wherebyMike Bayer2012-04-241-6/+5
* - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-1/+1
* - mysql [bug] Fixed bug whereby if cast() is usedMike Bayer2012-04-161-0/+15
* - test explicitly for 'VIEW', 'SYSTEM VIEW'Mike Bayer2012-04-121-7/+6
* Fixed test_system_views not checking for MySQL >= 5.0.0 as information_schema...elazar2012-04-121-2/+2
* Modified MySQLDialect.get_view_names() to also return system views such as th...elazar2012-04-111-0/+8
* - adjust mysql patch a bit so that we useMike Bayer2012-04-081-2/+2
* Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+17
* - [bug] Repaired the use_scope_identityMike Bayer2012-04-051-1/+23
* - [feature] Added support for MySQL index andMike Bayer2012-03-141-9/+48
* - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-0/+90
* revert this, bad ideaMike Bayer2012-02-131-12/+0
* - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+12
* - test failures. one in particular seems to be a weird oursql bug, oh wellMike Bayer2012-02-121-19/+21
* - [feature] Added a new oracle create_engine() flagMike Bayer2012-02-121-0/+9
* - Added missing compilation support forMike Bayer2012-02-121-46/+57
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-282-4/+19
* - [bug] Adjusted the regexp used in theMike Bayer2012-01-221-0/+17
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+21
* that's not a "name=0", that's a counter. so name is None unconditonally.Mike Bayer2012-01-071-5/+11
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-0/+37
* - [bug] pyodbc-based dialects now parse theMike Bayer2011-12-041-0/+17
* - [bug] repaired the with_hint() feature whichMike Bayer2011-12-031-0/+29
* - [feature] Added create_type constructor argumentMike Bayer2011-11-281-0/+18
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-0/+24
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-0/+19
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-8/+33
* add a test to confirm alter table of pk column gets reflectedMike Bayer2011-10-041-0/+11
* undo that change with the _, it doesn't break round tripsMike Bayer2011-10-031-4/+2
* - a CREATE TABLE will put the COLLATE optionMike Bayer2011-10-031-1/+17
* - Added "postgresql_using" argument to Index(), producesMike Bayer2011-10-021-0/+21
* - The String type now generates VARCHAR2 on OracleMike Bayer2011-09-241-5/+17
* - The behavior of =/!= when comparing a scalar selectMike Bayer2011-09-231-4/+5
* - Reflection functions for Table, Sequence no longerMike Bayer2011-09-091-0/+27
* this test only runs for PGMike Bayer2011-08-121-0/+2
* - Narrowed the assumption made when reflectingMike Bayer2011-08-091-184/+236
* - Query will convert an OFFSET of zero whenMike Bayer2011-08-061-3/+28
* - Ensured that the same ValueError is raised forMike Bayer2011-08-041-1/+15
* - SQLite dialect no longer strips quotesMike Bayer2011-07-281-2/+27
* fix keyword errorMike Bayer2011-07-201-1/+1
* - Added new "postgresql_ops" argument toMike Bayer2011-07-201-0/+22
* - repaired the oracle.RAW type which did notMike Bayer2011-07-191-22/+38
* add test for [ticket:2159]rel_0_7_1Mike Bayer2011-06-051-2/+4
* - Some unit test fixes regarding numeric arrays,Mike Bayer2011-06-041-1/+5
* - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0Mike Bayer2011-05-201-0/+22
* - Fixed bug in MSSQL dialect whereby the aliasingMike Bayer2011-05-191-57/+74
* mark more postgresql+zxjdbc failuresPhilip Jenvey2011-05-111-0/+4
* - split all SS tests into separate + engine per test + close_all() + dispose ...Mike Bayer2011-05-011-33/+55
* update warnings per zxjdbcPhilip Jenvey2011-04-231-0/+9
* - add test for [ticket:2142]Mike Bayer2011-04-231-0/+27