summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-102-1/+5
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-104-2/+42
* Fixed the interaction between composite attributes andMike Bayer2013-06-105-19/+78
* this comment is ancientMike Bayer2013-06-091-5/+0
* these notes about **kw are incorrect, we are talking about the return value hereMike Bayer2013-06-091-8/+0
* - get_unique_constraints() pull requestMike Bayer2013-06-097-35/+68
* Merge pull request #4 from malor/reflect_constraintsmike bayer2013-06-096-0/+141
|\
| * Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-096-0/+141
* | Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-092-6/+21
|/
* ...and...its a behavioral improvementMike Bayer2013-06-081-92/+88
* fix this exampleMike Bayer2013-06-081-2/+2
* mention right joins, make it clear we're talking about left outer join as the...Mike Bayer2013-06-081-5/+13
* oracle 9 does support this, oracle 8 is a special case.Mike Bayer2013-06-081-5/+6
* cleanupMike Bayer2013-06-082-15/+6
* get nested joins to render on oracle 8Mike Bayer2013-06-082-3/+43
* - tests for the alias() APIMike Bayer2013-06-084-42/+379
* formattingMike Bayer2013-06-081-3/+3
* changelogMike Bayer2013-06-082-0/+17
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
|\
| * Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3Brett Slatkin2013-06-081-1/+1
| * PEP8Brett Slatkin2013-06-081-3/+3
| * Makes gaerdbms for App Engine use local MySQL server when running under dev_a...Brett Slatkin2013-06-081-6/+15
* | most of these dialect=mysql.dialect() calls are redundantMike Bayer2013-06-081-23/+13
* | - changelog for [ticket:2704]Mike Bayer2013-06-083-9/+31
* | Merged in malor/sqlalchemy (pull request #1) Mike Bayer2013-06-082-7/+54
|\ \
| * | Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-082-7/+54
|/ /
* | also clarified the changelog regarding Cls.scalar != 'value'Mike Bayer2013-06-082-12/+18
* | Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-083-24/+195
|/
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-077-97/+375
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-0710-168/+131
* fix testMike Bayer2013-06-061-0/+1
* Merge branch 'ticket_2587'Mike Bayer2013-06-068-38/+227
|\
| * dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-068-47/+182
| * shrugsMike Bayer2013-06-051-1/+6
| * a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-052-1/+50
* | When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-064-4/+58
|/
* genericize tests hereMike Bayer2013-06-041-5/+10
* Merge branch 'ticket_2587'Mike Bayer2013-06-0420-299/+723
|\
| * - add coverage for result map rewritingMike Bayer2013-06-042-1/+12
| * callcountsMike Bayer2013-06-041-14/+9
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-042-0/+52
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-042-39/+150
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
| * clean up the dialect selection thing hereMike Bayer2013-06-041-8/+12
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-042-1/+31
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-048-140/+118
| * - eager loadsMike Bayer2013-06-044-81/+54
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-043-8/+19
| * and this commentMike Bayer2013-06-041-0/+4
| * rewriting scheme now works.Mike Bayer2013-06-043-105/+67