summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-1/+8
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-0/+3
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-11/+105
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+0
* - header commentsMike Bayer2013-08-121-0/+12
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+2369