summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* Fix cross referenceVraj Mohan2013-11-141-1/+1
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-66/+230
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* - 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