| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Call proxied collection before invoking creator in associationlist.append() | Mike Bayer | 2017-04-28 | 1 | -1/+99 |
| * | - keep trying to identify the race here. can reproduce locally | Mike Bayer | 2017-04-27 | 1 | -11/+11 |
| * | Enforce boolean result type for all eq_, is_, isnot, comparison | Mike Bayer | 2017-04-27 | 1 | -0/+10 |
| * | - try to work around a race that can occur in STP when | Mike Bayer | 2017-04-27 | 1 | -2/+11 |
| * | Add selectin loading | Mike Bayer | 2017-04-26 | 5 | -4/+2105 |
| * | test / document postgresql_ops against a labeled expression | Mike Bayer | 2017-04-24 | 1 | -0/+26 |
| * | Add _negate() to Label to negate inner element | Mike Bayer | 2017-04-21 | 1 | -1/+15 |
| * | Accommodate for query._current_path in subq eager load join_depth | Mike Bayer | 2017-04-17 | 1 | -2/+35 |
| * | Merge "Use baked lazyloading by default" | mike bayer | 2017-04-14 | 4 | -233/+598 |
| |\ |
|
| | * | Use baked lazyloading by default | Mike Bayer | 2017-04-13 | 4 | -233/+598 |
| * | | Remove MySQL UTC_TIMESTAMP rule | Mike Bayer | 2017-04-13 | 2 | -1/+87 |
| |/ |
|
| * | - try one more test, then we're likely going to give up on cx_Oracle | Mike Bayer | 2017-04-12 | 1 | -29/+30 |
| * | - move a few memusage tests out of "backend". something is up w/ cx_Oracle | Mike Bayer | 2017-04-12 | 1 | -30/+35 |
| * | Warn on _compiled_cache growth | Mike Bayer | 2017-04-12 | 2 | -29/+50 |
| * | Set up base ARRAY to be compatible with postgresql.ARRAY. | Mike Bayer | 2017-04-11 | 1 | -99/+132 |
| * | Merge "Compare entities also on chop_path" | mike bayer | 2017-04-10 | 2 | -0/+207 |
| |\ |
|
| | * | Compare entities also on chop_path | Mike Bayer | 2017-04-10 | 2 | -0/+207 |
| * | | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 4 | -5/+91 |
| |/ |
|
| * | Consider mysql partition options separately from other table options | Mike Bayer | 2017-04-06 | 1 | -0/+37 |
| * | Support Postgresql INTERVAL fields spec/reflection | Mike Bayer | 2017-04-05 | 1 | -1/+59 |
| * | Merge "Double percent signs based on paramstyle, not dialect" | mike bayer | 2017-04-05 | 3 | -30/+43 |
| |\ |
|
| | * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 3 | -30/+43 |
| * | | Recognize brackets, quoted_name in SQL Server schema | Mike Bayer | 2017-04-04 | 1 | -7/+95 |
| |/ |
|
| * | Merge "Apply SQL compilation to sqltext for column-level CHECK constraint" | mike bayer | 2017-04-04 | 1 | -0/+13 |
| |\ |
|
| | * | Apply SQL compilation to sqltext for column-level CHECK constraint | Mike Bayer | 2017-04-04 | 1 | -0/+13 |
| * | | Ensure we check that SQL expression has an .info attribute | Mike Bayer | 2017-04-04 | 1 | -2/+4 |
| |/ |
|
| * | ResultProxy won't autoclose connection until state flag is set | Mike Bayer | 2017-04-03 | 2 | -0/+73 |
| * | Merge "Use consistent method signature for Alias.self_group()" | mike bayer | 2017-04-03 | 1 | -0/+14 |
| |\ |
|
| | * | Use consistent method signature for Alias.self_group() | Mike Bayer | 2017-04-03 | 1 | -0/+14 |
| * | | Return self when Variant.coerce_compared_value would return impl | Mike Bayer | 2017-04-01 | 1 | -2/+72 |
| |/ |
|
| * | Track SchemaEventTarget types in as_mutable() | Mike Bayer | 2017-03-30 | 1 | -0/+43 |
| * | Apply type processing to untyped preexec default clause | Mike Bayer | 2017-03-30 | 2 | -61/+53 |
| * | Add bindparams support for baked Result count() method | Malaclypse The Younger | 2017-03-30 | 1 | -0/+28 |
| * | Support Postgresql development version numbers | Sean McCully | 2017-03-29 | 1 | -1/+4 |
| * | Allow aliased() to be passed to Query.select_entity_from(). | Mike Bayer | 2017-03-27 | 1 | -0/+25 |
| * | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 2 | -21/+62 |
| * | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 3 | -10/+27 |
| * | Support hybrids/composites with bulk updates | Mike Bayer | 2017-03-22 | 3 | -20/+213 |
| * | Raise on flag_modified() for non-present attribute | Mike Bayer | 2017-03-21 | 1 | -1/+38 |
| * | Allow reuse of hybrid_property across subclasses | Diana Clarke | 2017-03-21 | 1 | -0/+113 |
| * | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -2/+147 |
| * | Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy | Mike Bayer | 2017-03-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typos ('expicit' -> 'explicit') | Jamie Alessio | 2017-03-14 | 1 | -1/+1 |
| * | | Merge "Implement comments for tables, columns" | mike bayer | 2017-03-17 | 4 | -2/+47 |
| |\ \ |
|
| | * | | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 4 | -2/+47 |
| * | | | Add bulk_replace event, integrate with @validates | Mike Bayer | 2017-03-16 | 1 | -0/+37 |
| |/ / |
|
| * | | Annotate parentmapper in primaryjoin / secondaryjoin | Mike Bayer | 2017-03-16 | 1 | -0/+59 |
| * | | Don't mutate old collection on bulk replace | Mike Bayer | 2017-03-15 | 2 | -6/+13 |
| * | | Merge "Consult _select_from_entity in _adjust_for_single_inheritance" | mike bayer | 2017-03-15 | 1 | -5/+20 |
| |\ \ |
|
| | * | | Consult _select_from_entity in _adjust_for_single_inheritance | Mike Bayer | 2017-03-14 | 1 | -5/+20 |
| | |/ |
|