summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* nameMike Bayer2013-10-131-1/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-134-5/+257
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-133-7/+66
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-123-2/+24
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-1211-34/+87
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-112-7/+7
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-113-3/+24
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-113-11/+28
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-113-7/+22
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-113-11/+22
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-083-0/+24
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-083-1/+24
* 0.8 changelogMike Bayer2013-10-081-0/+7
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-082-1/+8
* - fix a bunch of test failuresMike Bayer2013-10-084-8/+9
* - 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