summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Consult compiled paramstyle on execute_compiledMike Bayer2017-03-151-0/+30
|/
* Merge "Add "empty in" strategies; default to "static""mike bayer2017-03-143-32/+108
|\
| * Add "empty in" strategies; default to "static"Mike Bayer2017-03-143-32/+108
* | Improve serializer behaviorMike Bayer2017-03-141-16/+32
* | Emit after_rollback() event before snapshot removalMike Bayer2017-03-142-14/+66
|/
* Enable sane_multi_rowcount for cx_OracleMike Bayer2017-03-141-3/+31
* add autoescape option to startswith, endswith, and containsDiana Clarke2017-03-141-13/+111
* - add ad_hoc_engines to remove RealReconnectTest from oracleMike Bayer2017-03-141-1/+1
* Normalize Oracle reflected FK constraint nameMike Bayer2017-03-131-0/+6
* - re-set no ad-hoc-engines for oracle, previously low-connectionsMike Bayer2017-03-131-0/+4
* Add tests for empty association set comparisonMike Bayer2017-03-131-1/+25
* Repair _execute_scalar for WITH_UNICODE modeMike Bayer2017-03-131-2/+2
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-074-10/+176
* Repair missing "checkfirst" for test suiteMike Bayer2017-03-071-0/+1
* Don't cache savepoint identifiersMike Bayer2017-03-061-4/+46
* Update profiles for psycopg2 2.7Mike Bayer2017-03-061-72/+72
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-281-1/+45
* Performance within instances()Mike Bayer2017-02-232-82/+117
* Merge "Memoize AliasedClass, ClauseAdapter objects in joined eager load"mike bayer2017-02-222-325/+487
|\
| * Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-162-325/+487
* | - add test for inserting PG array w/ NULL, references #3916Mike Bayer2017-02-161-0/+9
|/
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+11
* - limit to MySQL dialectMike Bayer2017-02-131-0/+2