summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Propose implicit FROM logic be limited to only those tablesno_auto_fromsMike Bayer2017-06-241-9/+27
* added link for CrateDB supportJodok Batlogg2017-06-231-0/+1
* Don't erase reflected comment in _init_existingEloy Felix2017-06-202-2/+7
* Add ad-hoc mapped expressionsMike Bayer2017-06-198-2/+325
* - 1.1.11 release dateMike Bayer2017-06-191-0/+1
* Merge "Handle SHOW VARIABLES returning no row"mike bayer2017-06-163-12/+57
|\
| * Handle SHOW VARIABLES returning no rowMike Bayer2017-06-163-12/+57
* | Merge "Add all versioning logic to _post_update()"mike bayer2017-06-165-18/+333
|\ \
| * | Add all versioning logic to _post_update()Mike Bayer2017-06-155-18/+333
* | | Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-164-12/+121
| |/ |/|
* | Repair WithinGroup.get_children()Mike Bayer2017-06-163-1/+19
|/
* - remove redundant fixture from base test classMike Bayer2017-06-151-15/+0
* - ensure String has a length for mysql compatibilityMike Bayer2017-06-151-1/+1
* Repair regression to pathing for subclassesMike Bayer2017-06-152-3/+72
* Refinements for unitofwork internalsMike Bayer2017-06-142-51/+66
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-124-37/+313
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-083-3/+41
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-073-2/+20
* - assert passive_deletes='all' does not affect collection/scalarMike Bayer2017-06-062-27/+33
* - make sure ticket # is hereMike Bayer2017-06-061-0/+1
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-065-2/+62
* Re-send column value w/ onupdate default during post-updateMike Bayer2017-06-064-9/+89
* Merge "Implement _postfetch_post_update to expire/refresh onupdates in post_u...mike bayer2017-06-063-6/+118
|\
| * Implement _postfetch_post_update to expire/refresh onupdates in post_updateMike Bayer2017-06-053-6/+118
* | Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-054-0/+113
|/
* selectin polymorphic loadingMike Bayer2017-06-0513-49/+836
* Merge branch 'fix-typo' of https://github.com/lelit/sqlalchemyMike Bayer2017-06-021-5/+5
|\
| * Fix a few doc typosLele Gaifax2017-06-021-5/+5
* | Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-306-6/+185
* | Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-263-1/+83
* | Add placeholder XML supportMike Bayer2017-05-264-21/+81
* | Merge "Raise if ForeignKeyConstraint created with different numbers of local ...mike bayer2017-05-253-0/+51
|\ \
| * | Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-253-0/+51
* | | Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-256-21/+64
|/ /
* | Add with_for_update() support in session.refresh()Mike Bayer2017-05-247-6/+182
* | - add forwards-versionMike Bayer2017-05-231-0/+1
* | Merge "Remove twophase for cx_Oracle 6.x"mike bayer2017-05-233-35/+57
|\ \
| * | Remove twophase for cx_Oracle 6.xMike Bayer2017-05-233-35/+57
* | | Add AttributeEvents.modifiedMike Bayer2017-05-237-6/+133
|/ /
* | - add option to disable py.test warnings plugin;Mike Bayer2017-05-232-2/+2
* | Merge "Add clause adaptation for AliasedClass to with_parent()"mike bayer2017-05-235-17/+100
|\ \
| * | Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-235-17/+100
* | | - add session.close() w/ rationale to top-level "using transactions"Mike Bayer2017-05-231-0/+9
|/ /
* | - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430Mike Bayer2017-05-231-1/+1
* | - remove .gitattributes and merge=union as this isn't reallyMike Bayer2017-05-221-1/+0
* | Repair formatting throughout documentationKataev Denis2017-05-2288-303/+303
* | detect and raise for version_id is NULLDiana Clarke2017-05-223-0/+85
* | Merge "Detect no params w/ manual version_id counter and set to itself"mike bayer2017-05-223-0/+83
|\ \
| * | Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-223-0/+83
* | | Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-227-7/+101
|/ /