summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
|\
| * fix this testMike Bayer2013-05-261-1/+1
* | Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-2/+2
|\ \ | |/
| * Show the conflicting column in the warning!Chris Withers2013-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
* | import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-273-26/+15
* | plugging awayMike Bayer2013-04-271-1/+1
* | - the raw 2to3 runMike Bayer2013-04-277-90/+92
|/
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-252-3/+15
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-112-22/+58
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-1/+3
* merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\
| * Fix typo.Richard Mitchell2013-03-181-1/+1
* | no need to use getattr() hereMike Bayer2013-03-172-3/+5
|/
* doc updatesMike Bayer2013-03-111-29/+29
* - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+3
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-072-32/+36
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-1/+8
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-1/+1
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-1/+1
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+2
* - add full docs for like()/ilike()Mike Bayer2013-01-281-0/+28
* #2629Mike Bayer2013-01-251-0/+5
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-15/+26
* Tweaked the "REQUIRED" symbol used by the compiler to identifyMike Bayer2013-01-081-5/+14
* happy new year (see #2645)Diana Clarke2013-01-017-7/+7
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-6/+11
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-082-125/+238
* merge latest defaultMike Bayer2012-12-082-6/+15
|\
| * fixing broken links (see #2625)Diana Clarke2012-12-051-2/+2
| * visit_DECIMAL should include precision and scale (when provided) just like vi...Diana Clarke2012-12-031-1/+9