| Commit message (Expand) | Author | Age | Files | Lines |
* | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -6/+6 |
* | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 1 | -0/+17 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -1/+3 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -221/+242 |
* | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -0/+9 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -3/+24 |
* | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -0/+13 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -4/+145 |
* | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | - adjust this test for the ugly reality of the "name normalize" backends, whe... | Mike Bayer | 2012-11-23 | 1 | -2/+16 |
* | just a pep8 pass before I play with these tests | Diana Clarke | 2012-11-23 | 1 | -1/+1 |
* | second pass: increasing coverage, and commenting the "why" certain things are... | Diana Clarke | 2012-11-22 | 1 | -140/+357 |
* | first pass cleaning up test_labels #2610 | Diana Clarke | 2012-11-21 | 1 | -81/+212 |
* | this test class had 2 'test_labels' methods, just changing one of them to 'te... | Diana Clarke | 2012-11-21 | 1 | -1/+1 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -7/+7 |
* | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -8/+8 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
* | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+12 |
* | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -1/+3 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
* | Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc... | Brad Allen | 2010-03-17 | 1 | -3/+0 |
* | Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali... | Brad Allen | 2010-03-16 | 1 | -0/+4 |
* | fixed the illegal_initial_chars collection + unit test, [ticket:1659] | Mike Bayer | 2010-01-21 | 1 | -2/+9 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+210 |