summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - categorize these two with_polymorphic subsections under with_polymorphicMike Bayer2017-05-161-2/+2
* - fix broken linkMike Bayer2017-05-161-2/+2
* modernize and repair inheritance examplesMike Bayer2017-05-166-173/+341
* Merge "Demote innerjoin to outerjoin coming from with_polymorphic"mike bayer2017-05-126-9/+86
|\
| * Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-126-9/+86
* | Cascade mappers in terms of the instance's mapperMike Bayer2017-05-123-4/+159
|/
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* Merge "Update inheritance documentation."mike bayer2017-05-105-696/+1271
|\
| * Update inheritance documentation.Mike Bayer2017-05-105-696/+1271
* | Merge "Add conditionals specific to deferred for expire ro properties"mike bayer2017-05-103-4/+70
|\ \
| * | Add conditionals specific to deferred for expire ro propertiesMike Bayer2017-05-103-4/+70
* | | Fix docs syntax errorDenis Kataev2017-05-101-8/+6
|/ /
* | Merge "Use regexp to parse cx_oracle version string"mike bayer2017-05-093-2/+42
|\ \
| * | Use regexp to parse cx_oracle version stringMike Bayer2017-05-093-2/+42
* | | Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-093-1/+14
|/ /
* | Protect against cls weakref becoming NoneMike Bayer2017-05-083-4/+19
* | 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
| |/
* | - add 1.2 forwards-port versionMike Bayer2017-05-081-0/+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-052-90/+176
* | - 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
|/
* - typoMike Bayer2017-04-281-1/+1
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-283-2/+112
* - keep trying to identify the race here. can reproduce locallyMike Bayer2017-04-271-11/+11
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-275-4/+32
* - try to work around a race that can occur in STP whenMike Bayer2017-04-271-2/+11
* - ensure that sqlalchemy.ext is set up for importlaterMike Bayer2017-04-272-1/+1
* Add selectin loadingMike Bayer2017-04-2616-18/+2691
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-242-8/+45
* - editsMike Bayer2017-04-221-3/+2
* Merge branch 'master' of ssh://gerrit.sqlalchemy.org:29418/zzzeek/sqlalchemyMike Bayer2017-04-213-2/+30
|\
| * Add _negate() to Label to negate inner elementMike Bayer2017-04-213-2/+30
* | - update relationship loader docs, backport fromMike Bayer2017-04-215-358/+688
|/
* 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
* | - remove errant doctest commentMike Bayer2017-04-171-2/+2
* | Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-173-3/+49
* | Merge "Use baked lazyloading by default"mike bayer2017-04-1416-468/+1029
|\ \
| * | Use baked lazyloading by defaultMike Bayer2017-04-1316-468/+1029
* | | Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-134-4/+95
* | | - typos and formattingMike Bayer2017-04-121-3/+3
|/ /
* | - OK, take oracle out of memory-intensive, if it doesn't leak memoryMike Bayer2017-04-121-1/+1
* | - try one more test, then we're likely going to give up on cx_OracleMike Bayer2017-04-121-29/+30
* | - move a few memusage tests out of "backend". something is up w/ cx_OracleMike Bayer2017-04-121-30/+35
* | Warn on _compiled_cache growthMike Bayer2017-04-126-31/+140
* | Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-114-114/+160