| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -0/+65 |
| * | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -0/+79 |
| * | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -2/+3 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 7 | -173/+275 |
| * | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| * | - don't drop the ts1/ts2 databases without seeing the primary DB, | Mike Bayer | 2016-02-09 | 1 | -6/+21 |
| * | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 2 | -15/+33 |
| * | - Testing reveals that we have *no* weak references to any cx_Oracle connecti... | Mike Bayer | 2016-02-08 | 1 | -9/+32 |
| * | - use config-based test schema | Mike Bayer | 2016-02-08 | 1 | -5/+5 |
| * | - attempt a different style of session kill | Mike Bayer | 2016-02-08 | 1 | -1/+2 |
| * | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 2 | -12/+48 |
| * | - additional fixes to get oracle + multiprocess to be reliable | Mike Bayer | 2016-02-08 | 2 | -0/+11 |
| * | - py3k fix for enum feature | Mike Bayer | 2016-02-08 | 1 | -1/+4 |
| * | - add a session killer for oracle provisioning | Mike Bayer | 2016-02-04 | 1 | -0/+5 |
| * | - add an impl for Enum to Oracle which has subclassing requirements | Mike Bayer | 2016-02-04 | 1 | -0/+13 |
| * | - more oracle fixes | Mike Bayer | 2016-02-03 | 2 | -5/+10 |
| * | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 2 | -2/+2 |
| * | - add multi-database provisioning for oracle | Mike Bayer | 2016-02-03 | 1 | -0/+29 |
| * | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 2 | -4/+5 |
| * | Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemy | Mike Bayer | 2016-02-02 | 1 | -2/+1 |
| |\ |
|
| | * | Merged zzzeek/sqlalchemy into master | Carlos Rivas | 2016-01-26 | 58 | -2090/+3371 |
| | |\ |
|
| | * | | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A... | Carlos Rivas | 2016-01-23 | 1 | -2/+1 |
| * | | | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 2 | -74/+143 |
| * | | | - Initial implementation of support for PEP-435 enumerated types | Alex Grönholm | 2016-02-02 | 1 | -5/+72 |
| * | | | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 2 | -1/+5 |
| * | | | - put a retry in for PG database provisioning as it locks | Mike Bayer | 2016-01-29 | 1 | -1/+14 |
| * | | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 2 | -18/+9 |
| * | | | - happy new year | Mike Bayer | 2016-01-29 | 174 | -174/+174 |
| * | | | - use a StaticPool for componentreflectiontest to ensure | Mike Bayer | 2016-01-28 | 1 | -7/+16 |
| * | | | - use schema argument correctly when we are dropping for a schema | Mike Bayer | 2016-01-28 | 1 | -1/+1 |
| * | | | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 2 | -14/+9 |
| * | | | - reinstate "dont set up integer index in keymap if we're on cexts", | Mike Bayer | 2016-01-27 | 2 | -6/+11 |
| * | | | Revert "- dont set up integer index in keymap if we're on cexts" | Mike Bayer | 2016-01-27 | 1 | -10/+5 |
| * | | | - dont set up integer index in keymap if we're on cexts | Mike Bayer | 2016-01-27 | 1 | -5/+10 |
| * | | | - unfortunately we need to match within join where col.key does not match | Mike Bayer | 2016-01-26 | 1 | -2/+1 |
| | |/
|/| |
|
| * | | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -20/+9 |
| * | | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -7/+14 |
| * | | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -0/+5 |
| * | | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| * | | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 2 | -1/+44 |
| * | | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -5/+1 |
| * | | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -10/+5 |
| * | | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
| * | | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 1 | -0/+16 |
| * | | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |
| * | | - the order in which _generate_backref() for different mappers is called | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
| * | | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 6 | -2/+56 |