summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Compare entities also on chop_path"mike bayer2017-04-104-1/+218
|\ \
| * | Compare entities also on chop_pathMike Bayer2017-04-104-1/+218
| |/
* | Add new "expanding" feature to bindparam()Mike Bayer2017-04-0712-21/+369
|/
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-063-5/+76
* - add placeholder for 1.1.10Mike Bayer2017-04-061-0/+3
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-054-9/+126
* Merge "Double percent signs based on paramstyle, not dialect"mike bayer2017-04-0510-61/+156
|\
| * Double percent signs based on paramstyle, not dialectMike Bayer2017-04-0510-61/+156
* | Merge "Recognize brackets, quoted_name in SQL Server schema"mike bayer2017-04-047-14/+265
|\ \ | |/ |/|
| * Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-047-14/+265
* | - 1.1.9 release dateMike Bayer2017-04-041-0/+1
|/
* Add much more detail to the "unhashable types" changeMike Bayer2017-04-041-2/+35
* Merge "Apply SQL compilation to sqltext for column-level CHECK constraint"mike bayer2017-04-043-1/+28
|\
| * Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-043-1/+28
* | Merge "Ensure we check that SQL expression has an .info attribute"mike bayer2017-04-043-3/+15
|\ \
| * | Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-043-3/+15
| |/
* | Fix typo.Bertrand Janin2017-04-041-1/+1
|/
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-036-12/+103
* - fix version identifierMike Bayer2017-04-031-1/+1
* Merge "Use consistent method signature for Alias.self_group()"mike bayer2017-04-033-4/+29
|\
| * Use consistent method signature for Alias.self_group()Mike Bayer2017-04-033-4/+29
* | Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-013-3/+91
|/
* - 1.1.9 placeholderMike Bayer2017-04-011-0/+3
* - 1.1.8 release dateMike Bayer2017-03-311-0/+1
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-303-1/+76
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-305-62/+76
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-303-1/+38
* Docs/faq/performanceIhor Kalnytskyi2017-03-301-13/+31
* Support Postgresql development version numbersSean McCully2017-03-293-2/+13
* - start changelog for 1.1.8Mike Bayer2017-03-291-0/+3
* - reorg migration notes a bitMike Bayer2017-03-281-231/+234
* - update release date for 1.1.7Mike Bayer2017-03-271-0/+1
* Allow aliased() to be passed to Query.select_entity_from().Mike Bayer2017-03-273-47/+108
* Merge "Add safe_reraise() + warnings only to Connection._autorollback"mike bayer2017-03-276-27/+88
|\
| * Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-276-27/+88
* | Merge branch 'patch-1' of https://github.com/tamentis/sqlalchemyMike Bayer2017-03-271-2/+2
|\ \ | |/ |/|
| * Fix a title typoBertrand Janin2017-03-191-2/+2
* | Pre-load alias.c within JoinedEagerLoader cached AliasedClassMike Bayer2017-03-252-0/+17
* | Treat collation names as identifiersMike Bayer2017-03-237-12/+81
* | Support hybrids/composites with bulk updatesMike Bayer2017-03-2212-86/+474
* | 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-216-16/+141
* | Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-214-21/+383
* | Integrate "pre-ping" into connection pool.Mike Bayer2017-03-2010-103/+446
|/
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-183-4/+4
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-143-4/+4
* | fix pep8 errors in association examplePaul Brown2017-03-184-20/+33
* | fix pep8 errors in adjacency_list examplePaul Brown2017-03-182-30/+30
* | New features from python 2.7Катаев Денис2017-03-1723-43/+41
* | Merge "Implement comments for tables, columns"mike bayer2017-03-1719-46/+408
|\ \