summaryrefslogtreecommitdiff
path: root/test/sql/quote.py
Commit message (Expand)AuthorAgeFilesLines
* - 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