]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-06-16  Mark Sandanupdate pytest good practices link in PyTest class
2016-04-21  Mike BayerFix result set handling for case insensitive dupe cols
2016-04-19  mike bayerMerge "Deprecate Mapper.order_by"
2016-04-19  Mike BayerDeprecate Mapper.order_by
2016-04-19  Mike BayerRename Query._mapper_zero() to Query._entity_zero()
2016-04-19  mike bayerMerge "Add raise/raiseload relationship loading strategy"
2016-04-19  Adrian MoennichAdd raise/raiseload relationship loading strategy
2016-04-18  Mike BayerPropagate hybrid properties / info
2016-04-18  Mike BayerHonor hybrid property / method docstrings
2016-04-15  mike bayerMerge "- Add support for PostgreSQL with PyGreSQL"
2016-04-15  Christoph Zwerschke- Add support for PostgreSQL with PyGreSQL
2016-04-12  Mike Bayer- .gitreview default branch
2016-04-09  Mike BayerMerge remote-tracking branch 'origin/pr/257'
2016-04-07  Eoghan MurrayMention the correct way of adding multiple attributes...
2016-04-07  Rachid BelaidFix typo from "addreses" to "addresses"
2016-04-06  mike bayerMerge "- don't load deferred columns on unexpire for...
2016-04-06  Diana Clarke- don't load deferred columns on unexpire for merge...
2016-04-06  Mike BayerMerge remote-tracking branch 'origin/pr/255'
2016-04-06  Mike Bayer- Move review to gerrit.sqlalchemy.org
2016-04-04  Ville SkyttäFix some broken links in docs
2016-03-31  Mike Bayer- Add a git review file
2016-03-31  Mike Bayer- callcount refresh due to negative indexes change...
2016-03-30  Mike Bayer- limit this to sqlite for now
2016-03-30  Mike Bayer- move all resultproxy tests intio test_resultset
2016-03-30  Mike Bayer- make sure negative row indexes are based on the size...
2016-03-30  Mike BayerMerge remote-tracking branch 'origin/pr/231' into pr231
2016-03-30  PatrickDocstring Fix
2016-03-30  Mike Bayer- changelog for #3629, fixes #3629
2016-03-30  Mike BayerMerge remote-tracking branch 'origin/pr/230'
2016-03-30  NestorTejeroredundant "using the by changing" -> "using the"
2016-03-29  Mike Bayer- Added :meth:`.Select.lateral` and related constructs...
2016-03-28  Mike Bayer- Added support for rendering "FULL OUTER JOIN" to...
2016-03-25  Mike Bayer- remember to not reassign self.connection now that...
2016-03-25  Mike Bayer- Added connection pool events :meth:`ConnectionEvents...
2016-03-24  Mike Bayer- oracle doesn't release savepoints
2016-03-23  Mike Bayer- Further continuing on the common MySQL exception...
2016-03-21  Mike BayerMerge remote-tracking branch 'origin/pr/251'
2016-03-21  Mike Bayer- Fixed bug where the negation of an EXISTS expression...
2016-03-21  Marius GedminasReST fix: missing backtick
2016-03-16  Benjamin DopplingerFix typo
2016-03-15  Mike Bayer- ensure engine is restored even if we had a failure...
2016-03-15  Mike Bayer- Added basic isolation level support to the SQL Server...
2016-03-15  Mike Bayer- changelog and docs for #3332, fixes #3332
2016-03-15  Mike BayerMerge branch 'master' into pr157
2016-03-15  Mike Bayer- add notes for pyodbc limitations with rowcount fixes...
2016-03-14  Mike Bayer- Fixed bug where a newly inserted instance that is...
2016-03-13  jfinkelsAdds documentation to Query.slice().
2016-03-09  falkersonUpdate cascades.rst
2016-03-08  Mike Bayer- skip GC tests here when coverage is enabled, seems...
2016-03-03  Mike Bayer- not sure why MySQL DROP DBs fail but we can't just...
2016-03-03  Mike Bayer- move out unconsumed names tests from test_compiler...
2016-03-03  Mike Bayer- changelog for #3666, fixes #3666
2016-03-02  Athena YaoAdd test for inserting multiple values
2016-03-02  Athena YaoRaise exception when we have multiple values with an...
2016-02-26  Mike Bayer- unfortunately calling upon "_label" here makes it...
2016-02-26  Mike Bayer- Anonymous labeling is applied to a :attr:`.func`...
2016-02-26  Mike Bayer- An improvement to the workings of :meth:`.Query.corre...
2016-02-22  Mike Bayer- additional adjustment to the fix made in 8ad968f33100...
2016-02-22  Mike Bayer- Fixed bug in "to_list" conversion where a single...
2016-02-21  Mike Bayer- update the mssql autoincrement reflection test to...
2016-02-21  Mike Bayer- reworked the way the "select_wraps_for" expression is
2016-02-19  Jeff WidmanAdd release date for 1.0.12 to changelog
2016-02-18  Mike Bayer- further edit the unnest() example to suit PG's esoter...
2016-02-17  Mike Bayer- Fixed bug which would cause an eagerly loaded many...
2016-02-17  Mike Bayer- handle parameter sets that aren't correctly formed...
2016-02-17  Mike Bayer- do the trailing comma logic of tuple repr() exactly
2016-02-17  Mike Bayer- All string formatting of bound parameter sets and...
2016-02-16  Mike Bayer- add changelog, migration, version flags and some...
2016-02-16  Mike BayerMerge remote-tracking branch 'origin/pr/236'
2016-02-16  Mike Bayer- use same colname as the alias we give to the PG function
2016-02-13  Jeong YunWonAdd `sqlalchemy.ext.mutable.MutableSet`
2016-02-13  Jeong YunWonAdd `sqlalchemy.ext.mutable.MutableList`
2016-02-12  Mike Bayer- Fixed bug in :meth:`.Session.merge` where an object...
2016-02-11  Mike Bayer- CTE functionality has been expanded to support all...
2016-02-10  Mike Bayer- add more documentation to MutableDict explaining
2016-02-10  Mike Bayer- don't drop the ts1/ts2 databases without seeing the...
2016-02-09  Mike Bayer- Fixed bug in :func:`.expression.text` construct where...
2016-02-09  Mike Bayer- A refinement to the logic which adds columns to the...
2016-02-09  Mike Bayer- switch to 2 workers for oracle
2016-02-09  Mike Bayer- Testing reveals that we have *no* weak references...
2016-02-09  Mike Bayer- use config-based test schema
2016-02-09  Mike Bayer- attempt a different style of session kill
2016-02-08  Mike Bayer- fully hyperlink the docstring for make_transient
2016-02-08  Mike Bayer- additional fixes to get oracle + multiprocess to...
2016-02-08  Mike Bayer- py3k fix for enum feature
2016-02-08  Mike Bayer- add missing __backend__ directives for SQL server
2016-02-08  Mike Bayer- add missing __backend__ directives so that oracle...
2016-02-08  Mike Bayer- detect "Enterprise" and assume compression stuff...
2016-02-08  Mike Bayer- adjust the MultiSchemaTest to handle multiple test_sc...
2016-02-08  Mike Bayer- adjust to allow dblink tests to work with multiproces...
2016-02-04  Mike Bayer- add a session killer for oracle provisioning
2016-02-04  Mike Bayer- add an impl for Enum to Oracle which has subclassing...
2016-02-04  Mike Bayer- more oracle fixes
2016-02-04  Mike Bayer- oracle requires GLOBAL here
2016-02-03  Mike Bayer- add multi-database provisioning for oracle
2016-02-03  Josh FriendFix typo in relationship persistance docs
2016-02-03  Mike Bayer- add literal_binds for delete() statements in addition...
2016-02-02  Tim Tatefix passing literal_binds flag through for update and...
2016-02-02  Mike Bayer- changelog for #3621 fixes #3621
2016-02-02  Mike BayerMerge branch 'master' of https://bitbucket.org/carlrive...
next