summaryrefslogtreecommitdiff
path: root/test/sql/test_quote.py
Commit message (Expand)AuthorAgeFilesLines
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-6/+6
* Treat collation names as identifiersMike Bayer2017-03-231-0/+17
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-1/+3
* - update the flake8 rules againMike Bayer2014-07-181-221/+242
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+9
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-3/+24
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-0/+13
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-4/+145
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* - adjust this test for the ugly reality of the "name normalize" backends, whe...Mike Bayer2012-11-231-2/+16
* just a pep8 pass before I play with these testsDiana Clarke2012-11-231-1/+1
* second pass: increasing coverage, and commenting the "why" certain things are...Diana Clarke2012-11-221-140/+357
* first pass cleaning up test_labels #2610Diana Clarke2012-11-211-81/+212
* this test class had 2 'test_labels' methods, just changing one of them to 'te...Diana Clarke2012-11-211-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-1/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-7/+7
* - [bug] Added support for using the .keyMike Bayer2012-02-051-8/+8
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+12
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-1/+3
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
* Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc...Brad Allen2010-03-171-3/+0
* Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali...Brad Allen2010-03-161-0/+4
* fixed the illegal_initial_chars collection + unit test, [ticket:1659]Mike Bayer2010-01-211-2/+9
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+210