summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-0/+4
* Add ad-hoc mapped expressionsMike Bayer2017-06-191-1/+106
* Merge "Handle SHOW VARIABLES returning no row"mike bayer2017-06-161-1/+19
|\
| * Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-1/+19
* | Merge "Add all versioning logic to _post_update()"mike bayer2017-06-161-0/+136
|\ \
| * | Add all versioning logic to _post_update()Mike Bayer2017-06-151-0/+136
* | | Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-162-4/+91
| |/ |/|
* | Repair WithinGroup.get_children()Mike Bayer2017-06-161-0/+10
|/
* - 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-151-1/+65
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-1/+152
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-0/+23
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+6
* - assert passive_deletes='all' does not affect collection/scalarMike Bayer2017-06-061-20/+25
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-2/+39
* Re-send column value w/ onupdate default during post-updateMike Bayer2017-06-061-0/+16
* Merge "Implement _postfetch_post_update to expire/refresh onupdates in post_u...mike bayer2017-06-061-1/+68
|\
| * Implement _postfetch_post_update to expire/refresh onupdates in post_updateMike Bayer2017-06-051-1/+68
* | Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+60
|/
* selectin polymorphic loadingMike Bayer2017-06-051-0/+260
* Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-302-3/+14
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-0/+63
* Add placeholder XML supportMike Bayer2017-05-261-3/+31
* Merge "Raise if ForeignKeyConstraint created with different numbers of local ...mike bayer2017-05-251-0/+23
|\
| * Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+23
* | Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-252-5/+12
|/
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-242-1/+98
* Merge "Remove twophase for cx_Oracle 6.x"mike bayer2017-05-231-0/+25
|\
| * Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-0/+25
* | Add AttributeEvents.modifiedMike Bayer2017-05-232-0/+33
|/
* Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-231-1/+53
* detect and raise for version_id is NULLDiana Clarke2017-05-221-0/+73
* Merge "Detect no params w/ manual version_id counter and set to itself"mike bayer2017-05-221-0/+62
|\
| * Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-221-0/+62
* | Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-222-0/+62
|/
* Remove "scope" keyword from scoped_session.__call__()Mike Bayer2017-05-221-0/+23
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-0/+35
* Merge "Demote innerjoin to outerjoin coming from with_polymorphic"mike bayer2017-05-121-0/+52
|\
| * Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-121-0/+52
* | Cascade mappers in terms of the instance's mapperMike Bayer2017-05-121-0/+139
|/
* Add conditionals specific to deferred for expire ro propertiesMike Bayer2017-05-101-2/+51
* Merge "Use regexp to parse cx_oracle version string"mike bayer2017-05-091-0/+21
|\
| * Use regexp to parse cx_oracle version stringMike Bayer2017-05-091-0/+21
* | Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-0/+6
|/
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+99
* - keep trying to identify the race here. can reproduce locallyMike Bayer2017-04-271-11/+11
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-271-0/+10
* - try to work around a race that can occur in STP whenMike Bayer2017-04-271-2/+11
* Add selectin loadingMike Bayer2017-04-265-4/+2105