]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-07-16  Dan GittikAdded test for modulo operator.
2015-07-16  Dan GittikAdded support for reflected modulo operator.
2015-07-15  Mike Bayer- add a note, references #3487
2015-07-13  Mike Bayer- Fixed bug in :class:`.AbstractConcreteBase` extension...
2015-07-10  jonathan vanascoMerge branch 'master' of bitbucket.org:zzzeek/sqlalchemy
2015-07-09  Mike Bayer- try to note under insert.values(), if you need
2015-07-05  Mike Bayer- add a warning suggesting to use the dictionary form...
2015-07-03  Mike Bayer- fix the link here fixes 3473
2015-07-01  Mike Bayer- increase the varchar here
2015-07-01  Mike Bayer- Fixed 1.0 regression where value objects that override
2015-06-29  Mike Bayer- Fixed 1.0 regression where a "deferred" attribute...
2015-06-27  jakeoghadd CYCLE support to Sequence() and docstrings for...
2015-06-27  jakeoghadd NO MINVALUE and NO MAXVALUE support to Sequence()
2015-06-27  jakeoghadd MAXVALUE support to Sequence()
2015-06-27  jakeoghadd MINVALUE support to Sequence()
2015-06-27  Mike Bayer- Fixed 1.0 regression where the "parent entity" of...
2015-06-26  mike bayerMerge pull request #185 from megabyde/master
2015-06-26  Yuri BaidaFix code examples in automap's documentation
2015-06-25  Mike Bayer1.0.6 rel_1_0_6
2015-06-25  Mike Bayer- add autoinc marker for oracle
2015-06-25  Mike Bayer- Fixed a major regression in the 1.0 series where...
2015-06-23  Mike Bayer- edits to this section
2015-06-23  Mike Bayer- add a new FAQ on re-reading of data within a transact...
2015-06-22  mike bayerMerge pull request #184 from bnjmn/patch-1
2015-06-22  Benjamin PetersenMissing comma in method args
2015-06-22  Mike Bayer- Fixed issue when using :class:`.VARBINARY` type in...
2015-06-22  Mike Bayer- Re-fixed this issue first released in 1.0.5 to fix...
2015-06-22  mike bayerMerge pull request #183 from renshawbay/master
2015-06-22  Pete HollobonFix typo
2015-06-19  Mike Bayer- repair that we use db_opts when the url here is diffe...
2015-06-19  Mike Bayer- fixes to the warnings filters
2015-06-19  Mike Bayer- more edits, references #3461
2015-06-19  Mike Bayer- for #3455
2015-06-19  Mike BayerMerge remote-tracking branch 'origin/pr/179' into pr179
2015-06-19  Mike Bayer- fix the bullets
2015-06-19  Mike Bayer- Fixed 1.0 regression where the enhanced behavior...
2015-06-19  Mike Bayer- add explciit section on engine disposal, fixes #3461
2015-06-19  Sebastian Bankadd ClauseElement.cast() shortcut-method
2015-06-18  Mike Bayer- automap is stable
2015-06-16  Mike Bayer- Repaired the :class:`.ExcludeConstraint` construct...
2015-06-16  Mike Bayer- add a subsection on how to use Sequence with server_d...
2015-06-14  Mike Bayer- remove the redundant non-max-row-buffer test from...
2015-06-14  Mike BayerMerge branch 'pr182'
2015-06-14  Mike Bayer- add test cases for pullreq github:182, where we add...
2015-06-14  Mike Bayer- Add a new le_() assertion for less than or equals
2015-06-14  Morgan McClureAdded max_row_buffer attribute to the context execution...
2015-06-14  Mike Bayer- revert this change which was inadvertently included...
2015-06-14  Mike Bayer- restore the approach we have for pk_params, but in...
2015-06-14  Mike Bayer- add changelog for #3451, with 09485d733131b667813f44e...
2015-06-13  Morgan McClureBufferedRowResultProxy should stop growing at 100
2015-06-13  Patrick HayesFix primary key behaviour in bulk_update
2015-06-11  Mike Bayer- Fixed an unexpected-use regression whereby custom...
2015-06-10  Mike Bayer- add an 0.9 migration note regarding TypeEngine's...
2015-06-10  Mike Bayer- Fixed a bug where clause adaption as applied to a...
2015-06-09  Mike Bayer- add a migration note for the query.update()/query...
2015-06-09  Mike Bayer- add a comment, also I think we want to expire before...
2015-06-09  Mike BayerMerge remote-tracking branch 'origin/pr/180' into pr180
2015-06-08  Mike Bayer- Fixed an internal "memoization" routine for method...
2015-06-08  Mike Bayer- start 1.0.6
2015-06-08  Charles-Axel... Expire session in testing transaction handling
2015-06-07  Mike Bayer- 1.0.5 rel_1_0_5
2015-06-07  Mike Bayer- include tox.ini in the dist...
2015-06-07  Mike Bayer- repair these tests to use the global manager_of_class fn,
2015-06-06  Mike Bayer- Added new engine event :meth:`.ConnectionEvents.engin...
2015-06-05  Mike Bayer- Repaired some typing and test issues related to the...
2015-06-05  Mike Bayer- document SQlite dotted name issue, fixes #3441
2015-06-04  Pete HollobonAdd reflection of PostgreSQL index access methods ...
2015-06-04  Pete HollobonAdd reflection of PostgreSQL index storage options
2015-06-03  Pete HollobonAdd support for PostgreSQL index storage parameters
2015-06-03  Mike Bayer- correctly categorize this changelog entry and rewrite it
2015-06-03  Mike Bayer- fix this test to not require pyodbc installed
2015-06-03  Mike Bayer- changelog for pr bitbucket:54
2015-06-02  INADA Naokibaked: Support initial args for cache key
2015-05-30  Mike BayerMerge remote-tracking branch 'origin/pr/176'
2015-05-29  Éric AraujoFix typo in directive
2015-05-28  Allen, TimothyUpdate to correct TDS version; FreeTDS only supports...
2015-05-26  Jochen Van... Remove spaces around kwargs in metadata.rst
2015-05-26  Mike Bayer- Fixed bug where known boolean values used by
2015-05-25  Mike Bayer- turn some dials to try to get more log output
2015-05-25  Mike Bayer- work around RTD issue #1293, take one
2015-05-25  Mike Bayer- Added a new dialect flag to the MSSQL dialect
2015-05-24  Mike Bayer- break out binary insert against None, disable for...
2015-05-24  Mike Bayer- autopep8
2015-05-24  Mike Bayer- liberalize list.remove() regexp as recent Pypy versions
2015-05-23  Mike Bayer- fix some tests related to the URL change and try...
2015-05-22  Mike Bayer- Adjustments to the engine plugin hook, such that the
2015-05-22  Mike Bayer- document fully how to use autoincrement w/ SQLite...
2015-05-21  Mike Bayer- Fixed regression in the :mod:`sqlalchemy.ext.mutable...
2015-05-21  Mike Bayerflake8 some tests
2015-05-21  mike bayerMerge pull request #173 from PierreRochard/patch-1
2015-05-17  Pierre RochardCorrecting typo in introspection
2015-05-16  Mike Bayer- pg8000 wants to raise a ProgrammingError for a PK...
2015-05-15  Mike Bayer- Added support for the case of the misbehaving DBAPI...
2015-05-14  Mike Bayer- The "lightweight named tuple" used when a :class...
2015-05-14  Mike Bayer- Fixed bug where in the case that a pool checkout...
2015-05-08  Mike Bayer- Added official support for a CTE used by the SELECT...
2015-05-08  Mike Bayer- start 1.0.5
2015-05-08  Mike Bayer1.0.4 rel_1_0_4
2015-05-07  Mike Bayer- plead with RTD to please please use the correct version
2015-05-07  Mike BayerRTD doesn't seem to want to refresh on a git tag so...
next