]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-01-07  Mike Bayer- add a do-nothing for mock url _instantiate_plugins
2016-01-06  Mike Bayer- add limiting criteria to the JSON tests so that we...
2016-01-06  Mike Bayer- Added a new entrypoint system to the engine to allow...
2016-01-06  Mike Bayer- long line
2016-01-06  Mike Bayer- add a few JSON tests specific to MySQL, including...
2016-01-06  Mike Bayer- Added :class:`.mysql.JSON` for MySQL 5.7. The JSON...
2016-01-05  Mike Bayer- dont forwards-report tons of 1.0.x changes in the...
2016-01-05  Mike Bayer- Fixed 1.0 regression where the eager fetch of cursor...
2016-01-04  Mike Bayer- break out mysql/base into modules as it's getting...
2015-12-24  Mike Bayer- Fixed an assertion that would raise somewhat inapprop...
2015-12-23  Mike Bayer- release date for 1.0.11
2015-12-22  Mike Bayer- An adjustment to the regular expression used to parse...
2015-12-22  Mike Bayer- changelog for pullreq github:222
2015-12-22  Mike BayerMerge remote-tracking branch 'origin/pr/222'
2015-12-22  Mike Bayer- varchar requires a length
2015-12-22  Mike Bayer- add the test from ref #3614 as well for testing ref...
2015-12-17  Mike Bayer- just use *arg straight without "key" for pop
2015-12-17  Mike Bayer- Further fixes to :ticket:`3605`, pop method on :class...
2015-12-17  Jeff WidmanMake docs listing of param order for event.listen match...
2015-12-16  jonathan vanascosome spelling fixes
2015-12-16  jonathan vanascoMerge branch 'master' of bitbucket.org:zzzeek/sqlalchemy
2015-12-16  Mike Bayer- remove errant pdb, references #3612
2015-12-16  Mike Bayer- Fixed bug in baked loader system where the systemwide...
2015-12-15  Mike Bayer- hyperlink default-related parameters
2015-12-15  Mike Bayer- Fixed regression caused in 1.0.10 by the fix for...
2015-12-15  Mike Bayer- add some more oracle skips
2015-12-14  Mike Bayer- a few tweaks to allow "server_defaults" to be a littl...
2015-12-14  Mike Bayer- since we are mutating the statement in a loop, start...
2015-12-14  Mike Bayer- Fixed bug where :meth:`.Session.bulk_update_mappings...
2015-12-14  Mike Bayer- Fixed bug in :meth:`.Update.return_defaults` which...
2015-12-14  Hanno SchlichtingAdd new reserved words for MySQL 5.7.
2015-12-13  Mike Bayer- Fixed bug where use of the :meth:`.Query.select_from...
2015-12-11  Mike Bayer1.0.10
2015-12-11  Mike Bayer- Added support for the ``dict.pop()`` and ``dict.popit...
2015-12-10  Mike Bayer- convert ORM tutorial and basic_relationships to favor
2015-12-10  Mike Bayer- The ORM and Core tutorials, which have always been...
2015-12-10  Mike BayerMerge remote-tracking branch 'origin/pr/220'
2015-12-10  Mike Bayer- refactor of adapt_like_to_iterable(), fixes #3457.
2015-12-09  Mike Bayer- Fixed issue within the :meth:`.Insert.from_select...
2015-12-08  Nils Philippsenfix some typos
2015-12-08  Mike Bayer- fix changelog for #3602
2015-12-08  Mike Bayer- make this DROP conditional, attempting to isolate...
2015-12-07  Mike Bayer- Fixed bug in MySQL reflection where the "fractional...
2015-12-07  Mike Bayer- flake8 test_reflection and rework the type-based...
2015-12-07  Mike Bayer- write a real inline documentation section for from_se...
2015-12-05  Mike Bayer- and NLS_LANG....
2015-12-05  Mike Bayer- add ORACLE_HOME to passenv allowing oracle to work...
2015-12-04  Mike Bayer- fix loading.py merge_result for new _merge() argument
2015-12-04  Mike Bayer- The :meth:`.Session.merge` method now tracks pending...
2015-12-02  Mike Bayer- Fixed issue where post_update on a many-to-one relati...
2015-12-02  Mike Bayer- Fixed bug where CREATE TABLE with a no-column table...
2015-11-30  Mike Bayer- Added the error "20006: Write to the server failed...
2015-11-30  Mike Bayer- changelog for #3573, fixes #3573
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/216'
2015-11-30  Mike Bayer- changelog for pullreq github:215
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/215'
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/217'
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/214'
2015-11-30  Mike Bayer- restore 'declarative' classifier
2015-11-30  Nils Philippsenpy2k: accept unicode literals on :func:`backref`, too
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/212'
2015-11-30  Mike Bayer- update changelog for all the py3.5/3.6 related prs...
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/211'
2015-11-30  Mike Bayer- A descriptive ValueError is now raised in the event...
2015-11-30  Mike Bayer- update changelog to accommodate pr github:218
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/218'
2015-11-30  Iuri de SilvioFix _assert_unorderable_types on py36.
2015-11-30  Mike Bayer- changelog for pr github:210
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/210'
2015-11-30  Mike Bayer- make inserted_primary_key a link and be more clear...
2015-11-30  Mike Bayer- close the session
2015-11-29  Mike Bayer- Fixed an issue in baked queries where the .get()...
2015-11-28  Mike Bayer- Added support for parameter-ordered SET clauses in...
2015-11-28  Hugh Cole-BakerFix a typo in the disconnect handling code example
2015-11-25  Mike Bayer- Fixed bug which is actually a regression that occurre...
2015-11-25  Mike Bayer- support declarativemappedtest with per-test setup
2015-11-25  Mike Bayer- add an ignore for N806
2015-11-25  Nils Philippsenpy2k: accept unicode literals on :func:`backref`, too
2015-11-24  Bas van den... - Change "expr" to "entity" for example illustrating...
2015-11-24  Diana Clarke- Postgres: Do not prefix table with schema in: "FOR...
2015-11-23  aischfix postgresql exclude contraint to check when= against...
2015-11-22  Mike Bayer- add py35
2015-11-21  Mike Bayer- set explicit encoding settings for default mysql...
2015-11-21  Mike Bayer- Fixed joinedload bug which would occur when a. the...
2015-11-21  Mike Bayer- don't create tables on compile-only tests
2015-11-20  Mike Bayer- try to get this to skip for oracle
2015-11-19  Mike Bayer- A rare case which occurs when a :meth:`.Session.rollb...
2015-11-19  Mike Bayer- add documentation that describes, then proceeds to...
2015-11-19  Mike Bayer- Fixed the ``.python_type`` attribute of :class:`...
2015-11-19  Mike Bayer- rewrite the docs and add a test for the bake_queries...
2015-11-18  Mike Bayer- Added support for reflecting the source of materializ...
2015-11-17  Jeff WidmanFix typo: wtihin --> within
2015-11-14  Mike Bayer- extend pullreq github:213 to also include DATETIMEOFF...
2015-11-14  Mike BayerMerge remote-tracking branch 'origin/pr/213' into pr213
2015-11-13  Jacobo de VeraPass precision value to mssql.DATETIME2 when it is 0
2015-11-13  Mike Bayer- fix missing argument in TypeDecorator.copy(), fixes...
2015-11-11  Mike Bayer- correct the commit from ref #3582 to refer to the...
2015-11-11  Mike Bayer- Fixed bug where the "single table inheritance" criter...
2015-11-10  Mike BayerMerge branch 'jeffwidman/update-links-in-sqlalchemy...
2015-11-10  Mike BayerMerge branch 'jeffwidman/fix-typo-foriegn-foreign-14468...
next