summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Distinct for subqueryload only for non-primary key columns.pr/33Alexander Koval2013-10-112-7/+30
* Added test to check number of rows returned from db for subqueryload queryAlexander Koval2013-10-101-0/+91
* subqueryload() now produces distinct subquery.Alexander Koval2013-10-083-4/+6
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-073-3/+56
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-063-6/+53
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-064-32/+148
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-0626-1903/+2847
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-052-1/+21
* fix entity_zero resolutionMike Bayer2013-10-042-1/+23
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-0311-14/+634
* - add monetdbMike Bayer2013-10-011-2/+10
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-012-2/+32
* - put exact version string in the testMike Bayer2013-09-292-5/+4
* changelogMike Bayer2013-09-291-0/+9
* Merge branch 'master' of github.com:zzzeek/sqlalchemyMike Bayer2013-09-291-1/+1
|\
| * Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
| |\
| | * re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* | | add test for upcoming pullreqMike Bayer2013-09-291-1/+6
|/ /
* | its a featureMike Bayer2013-09-291-1/+1
* | changelogMike Bayer2013-09-291-0/+9
* | Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-293-3/+14
|\ \
| * | Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-063-3/+14
| |/
* | Merge pull request #30 from alex/visitor-patternmike bayer2013-09-256-18/+22
|\ \
| * | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-256-18/+22
|/ /
* | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-2214-51/+5
* | fix typo [ticket:2827]Mike Bayer2013-09-171-1/+1
* | render "backports"/ "forward ports" automatically, only write outMike Bayer2013-09-174-594/+137
* | - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-067-14/+156
|/
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-044-2/+26
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* use a different col here to keep oracle happyMike Bayer2013-09-021-2/+12
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-282-2/+12
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-284-10/+68
* - fix bug here in profiling.pyMike Bayer2013-08-282-12/+12
* repair missing oracle skipMike Bayer2013-08-281-1/+1
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* - these tests now fail on a normalize name DB, as they should! because we're ...Mike Bayer2013-08-281-0/+6
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-282-8/+20
* callcountsMike Bayer2013-08-272-3/+3
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-274-14/+15
* more seealsos...Mike Bayer2013-08-271-3/+4
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-2723-192/+622
* correct for missing fail() methods which were lost when we removed unittest.T...Mike Bayer2013-08-261-25/+20
* clean up formatting and other linting issuesMike Bayer2013-08-261-52/+51
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-255-36/+35
* - fix server-side non-returning exampleMike Bayer2013-08-251-3/+4
* migration for version id feature, eager_defaultsMike Bayer2013-08-251-0/+44
* - 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-2518-235/+896