| 2016-02-19 |
Jeff Widman | Add release date for 1.0.12 to changelog |
commit | commitdiff | tree | snapshot |
| 2016-02-18 |
Mike Bayer | - further edit the unnest() example to suit PG's esoter... |
commit | commitdiff | tree | snapshot |
| 2016-02-17 |
Mike Bayer | - Fixed bug which would cause an eagerly loaded many... |
commit | commitdiff | tree | snapshot |
| 2016-02-17 |
Mike Bayer | - handle parameter sets that aren't correctly formed... |
commit | commitdiff | tree | snapshot |
| 2016-02-17 |
Mike Bayer | - do the trailing comma logic of tuple repr() exactly |
commit | commitdiff | tree | snapshot |
| 2016-02-17 |
Mike Bayer | - All string formatting of bound parameter sets and... |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Mike Bayer | - add changelog, migration, version flags and some... |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/236' |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Mike Bayer | - use same colname as the alias we give to the PG function |
commit | commitdiff | tree | snapshot |
| 2016-02-13 |
Jeong YunWon | Add `sqlalchemy.ext.mutable.MutableSet` |
commit | commitdiff | tree | snapshot |
| 2016-02-13 |
Jeong YunWon | Add `sqlalchemy.ext.mutable.MutableList` |
commit | commitdiff | tree | snapshot |
| 2016-02-12 |
Mike Bayer | - Fixed bug in :meth:`.Session.merge` where an object... |
commit | commitdiff | tree | snapshot |
| 2016-02-11 |
Mike Bayer | - CTE functionality has been expanded to support all... |
commit | commitdiff | tree | snapshot |
| 2016-02-10 |
Mike Bayer | - add more documentation to MutableDict explaining |
commit | commitdiff | tree | snapshot |
| 2016-02-10 |
Mike Bayer | - don't drop the ts1/ts2 databases without seeing the... |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - Fixed bug in :func:`.expression.text` construct where... |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - A refinement to the logic which adds columns to the... |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - switch to 2 workers for oracle |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - Testing reveals that we have *no* weak references... |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - use config-based test schema |
commit | commitdiff | tree | snapshot |
| 2016-02-09 |
Mike Bayer | - attempt a different style of session kill |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - fully hyperlink the docstring for make_transient |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - additional fixes to get oracle + multiprocess to... |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - py3k fix for enum feature |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - add missing __backend__ directives for SQL server |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - add missing __backend__ directives so that oracle... |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - detect "Enterprise" and assume compression stuff... |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - adjust the MultiSchemaTest to handle multiple test_sc... |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Mike Bayer | - adjust to allow dblink tests to work with multiproces... |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Mike Bayer | - add a session killer for oracle provisioning |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Mike Bayer | - add an impl for Enum to Oracle which has subclassing... |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Mike Bayer | - more oracle fixes |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Mike Bayer | - oracle requires GLOBAL here |
commit | commitdiff | tree | snapshot |
| 2016-02-03 |
Mike Bayer | - add multi-database provisioning for oracle |
commit | commitdiff | tree | snapshot |
| 2016-02-03 |
Josh Friend | Fix typo in relationship persistance docs |
commit | commitdiff | tree | snapshot |
| 2016-02-03 |
Mike Bayer | - add literal_binds for delete() statements in addition... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Tim Tate | fix passing literal_binds flag through for update and... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | - changelog for #3621 fixes #3621 |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | Merge branch 'master' of https://bitbucket.org/carlrive... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | - test fixes for metadata.enums value now being a list |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | - add changelog and migration notes for new Enum features, |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Alex Grönholm | - Initial implementation of support for PEP-435 enumera... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | - D rules seem to have been added overnight to the... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Mike Bayer | - Fixed issue where inadvertent use of the Python ... |
commit | commitdiff | tree | snapshot |
| 2016-01-29 |
Mike Bayer | - put a retry in for PG database provisioning as it... |
commit | commitdiff | tree | snapshot |
| 2016-01-29 |
Mike Bayer | - The ``sqlalchemy.dialects.postgres`` module, long... |
commit | commitdiff | tree | snapshot |
| 2016-01-29 |
Mike Bayer | - happy new year |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Mike Bayer | - use a StaticPool for componentreflectiontest to ensure |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Mike Bayer | - use schema argument correctly when we are dropping... |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Mike Bayer | - using extras here has the effect of defeating the... |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Mike Bayer | - revert the change first made in a6fe4dc, as we are... |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Mike Bayer | - experimental - try out a very open ended design for... |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Mike Bayer | - reinstate "dont set up integer index in keymap if... |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Mike Bayer | - restore the use of PYTHONNOUSERSITE that was removed |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Mike Bayer | Revert "- dont set up integer index in keymap if we... |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Mike Bayer | - dont set up integer index in keymap if we're on cexts |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
Ruilin Huang | fix %x string format to compatible with Python 3.5 |
commit | commitdiff | tree | snapshot |
| 2016-01-27 |
xghrl | fix %x string format to compatible with Python 3.5 |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | - unfortunately we need to match within join where... |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Carlos Rivas | Merged zzzeek/sqlalchemy into master |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | - rework ColumnCollection to no longer persist "all_col... |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | - The workaround for right-nested joins on SQLite,... |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | remove PYTHONNOUSERSITE, not sure why this was here... |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | - another approach at coverage |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Mike Bayer | - try to improve the default coverage job |
commit | commitdiff | tree | snapshot |
| 2016-01-25 |
Mike Bayer | - fix the deps for the last change |
commit | commitdiff | tree | snapshot |
| 2016-01-25 |
Mike Bayer | - unfortunately we have to force the paths to be shorte... |
commit | commitdiff | tree | snapshot |
| 2016-01-24 |
Mike Bayer | - add a new qualifier "native" vs. "dbapi" unicode... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - fix array test that was essentially taking a weird... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - fix stray connection |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - restate the "secondary" / AssociationProxy warning... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - use regex here, columns dont matter, keep coming... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Carlos Rivas | Merged in carlrivers/removed-entry-that-causes-attribut... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - use uuid fragments for provision names to enable... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - native unicode expectations are too difficult to... |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Mike Bayer | - move out match compiler test to test_compiler |
commit | commitdiff | tree | snapshot |
| 2016-01-23 |
Carlos Rivas | Removed entry that causes AttributeError (#3621) -... |
commit | commitdiff | tree | snapshot |
| 2016-01-21 |
Mike Bayer | - make this test deterministic |
commit | commitdiff | tree | snapshot |
| 2016-01-21 |
Mike Bayer | - add a forwards-test here as well |
commit | commitdiff | tree | snapshot |
| 2016-01-21 |
Mike Bayer | - documenation updates to clarify specific SQLite versions |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - Added new parameter :paramref:`.orm.mapper.passive_de... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - The unsupported Sybase dialect now raises ``NotImplem... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - generalize the verbiage on LargeBinary so that it... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - update oracle JDBC driver URL, fixes #3554 |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - cross link for concrete helper classes |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - typo |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - redo the docs for concrete inheritance to more strongly |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - clarify the "Adding" section also illustrates updates... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Mike Bayer | - add a note that the literal_binds flag should be... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Chase | Fix ArrayOfEnum's handling of empty arrays. |
commit | commitdiff | tree | snapshot |
| 2016-01-19 |
Mike Bayer | - the order in which _generate_backref() for different... |
commit | commitdiff | tree | snapshot |
| 2016-01-19 |
Mike Bayer | - calling str() on a core sql construct has been made... |
commit | commitdiff | tree | snapshot |
| 2016-01-19 |
Mike Bayer | - Fixed issue where two same-named relationships that... |
commit | commitdiff | tree | snapshot |
| 2016-01-19 |
Mike Bayer | - The ``str()`` call for :class:`.Query` will now take... |
commit | commitdiff | tree | snapshot |
| 2016-01-18 |
Mike Bayer | - Fixed bug where some exception re-raise scenarios... |
commit | commitdiff | tree | snapshot |
| 2016-01-17 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/227' |
commit | commitdiff | tree | snapshot |
| 2016-01-17 |
Mike Bayer | - fix People -> Person , fixes #3628 |
commit | commitdiff | tree | snapshot |
| 2016-01-16 |
rmn | Fix typo in relationships docs |
commit | commitdiff | tree | snapshot |
| 2016-01-14 |
Mike Bayer | - update |
commit | commitdiff | tree | snapshot |
| 2016-01-14 |
Mike Bayer | - illustrate these using the newer exception doctest... |
commit | commitdiff | tree | snapshot |
| next |