| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -6/+5 |
| * | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -1/+1 |
| * | - mysql [bug] Fixed bug whereby if cast() is used | Mike Bayer | 2012-04-16 | 1 | -0/+15 |
| * | - test explicitly for 'VIEW', 'SYSTEM VIEW' | Mike Bayer | 2012-04-12 | 1 | -7/+6 |
| * | Fixed test_system_views not checking for MySQL >= 5.0.0 as information_schema... | elazar | 2012-04-12 | 1 | -2/+2 |
| * | Modified MySQLDialect.get_view_names() to also return system views such as th... | elazar | 2012-04-11 | 1 | -0/+8 |
| * | - adjust mysql patch a bit so that we use | Mike Bayer | 2012-04-08 | 1 | -2/+2 |
| * | Fix innodb autoinc constraint (double)quoting | Jeff Dairiki | 2012-04-06 | 1 | -1/+17 |
| * | - [bug] Repaired the use_scope_identity | Mike Bayer | 2012-04-05 | 1 | -1/+23 |
| * | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -9/+48 |
| * | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -0/+90 |
| * | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -12/+0 |
| * | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+12 |
| * | - test failures. one in particular seems to be a weird oursql bug, oh well | Mike Bayer | 2012-02-12 | 1 | -19/+21 |
| * | - [feature] Added a new oracle create_engine() flag | Mike Bayer | 2012-02-12 | 1 | -0/+9 |
| * | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -46/+57 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 2 | -4/+19 |
| * | - [bug] Adjusted the regexp used in the | Mike Bayer | 2012-01-22 | 1 | -0/+17 |
| * | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+21 |
| * | that's not a "name=0", that's a counter. so name is None unconditonally. | Mike Bayer | 2012-01-07 | 1 | -5/+11 |
| * | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -0/+37 |
| * | - [bug] pyodbc-based dialects now parse the | Mike Bayer | 2011-12-04 | 1 | -0/+17 |
| * | - [bug] repaired the with_hint() feature which | Mike Bayer | 2011-12-03 | 1 | -0/+29 |
| * | - [feature] Added create_type constructor argument | Mike Bayer | 2011-11-28 | 1 | -0/+18 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -0/+24 |
| * | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -0/+19 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -8/+33 |
| * | add a test to confirm alter table of pk column gets reflected | Mike Bayer | 2011-10-04 | 1 | -0/+11 |
| * | undo that change with the _, it doesn't break round trips | Mike Bayer | 2011-10-03 | 1 | -4/+2 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -1/+17 |
| * | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -0/+21 |
| * | - The String type now generates VARCHAR2 on Oracle | Mike Bayer | 2011-09-24 | 1 | -5/+17 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -4/+5 |
| * | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -0/+27 |
| * | this test only runs for PG | Mike Bayer | 2011-08-12 | 1 | -0/+2 |
| * | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -184/+236 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -3/+28 |
| * | - Ensured that the same ValueError is raised for | Mike Bayer | 2011-08-04 | 1 | -1/+15 |
| * | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -2/+27 |
| * | fix keyword error | Mike Bayer | 2011-07-20 | 1 | -1/+1 |
| * | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -0/+22 |
| * | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 1 | -22/+38 |
| * | add test for [ticket:2159]rel_0_7_1 | Mike Bayer | 2011-06-05 | 1 | -2/+4 |
| * | - Some unit test fixes regarding numeric arrays, | Mike Bayer | 2011-06-04 | 1 | -1/+5 |
| * | - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0 | Mike Bayer | 2011-05-20 | 1 | -0/+22 |
| * | - Fixed bug in MSSQL dialect whereby the aliasing | Mike Bayer | 2011-05-19 | 1 | -57/+74 |
| * | mark more postgresql+zxjdbc failures | Philip Jenvey | 2011-05-11 | 1 | -0/+4 |
| * | - split all SS tests into separate + engine per test + close_all() + dispose ... | Mike Bayer | 2011-05-01 | 1 | -33/+55 |
| * | update warnings per zxjdbc | Philip Jenvey | 2011-04-23 | 1 | -0/+9 |
| * | - add test for [ticket:2142] | Mike Bayer | 2011-04-23 | 1 | -0/+27 |