summaryrefslogtreecommitdiff
path: root/test/sql/quote.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-211/+0
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+24
* Don't blat Table.quote= when resolving foreign keys.Jason Kirtland2008-05-151-0/+15
* - Removed @unsupportedJason Kirtland2008-05-141-11/+12
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-1/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-4/+23
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-22/+22
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-1/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-4/+4
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - case_sensitive=(True|False) setting removed from schema items, sinceMike Bayer2007-08-111-43/+0
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-1/+3
* Added 'unformat_identifiers', produces a list of unquoted identifiers from an...Jason Kirtland2007-08-091-0/+50
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-2/+3
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* - fix to case() construct to propigate the type of the firstMike Bayer2007-04-241-2/+3
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-3/+2
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-0/+6
* fixes to quoting on "fake" column when used off its tableMike Bayer2007-01-291-0/+4
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-0/+7
* further fixes to case sensitive logicMike Bayer2006-09-041-0/+29
* simplification to quoting to just cache strings per-dialect, added quoting fo...Mike Bayer2006-09-041-0/+12
* pg formats sequence name, more quote test fixesMike Bayer2006-08-311-2/+2
* some tweaks to oracle casing...Mike Bayer2006-08-311-17/+17
* - added case_sensitive argument to MetaData, Table, Column, determinesMike Bayer2006-08-311-7/+18
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-121-0/+72