| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -19/+18 |
| * | resolves #5333 typo correction 'explcit' should be 'explicit'. | RamonWill | 2020-07-04 | 1 | -2/+2 |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -13/+17 |
| * | Use default repr() for quoted_name under python 3 | Mike Bayer | 2019-10-24 | 1 | -0/+49 |
| * | Add _alembic_quote method to format_constraint() | Mike Bayer | 2019-10-13 | 1 | -0/+28 |
| * | Modernize internal reflection | Mike Bayer | 2019-08-06 | 1 | -4/+4 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -48/+0 |
| * | Turn off the is_literal flag when proxying literal_column() to Label | Mike Bayer | 2019-06-15 | 1 | -0/+102 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -29/+31 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -393/+447 |
| * | Make column-level collation quoting dialect-specific | Mike Bayer | 2018-01-12 | 1 | -2/+9 |
| * | 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 |