summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-0/+11
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-123-5/+23
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-3/+52
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-262-60/+184
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-1/+3
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-2/+5
* cleanupMike Bayer2013-06-082-15/+6
* - tests for the alias() APIMike Bayer2013-06-081-11/+90
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-0/+2
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-6/+5
* Merge branch 'ticket_2587'Mike Bayer2013-06-044-31/+170
|\
| * - add coverage for result map rewritingMike Bayer2013-06-041-1/+6
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+1
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-4/+19
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-042-6/+20
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-041-5/+14
| * and this commentMike Bayer2013-06-041-0/+4
| * rewriting scheme now works.Mike Bayer2013-06-041-71/+43
| * capture the really hard one in a test (hooray)Mike Bayer2013-06-041-1/+1
| * OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-032-2/+46
| * working through tests....Mike Bayer2013-06-021-1/+13