summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Remove twophase for cx_Oracle 6.x"mike bayer2017-05-231-35/+21
|\ \
| * | Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-35/+21
* | | Add AttributeEvents.modifiedMike Bayer2017-05-233-6/+59
|/ /
* | Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-233-16/+36
* | detect and raise for version_id is NULLDiana Clarke2017-05-221-0/+5
* | Merge "Detect no params w/ manual version_id counter and set to itself"mike bayer2017-05-221-0/+7
|\ \
| * | Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-221-0/+7
* | | Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-224-7/+30
|/ /
* | Remove "scope" keyword from scoped_session.__call__()Mike Bayer2017-05-221-11/+7
* | Prevent SQL server isolation level from failingMike Bayer2017-05-221-15/+30
|/
* - Document the most transparent way to set JSON.NULL forMike Bayer2017-05-181-0/+16
* Add new configuration, inspection for baked queriesMike Bayer2017-05-172-6/+43
* - add complete parameter /return value docs to session.begin() /Mike Bayer2017-05-171-13/+45
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-162-9/+24
* Merge "Demote innerjoin to outerjoin coming from with_polymorphic"mike bayer2017-05-124-9/+23
|\
| * Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-124-9/+23
* | Cascade mappers in terms of the instance's mapperMike Bayer2017-05-121-4/+10
|/
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* Merge "Update inheritance documentation."mike bayer2017-05-101-6/+4
|\
| * Update inheritance documentation.Mike Bayer2017-05-101-6/+4
* | Merge "Add conditionals specific to deferred for expire ro properties"mike bayer2017-05-101-2/+10
|\ \
| * | Add conditionals specific to deferred for expire ro propertiesMike Bayer2017-05-101-2/+10
* | | Fix docs syntax errorDenis Kataev2017-05-101-8/+6
|/ /
* | Merge "Use regexp to parse cx_oracle version string"mike bayer2017-05-091-2/+12
|\ \
| * | Use regexp to parse cx_oracle version stringMike Bayer2017-05-091-2/+12
* | | Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-1/+1
|/ /
* | Protect against cls weakref becoming NoneMike Bayer2017-05-082-4/+8
* | Merge branch 'master' of https://github.com/aflyhorse/sqlalchemyMike Bayer2017-05-081-9/+10
|\ \
| * | Break the lines to fit pdf and fix another broken syntaxLunarShaddow2017-05-081-6/+10
| * | remove ambiguous line breakers to help sphinx identify code blockLunarShaddow2017-05-051-5/+2
| |/
* | Merge branch 'patch-1' of https://github.com/UnquietCode/sqlalchemyMike Bayer2017-05-081-1/+1
|\ \
| * | fixes a typoBen Fagin2017-05-011-1/+1
| |/
* | - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-20/+28
* | - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* | - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
|/
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+2
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-273-4/+11
* - ensure that sqlalchemy.ext is set up for importlaterMike Bayer2017-04-272-1/+1
* Add selectin loadingMike Bayer2017-04-266-8/+306
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-8/+19
* Merge branch 'master' of ssh://gerrit.sqlalchemy.org:29418/zzzeek/sqlalchemyMike Bayer2017-04-211-1/+7
|\
| * Add _negate() to Label to negate inner elementMike Bayer2017-04-211-1/+7
* | - update relationship loader docs, backport fromMike Bayer2017-04-211-87/+70
|/
* Merge branch 'UnmappedInstanceError_typo_fix' of https://github.com/suever/sq...Mike Bayer2017-04-171-1/+1
|\
| * Fix of minor typo in the UnmappedInstanceError messageJonathan Suever2017-04-061-1/+1
* | Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-171-1/+5
* | Merge "Use baked lazyloading by default"mike bayer2017-04-149-204/+370
|\ \
| * | Use baked lazyloading by defaultMike Bayer2017-04-139-204/+370
* | | Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-131-3/+0
|/ /
* | Warn on _compiled_cache growthMike Bayer2017-04-122-2/+26