]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-03-28  Mike Bayer- Fixed ORM bug where changing the primary key of an...
2014-03-28  Mike Bayerclarify doc here
2014-03-28  Mike Bayer- fix py3k bug re: dictionary values(), fixes #3005
2014-03-28  Mike Bayer- Added support to automap for the case where a relatio...
2014-03-28  Mike Bayer- Fixed a very old behavior where the lazy load emitted...
2014-03-27  Mike Bayer- Improved the check for "how to join from A to B"...
2014-03-27  Mike Bayer- Tweaked the settings for mysql-connector-python;...
2014-03-27  Stefan ReichAdded missing text_type requirement to TextTest
2014-03-27  Mike Bayer- fixes to multi-backend tests
2014-03-27  Mike Bayerfixes to get profiling tests working again
2014-03-26  Mike Bayerdont warn, that just crashes the test...
2014-03-26  Mike Bayertry to liberalize the pool._refs assertion a bit
2014-03-26  Mike Bayeruse integer division here
2014-03-26  Mike Bayer- work on fixing some race-condition failures:
2014-03-26  Mike Bayer- rework memusage tests so that it only runs five itera...
2014-03-26  Mike Bayer- remove nose dependency
2014-03-25  Mike Bayer- Fixed regression caused by release 0.8.5 / 0.9.3...
2014-03-24  Mike Bayeradd some more mock structure so tricky DBAPIs like...
2014-03-24  Mike Bayerfix
2014-03-24  Mike Bayer- add some more rules to make sure all tests run if...
2014-03-24  Mike Bayerfix some mysqlconnector failures
2014-03-24  Mike Bayer- fix the uuid routine here to not run out of uuids
2014-03-24  Mike Bayer- fix some doctest failures (though some remain, as...
2014-03-24  Mike Bayer- rename __multiple__ to __backend__, and apply __backe...
2014-03-24  Mike Bayer- Added some new event mechanics for dialect-level...
2014-03-24  Mike Bayertake out accidental PG dialect use here
2014-03-24  Mike Bayersome profile updates...
2014-03-22  Mike Bayer- Fixed regression from 0.8.3 as a result of :ticket...
2014-03-22  Mike Bayer- An event listener can now be associated with a :class...
2014-03-22  Mike Bayerthere's no "assert_call_count" on mock
2014-03-22  Mike Bayer- restore the old behavior of the connection pool repla...
2014-03-22  Mike Bayer- Fixed a few errant ``u''`` strings that would prevent...
2014-03-22  Mike Bayer- A major improvement made to the mechanics by which...
2014-03-22  Mike Bayer- Added new datatype :class:`.oracle.DATE`, which is...
2014-03-22  Mike Bayer- we aren't supporting py2.5 so just simplify this...
2014-03-22  Mike Bayer- Adjusted ``setup.py`` file to support the possible...
2014-03-22  Mike Bayerchangelog to fix #2988
2014-03-22  Mike BayerMerge branch 'fix_table_registration' of https://github...
2014-03-21  mike bayerMerge pull request #81 from tony/patch-2
2014-03-21  Tony NarlockFix tag typo in changelog_09
2014-03-21  Mike Bayer- reword the paragraph which talks about web framework...
2014-03-19  Mike Bayer- The :meth:`.ConnectionEvents.after_cursor_execute...
2014-03-19  Mike Bayerfix assertion
2014-03-19  Mike Bayer- Fixed bug in mutable extension as well as
2014-03-17  Mike BayerMerge branch 'ca/dev/add_is_and_isnot_to_tutorial'...
2014-03-17  Mike Bayer- Improved an error message which would occur if a...
2014-03-16  Mike Bayertypo
2014-03-16  Mike Bayer- Added support for the not-quite-yet-documented `...
2014-03-15  Charles-Axel... Add is_ and isnot filter to the tutorial
2014-03-15  Mike Bayer- fairly epic rework of the cascade documentation
2014-03-14  Mike Bayer- correct this to make the intention clear
2014-03-14  Mike Bayer- Added support for literal rendering of boolean values...
2014-03-13  Mike Bayer- move some requirements up to the testing module to...
2014-03-13  Mike Bayercomment
2014-03-13  Mike Bayer- add a suite test for underscore as initial char
2014-03-13  Mike Bayer- add more support for suite tests, moving some tests...
2014-03-13  Roman PodoliakaRemove tables from metadata when autoload fails
2014-03-12  Mike Bayer- Added a new feature :func:`.schema.conv`, the purpose...
2014-03-12  Mike Bayer:paramref:`.MetaData.naming_convention` feature will...
2014-03-12  Mike Bayer- Fixed bug in new :paramref:`.MetaData.naming_conventi...
2014-03-11  Mike Bayerunitttest has a SkipTest also but pytest doesn't
2014-03-11  Mike Bayeradd a string example for self-refenretial many-to-many
2014-03-11  Mike Bayer- A warning is emitted if the :meth:`.MapperEvents...
2014-03-11  Mike Bayer- Added a new keyword argument ``once=True`` to :func...
2014-03-11  mike bayerMerge pull request #79 from nibrahim/master
2014-03-11  Noufal IbrahimFixes argument number in docs
2014-03-09  Mike Bayertake out the support paragraph and just put a basic...
2014-03-09  mike bayerMerge pull request #75 from msabramo/pymssql_update_web...
2014-03-08  Mike Bayerput fails for these various things that don't work...
2014-03-07  Mike Bayerimport testing needs to be here as we set .db on it
2014-03-06  Mike Bayer- cx_oracle test for "unicode returns" needs to be...
2014-03-05  Mike Bayer- changelog for pullreq github:74
2014-03-05  Mike BayerMerge branch 'master' of https://github.com/Cito/sqlalc...
2014-03-05  Mike Bayer- Fixed small issue in :class:`.SingletonThreadPool...
2014-03-05  Mike Bayerignore .patch files
2014-03-05  Mike Bayer- finding myself still using nose for short runs as...
2014-03-04  Mike Bayerpytest calls all the descriptors. and we can't call...
2014-03-04  Mike Bayer- no unitest.SkipTest in 2.6...arggggg
2014-03-04  Mike Bayercut out the BS as far as MySQLdb urls, put the one...
2014-03-04  Mike Bayer- Fixed bug in association proxy where assigning an...
2014-03-04  Mike Bayeradd a seealso here
2014-03-03  Mike Bayerfix the profiling ids here
2014-03-03  Mike Bayerfix pypy failures
2014-03-03  Mike Bayer- Support has been added for pytest to run tests. ...
2014-03-03  Marc Abramowitzdialects/mssql/pymssql.py: Remove second two paragraphs...
2014-03-02  Mike Bayer- get util.get_callable_argspec() to be completely...
2014-03-02  Mike Bayer- Fixed some test/feature failures occurring in Python...
2014-03-01  Mike Bayer- add new tests for individual type reflection
2014-02-28  Mike Bayeruse view_column requirement here
2014-02-28  Mike Bayer- dont create a self-ref FK if test suite marked as...
2014-02-28  Mike Bayerfix typos
2014-02-28  Mike Bayeradd a migration for this one
2014-02-28  Mike Bayer- Added a new option to :paramref:`.relationship.innerj...
2014-02-28  Marc AbramowitzUpdate pymssql dialect description, remove "limitations...
2014-02-28  Mike Bayer- Fixed bug in :func:`.tuple_` construct where the...
2014-02-27  Marc AbramowitzUpdate URL for pymssql
2014-02-27  Christoph ZwerschkeRestore coercion to unicode with cx_Oracle.
2014-02-27  Mike Bayerrestore the contracts of update/extend to the degree...
2014-02-27  Mike Bayer- Fixed a regression in association proxy caused by...
2014-02-27  Mike Bayer- Removed stale names from ``sqlalchemy.orm.interfaces...
next