summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | - 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
* | Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-112-15/+21
* | Merge "Compare entities also on chop_path"mike bayer2017-04-101-1/+2
|\ \
| * | Compare entities also on chop_pathMike Bayer2017-04-101-1/+2
| |/
* | Add new "expanding" feature to bindparam()Mike Bayer2017-04-076-16/+235
|/
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-5/+29
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-8/+22
* Merge "Double percent signs based on paramstyle, not dialect"mike bayer2017-04-054-28/+57
|\
| * Double percent signs based on paramstyle, not dialectMike Bayer2017-04-054-28/+57
* | Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-044-7/+110
|/
* Merge "Apply SQL compilation to sqltext for column-level CHECK constraint"mike bayer2017-04-041-1/+3
|\
| * Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-1/+3
* | Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-1/+2
|/
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-033-12/+19
* Merge "Use consistent method signature for Alias.self_group()"mike bayer2017-04-031-4/+4
|\
| * Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-4/+4
* | Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-1/+5
|/
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-1/+19
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-302-1/+13
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-1/+1
* Support Postgresql development version numbersSean McCully2017-03-291-1/+1
* Allow aliased() to be passed to Query.select_entity_from().Mike Bayer2017-03-271-47/+71
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-273-6/+14
* Pre-load alias.c within JoinedEagerLoader cached AliasedClassMike Bayer2017-03-251-0/+4
* Treat collation names as identifiersMike Bayer2017-03-232-2/+14
* Support hybrids/composites with bulk updatesMike Bayer2017-03-226-56/+200
* Use config.db global opts as defaults for all testing_engine()Mike Bayer2017-03-222-0/+5
* Raise on flag_modified() for non-present attributeMike Bayer2017-03-212-15/+54
* Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-211-21/+192
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-206-12/+119
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-181-2/+2
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-2/+2
* | New features from python 2.7Катаев Денис2017-03-1723-43/+41
* | Merge "Implement comments for tables, columns"mike bayer2017-03-1713-44/+319
|\ \
| * | Implement comments for tables, columnsFrazer McLean2017-03-1713-44/+319