summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+99
* - 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-271-0/+10
* - try to work around a race that can occur in STP whenMike Bayer2017-04-271-2/+11
* Add selectin loadingMike Bayer2017-04-265-4/+2105
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-0/+26
* Add _negate() to Label to negate inner elementMike Bayer2017-04-211-1/+15
* Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-171-2/+35
* Merge "Use baked lazyloading by default"mike bayer2017-04-144-233/+598
|\
| * Use baked lazyloading by defaultMike Bayer2017-04-134-233/+598
* | Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-132-1/+87
|/
* - 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-122-29/+50
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-99/+132
* Merge "Compare entities also on chop_path"mike bayer2017-04-102-0/+207
|\
| * Compare entities also on chop_pathMike Bayer2017-04-102-0/+207
* | Add new "expanding" feature to bindparam()Mike Bayer2017-04-074-5/+91
|/
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-0/+37
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-1/+59
* Merge "Double percent signs based on paramstyle, not dialect"mike bayer2017-04-053-30/+43
|\
| * Double percent signs based on paramstyle, not dialectMike Bayer2017-04-053-30/+43
* | Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-7/+95
|/
* Merge "Apply SQL compilation to sqltext for column-level CHECK constraint"mike bayer2017-04-041-0/+13
|\
| * Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-0/+13
* | Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-2/+4
|/
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-032-0/+73
* Merge "Use consistent method signature for Alias.self_group()"mike bayer2017-04-031-0/+14
|\
| * Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-0/+14
* | Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-2/+72
|/
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-0/+43
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-302-61/+53
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-0/+28
* Support Postgresql development version numbersSean McCully2017-03-291-1/+4
* Allow aliased() to be passed to Query.select_entity_from().Mike Bayer2017-03-271-0/+25
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-272-21/+62
* Treat collation names as identifiersMike Bayer2017-03-233-10/+27
* Support hybrids/composites with bulk updatesMike Bayer2017-03-223-20/+213
* Raise on flag_modified() for non-present attributeMike Bayer2017-03-211-1/+38
* Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-211-0/+113
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-2/+147
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-181-1/+1
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-1/+1
* | Merge "Implement comments for tables, columns"mike bayer2017-03-174-2/+47
|\ \
| * | Implement comments for tables, columnsFrazer McLean2017-03-174-2/+47
* | | Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-0/+37
|/ /
* | Annotate parentmapper in primaryjoin / secondaryjoinMike Bayer2017-03-161-0/+59
* | Don't mutate old collection on bulk replaceMike Bayer2017-03-152-6/+13
* | Merge "Consult _select_from_entity in _adjust_for_single_inheritance"mike bayer2017-03-151-5/+20
|\ \
| * | Consult _select_from_entity in _adjust_for_single_inheritanceMike Bayer2017-03-141-5/+20
| |/