summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-132-5/+44
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-34/+15
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-112-2/+11
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-1/+1
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-3/+4
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-112-11/+12
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-1/+0
* - fix a bunch of test failuresMike Bayer2013-10-081-1/+1
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-072-3/+25
* - 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-062-5/+5
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-062-25/+55
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-0611-878/+1190
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-1/+8
* fix entity_zero resolutionMike Bayer2013-10-041-1/+10
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-035-11/+204
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-011-2/+6
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
|\
| * re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* | Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
|\ \
| * | Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-062-3/+10
| |/
* | 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-222-12/+1
* | - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+10
|/
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - fix bug here in profiling.pyMike Bayer2013-08-281-11/+11
* comment this alternative approach...Mike Bayer2013-08-281-0/+7
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-6/+18
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-2/+0
* more seealsos...Mike Bayer2013-08-271-3/+4
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-2714-127/+317
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-252-7/+6
* - 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-258-224/+293
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-253-5/+26
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
|\
| * fix typospr/23Hyunjun Kim2013-08-252-3/+3
* | - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-3/+34
|/
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11