summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+1
* Import CTE so that API doc can be generatedVraj Mohan2013-11-141-1/+1
* Change CompileException references to ConpileErrorVraj Mohan2013-11-141-1/+1
* Fix cross referenceVraj Mohan2013-11-141-1/+1
* Ensure API generation and fix cross referencesVraj Mohan2013-11-132-4/+7
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-125-11/+12
* Fix cross referencesVraj Mohan2013-11-122-5/+7
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-2/+5
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+3
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+3
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+18
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-237-87/+277
* | - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-212-13/+16
* | - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-203-46/+141
* | - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-202-3/+6
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-13/+15
* | The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* | workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* | Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-122-23/+4
* | The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-1/+1
* | The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-3/+4
|/
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-1/+0
* - 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-255-0/+15
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* more seealsos...Mike Bayer2013-08-271-3/+4
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-277-115/+245
* - restore constructor docs blown away in the mergeMike Bayer2013-08-251-0/+141
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-253-151/+113
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-253-5/+26
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-3/+34
* additoinalMike Bayer2013-08-181-2/+19
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1
* merge error here, though also hedge between explaining about the expressions ...Mike Bayer2013-08-161-7/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-147-44/+80
* fix missing savepoint structuresMike Bayer2013-08-121-0/+3
* - header commentsMike Bayer2013-08-126-5/+17
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-1215-7021/+13559
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-312-12/+18
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-1/+3
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-1/+3