summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #2841: MySQL doesn't support MATCH, INITIALLY, or DEFERREDpr/36ijl2013-10-152-1/+42
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-146-197/+315
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-143-1/+38
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* Merge pull request #35 from alex/less-dictsmike bayer2013-10-141-5/+4
|\
| * Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* | these are in alphabetical orderMike Bayer2013-10-131-21/+21
* | migration guideMike Bayer2013-10-132-0/+45
|/
* 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