| 2016-03-30 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/230' |
commit | commitdiff | tree | snapshot |
| 2016-03-30 |
NestorTejero | redundant "using the by changing" -> "using the" |
commit | commitdiff | tree | snapshot |
| 2016-03-29 |
Mike Bayer | - Added :meth:`.Select.lateral` and related constructs... |
commit | commitdiff | tree | snapshot |
| 2016-03-28 |
Mike Bayer | - Added support for rendering "FULL OUTER JOIN" to... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Mike Bayer | - remember to not reassign self.connection now that... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Mike Bayer | - Added connection pool events :meth:`ConnectionEvents... |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Mike Bayer | - oracle doesn't release savepoints |
commit | commitdiff | tree | snapshot |
| 2016-03-23 |
Mike Bayer | - Further continuing on the common MySQL exception... |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/251' |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Mike Bayer | - Fixed bug where the negation of an EXISTS expression... |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Marius Gedminas | ReST fix: missing backtick |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Benjamin Dopplinger | Fix typo |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Mike Bayer | - ensure engine is restored even if we had a failure... |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Mike Bayer | - Added basic isolation level support to the SQL Server... |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Mike Bayer | - changelog and docs for #3332, fixes #3332 |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Mike Bayer | Merge branch 'master' into pr157 |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Mike Bayer | - add notes for pyodbc limitations with rowcount fixes... |
commit | commitdiff | tree | snapshot |
| 2016-03-14 |
Mike Bayer | - Fixed bug where a newly inserted instance that is... |
commit | commitdiff | tree | snapshot |
| 2016-03-13 |
jfinkels | Adds documentation to Query.slice(). |
commit | commitdiff | tree | snapshot |
| 2016-03-09 |
falkerson | Update cascades.rst |
commit | commitdiff | tree | snapshot |
| 2016-03-08 |
Mike Bayer | - skip GC tests here when coverage is enabled, seems... |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Mike Bayer | - not sure why MySQL DROP DBs fail but we can't just... |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Mike Bayer | - move out unconsumed names tests from test_compiler... |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Mike Bayer | - changelog for #3666, fixes #3666 |
commit | commitdiff | tree | snapshot |
| 2016-03-02 |
Athena Yao | Add test for inserting multiple values |
commit | commitdiff | tree | snapshot |
| 2016-03-02 |
Athena Yao | Raise exception when we have multiple values with an... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Mike Bayer | - unfortunately calling upon "_label" here makes it... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Mike Bayer | - Anonymous labeling is applied to a :attr:`.func`... |
commit | commitdiff | tree | snapshot |
| 2016-02-26 |
Mike Bayer | - An improvement to the workings of :meth:`.Query.corre... |
commit | commitdiff | tree | snapshot |
| 2016-02-22 |
Mike Bayer | - additional adjustment to the fix made in 8ad968f33100... |
commit | commitdiff | tree | snapshot |
| 2016-02-22 |
Mike Bayer | - Fixed bug in "to_list" conversion where a single... |
commit | commitdiff | tree | snapshot |
| 2016-02-21 |
Mike Bayer | - update the mssql autoincrement reflection test to... |
commit | commitdiff | tree | snapshot |
| 2016-02-21 |
Mike Bayer | - reworked the way the "select_wraps_for" expression is |
commit | commitdiff | tree | snapshot |
| 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 |
Diana Clarke | same logic, but without the inner function |
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-28 |
Lele Gaifax | - properly handle negative indexes in RowProxy.__getite... |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Diana Clarke | sqlite: reflect primary key constraint names, fixes... |
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 |
| next |