| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 19 | -46/+408 |
| * | | | Add bulk_replace event, integrate with @validates | Mike Bayer | 2017-03-16 | 7 | -19/+282 |
| |/ / |
|
| * | | Annotate parentmapper in primaryjoin / secondaryjoin | Mike Bayer | 2017-03-16 | 4 | -17/+89 |
| * | | Don't mutate old collection on bulk replace | Mike Bayer | 2017-03-15 | 6 | -10/+61 |
| * | | Merge "Consult _select_from_entity in _adjust_for_single_inheritance" | mike bayer | 2017-03-15 | 4 | -7/+81 |
| |\ \ |
|
| | * | | Consult _select_from_entity in _adjust_for_single_inheritance | Mike Bayer | 2017-03-14 | 4 | -7/+81 |
| | |/ |
|
| * | | Consult compiled paramstyle on execute_compiled | Mike Bayer | 2017-03-15 | 3 | -1/+42 |
| |/ |
|
| * | Merge "Add "empty in" strategies; default to "static"" | mike bayer | 2017-03-14 | 11 | -99/+311 |
| |\ |
|
| | * | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 11 | -111/+323 |
| * | | Merge "Improve serializer behavior" | mike bayer | 2017-03-14 | 4 | -17/+45 |
| |\ \ |
|
| | * | | Improve serializer behavior | Mike Bayer | 2017-03-14 | 4 | -17/+45 |
| * | | | - add missing hyperlink for change 3934 | Mike Bayer | 2017-03-14 | 1 | -1/+2 |
| |/ / |
|
| * | | Emit after_rollback() event before snapshot removal | Mike Bayer | 2017-03-14 | 5 | -40/+143 |
| |/ |
|
| * | Enable sane_multi_rowcount for cx_Oracle | Mike Bayer | 2017-03-14 | 4 | -5/+50 |
| * | add autoescape option to startswith, endswith, and contains | Diana Clarke | 2017-03-14 | 4 | -27/+259 |
| * | - add ad_hoc_engines to remove RealReconnectTest from oracle | Mike Bayer | 2017-03-14 | 1 | -1/+1 |
| * | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 5 | -3/+62 |
| * | - re-set no ad-hoc-engines for oracle, previously low-connections | Mike Bayer | 2017-03-13 | 1 | -0/+4 |
| * | Add tests for empty association set comparison | Mike Bayer | 2017-03-13 | 1 | -1/+25 |
| * | Repair _execute_scalar for WITH_UNICODE mode | Mike Bayer | 2017-03-13 | 5 | -18/+48 |
| * | - bump minimum python version to 2.7 | Mike Bayer | 2017-03-10 | 8 | -25/+76 |
| * | - begin the 1.2 branch in master, diverge from 1.1 | Mike Bayer | 2017-03-10 | 3 | -4/+18 |
| * | - add a note as to why we have this very complicated Annotated | Mike Bayer | 2017-03-09 | 1 | -0/+7 |
| * | Allow SchemaType and Variant to work together | Mike Bayer | 2017-03-07 | 8 | -24/+272 |
| * | Repair missing "checkfirst" for test suite | Mike Bayer | 2017-03-07 | 2 | -4/+5 |
| * | - document ForeignKeyConstraint columns / elements, fixes #2904 | Mike Bayer | 2017-03-07 | 2 | -1/+22 |
| * | Merge "Don't cache savepoint identifiers" | mike bayer | 2017-03-06 | 3 | -5/+68 |
| |\ |
|
| | * | Don't cache savepoint identifiers | Mike Bayer | 2017-03-06 | 3 | -5/+68 |
| * | | - update asktom link, fixes #3925 | Mike Bayer | 2017-03-06 | 1 | -1/+1 |
| |/ |
|
| * | Update profiles for psycopg2 2.7 | Mike Bayer | 2017-03-06 | 2 | -73/+75 |
| * | Only use schema_translate_map on SchemaItem subclasses | Mike Bayer | 2017-02-28 | 5 | -2/+68 |
| * | - 1.1.7 prep | Mike Bayer | 2017-02-28 | 2 | -1/+4 |
| * | - 1.1.6rel_1_1_6 | Mike Bayer | 2017-02-28 | 2 | -2/+3 |
| * | Add new reserved words for MySQL 8.0 (beta). | Hanno Schlichting | 2017-02-28 | 2 | -0/+9 |
| * | Performance within instances() | Mike Bayer | 2017-02-23 | 5 | -119/+151 |
| * | Merge "Memoize AliasedClass, ClauseAdapter objects in joined eager load" | mike bayer | 2017-02-22 | 5 | -332/+543 |
| |\ |
|
| | * | Memoize AliasedClass, ClauseAdapter objects in joined eager load | Mike Bayer | 2017-02-16 | 5 | -332/+543 |
| * | | - add test for inserting PG array w/ NULL, references #3916 | Mike Bayer | 2017-02-16 | 1 | -0/+9 |
| |/ |
|
| * | Add new DDL autocommit expressions for Postgresql | Mike Bayer | 2017-02-13 | 3 | -0/+29 |
| * | - limit to MySQL dialect | Mike Bayer | 2017-02-13 | 1 | -0/+2 |
| * | - pull autocommit suite into the mysql suite as well | Mike Bayer | 2017-02-13 | 1 | -0/+9 |
| * | - add a test suite that ensures textual autocommit works | Mike Bayer | 2017-02-13 | 1 | -0/+56 |
| * | pytds based connector for MS-SQL | Grzegorz Makarewicz | 2017-02-12 | 1 | -0/+2 |
| * | Check for columns not part of mapping, correct mapping for eager_defaults | Mike Bayer | 2017-02-09 | 3 | -5/+97 |
| * | Don't post-SELECT columns w/o a server default/onupdate for eager_defaults | Mike Bayer | 2017-02-08 | 4 | -2/+75 |
| * | - document Query.with_session(), direct constructor usage | Mike Bayer | 2017-02-08 | 1 | -2/+43 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 151 | -10399/+11590 |
| * | Merge "Accept FetchedValue, text() for column "default" value" | mike bayer | 2017-02-01 | 4 | -21/+101 |
| |\ |
|
| | * | Accept FetchedValue, text() for column "default" value | Mike Bayer | 2017-02-01 | 4 | -21/+101 |
| * | | - add a note referring to the enum value as not currently persisted, | Mike Bayer | 2017-02-01 | 2 | -7/+12 |