summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-023-9/+4
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-023-7/+13
| * implement join rewriting inside of visit_select(). Currently this is global ...Mike Bayer2013-06-023-13/+75
* | - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-5/+0
* | - add changelog/migration noteMike Bayer2013-06-031-9/+9
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-037-109/+82
|\ \ | |/
| * - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-302-9/+8
| * - the distinct hash code logic here is entirely obsolete as you canMike Bayer2013-05-301-11/+0
| * fix an errant str checkMike Bayer2013-05-261-1/+1
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+2
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * \ Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-2/+2
| |\ \
| * | | sqlite testsMike Bayer2013-05-261-2/+2
| * | | most of ORM passing...Mike Bayer2013-05-041-0/+1
| * | | - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-3/+3
| * | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-2/+1
| * | | - endless isinstance(x, str)s....Mike Bayer2013-04-283-71/+65