summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
* #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-134-3/+51
* PostgreSQL foreign key inspection includes optionsijl2013-10-112-5/+105
* - 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
* - 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