]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-04-26  Alex GaynorFix many typos throughout the codebase
2014-04-25  Mike Bayer- add a note about versioning only applying to flushes
2014-04-23  Mike Bayer- document that joinedload/eagerload work with of_type...
2014-04-23  Mike BayerMerged in benselme/sqlalchemy/docs_linking (pull reques...
2014-04-23  benselmeAdded some links in session docs
2014-04-19  Mike Bayer- The "primaryjoin" model has been stretched a bit...
2014-04-19  Mike Bayer- Liberalized the contract for :class:`.Index` a bit...
2014-04-17  Mike Bayer- Revised the query used to determine the current defau...
2014-04-16  Mike Bayer- Fixed bug in new :meth:`.DialectKWArgs.argument_for...
2014-04-14  Mike Bayerchangelog
2014-04-14  Mike BayerMerged in goodscloud/sqlalchemy (pull request #14)
2014-04-14  Matt Chisholmuse importlib.machinery to load modules instead of...
2014-04-14  Matt Chisholmremove unused import
2014-04-14  Matt Chisholmfix unclosed file ResourceWarning
2014-04-11  Mike Bayer- Added a new "disconnect" message "connection has...
2014-04-11  Mike BayerMerged in antti_haapala/sqlalchemy/antti_haapala/added...
2014-04-11  antti_haapalaadded an SSL related connection error
2014-04-11  mike bayerMerge pull request #84 from Daniel-B-Smith/master
2014-04-11  Mike Bayer- Fixed regression introduced in 0.9 where new "ORDER...
2014-04-10  Daniel SmithFixed bug in example code.
2014-04-09  Mike Bayer- Added new utility function :func:`.make_transient_to_...
2014-04-06  Mike Bayerrepair erroneous whitespace in autodoc directives,...
2014-04-06  Mike Bayer- Restored the import for :class:`.Function` to the...
2014-04-04  Mike Bayer- add some docs for the instancestate linkage to the...
2014-04-02  Mike Bayerescape backslash
2014-04-02  Mike Bayer- reverse order of columns in sample CTEs as this is...
2014-04-01  Mike Bayer- back off the callcounts a bit for the boolean fix
2014-04-01  Mike Bayer- Fixes to the newly enhanced boolean coercion in ...
2014-03-31  Mike Bayer- Added new flag :paramref:`.expression.between.symmetr...
2014-03-31  Mike Bayerupdate
2014-03-28  Mike Bayer- fix mapper ref
2014-03-28  Mike Bayer0.9.4 rel_0_9_4
2014-03-28  Mike Bayerdont need rowcount here...
2014-03-28  Mike Bayer- Added new parameter :paramref:`.mapper.confirm_delete...
2014-03-28  Mike Bayer- revert part of c01558ae7f4a for now as we also test...
2014-03-28  Mike Bayermark failing tests for buggy mysqlconnector
2014-03-28  Mike Bayerrevert inadvertent pdb
2014-03-28  Mike Bayer- the rewording of orderinglist docs got committed...
2014-03-28  Mike Bayer- add further coverage for join_condition to make sure...
2014-03-28  Mike Bayerpickle of execption not supported on mysqlconnector
2014-03-28  Mike Bayer- fix set syntax supposed to be dict
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...
next