summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Propose implicit FROM logic be limited to only those tablesno_auto_fromsMike Bayer2017-06-241-9/+27
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-2/+3
* Add ad-hoc mapped expressionsMike Bayer2017-06-193-0/+106
* Merge "Handle SHOW VARIABLES returning no row"mike bayer2017-06-161-11/+27
|\
| * Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-11/+27
* | Merge "Add all versioning logic to _post_update()"mike bayer2017-06-161-17/+93
|\ \
| * | Add all versioning logic to _post_update()Mike Bayer2017-06-151-17/+93
* | | Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-161-8/+15
| |/ |/|
* | Repair WithinGroup.get_children()Mike Bayer2017-06-161-1/+1
|/
* Repair regression to pathing for subclassesMike Bayer2017-06-151-2/+7
* Refinements for unitofwork internalsMike Bayer2017-06-142-51/+66
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-36/+68
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-3/+9
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+1
* - assert passive_deletes='all' does not affect collection/scalarMike Bayer2017-06-061-7/+8
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-0/+13
* Re-send column value w/ onupdate default during post-updateMike Bayer2017-06-061-1/+1
* Merge "Implement _postfetch_post_update to expire/refresh onupdates in post_u...mike bayer2017-06-061-5/+39
|\
| * Implement _postfetch_post_update to expire/refresh onupdates in post_updateMike Bayer2017-06-051-5/+39
* | Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+20
|/
* selectin polymorphic loadingMike Bayer2017-06-059-37/+340
* 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-302-3/+134
* | Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-1/+5
* | Add placeholder XML supportMike Bayer2017-05-261-0/+18
* | Merge "Raise if ForeignKeyConstraint created with different numbers of local ...mike bayer2017-05-251-0/+16
|\ \
| * | Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16
* | | Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-12/+13
|/ /
* | Add with_for_update() support in session.refresh()Mike Bayer2017-05-243-5/+46
* | Merge "Remove twophase for cx_Oracle 6.x"mike bayer2017-05-231-35/+21
|\ \
| * | Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-35/+21
* | | Add AttributeEvents.modifiedMike Bayer2017-05-233-6/+59
|/ /
* | Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-233-16/+36
* | detect and raise for version_id is NULLDiana Clarke2017-05-221-0/+5
* | Merge "Detect no params w/ manual version_id counter and set to itself"mike bayer2017-05-221-0/+7
|\ \
| * | Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-221-0/+7
* | | Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-224-7/+30
|/ /
* | Remove "scope" keyword from scoped_session.__call__()Mike Bayer2017-05-221-11/+7
* | Prevent SQL server isolation level from failingMike Bayer2017-05-221-15/+30
|/
* - Document the most transparent way to set JSON.NULL forMike Bayer2017-05-181-0/+16
* Add new configuration, inspection for baked queriesMike Bayer2017-05-172-6/+43
* - add complete parameter /return value docs to session.begin() /Mike Bayer2017-05-171-13/+45
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-162-9/+24
* Merge "Demote innerjoin to outerjoin coming from with_polymorphic"mike bayer2017-05-124-9/+23
|\
| * Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-124-9/+23
* | Cascade mappers in terms of the instance's mapperMike Bayer2017-05-121-4/+10
|/
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* Merge "Update inheritance documentation."mike bayer2017-05-101-6/+4
|\
| * Update inheritance documentation.Mike Bayer2017-05-101-6/+4