| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 1 | -1602/+0 |
* | YEAR(2) emits a warning and oursql / mysqlconnector throw an exception | Mike Bayer | 2013-06-23 | 1 | -4/+2 |
* | most of these dialect=mysql.dialect() calls are redundant | Mike Bayer | 2013-06-08 | 1 | -23/+13 |
* | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -0/+29 |
* | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+13 |
* | mysql tests | Mike Bayer | 2013-05-26 | 1 | -13/+14 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -17/+17 |
* | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -0/+1 |
* | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -1/+5 |
* | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -317/+222 |
* | - tighten mysql date test to not fail over 1 second boundaries (and probably ... | Mike Bayer | 2012-09-30 | 1 | -24/+25 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
* | fixes to prevent the new MyISAM engine from breaking other tests | Mike Bayer | 2012-08-29 | 1 | -7/+3 |
* | - expand out all the methods on insert/update/delete/select for now | Mike Bayer | 2012-08-19 | 1 | -5/+0 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -24/+24 |
* | - 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 |
* | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -9/+48 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+17 |
* | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -8/+33 |
* | 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 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+9 |
* | Merge | Michael Trier | 2011-03-15 | 1 | -0/+12 |
|\ |
|
| * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+12 |
* | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
|/ |
|
* | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+28 |
* | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -7/+29 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -2/+2 |
* | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -0/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -26/+26 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
* | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -5/+4 |
* | - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k | Mike Bayer | 2010-12-06 | 1 | -2/+2 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -8/+12 |
* | | merge tip | Mike Bayer | 2010-11-14 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | - Fixed mysql bug involving reflection of CURRENT_TIMESTAMP | Mike Bayer | 2010-10-20 | 1 | -0/+17 |
* | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -3/+7 |
|/ |
|
* | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -1/+18 |
* | test/dialect | Mike Bayer | 2010-07-11 | 1 | -130/+130 |
* | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -1/+54 |
* | - MySQL dialect doesn't emit CAST() for MySQL version | Mike Bayer | 2010-06-19 | 1 | -1/+14 |
* | - func.sysdate() emits "SYSDATE()", i.e. with the ending | Mike Bayer | 2010-05-08 | 1 | -1/+7 |
* | - No longer guessing that TINYINT(1) should be BOOLEAN | Mike Bayer | 2010-03-27 | 1 | -1/+10 |