]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-09-23  Eric SiegermanAdd some markup
2015-09-23  Eric SiegermanA few minor rewordings
2015-09-15  Mike Bayer- fix incorrect example in inheritance docs
2015-09-14  Mike Bayer- add new entry for sharing of Engine across process...
2015-09-10  Mike Bayer- call it deque, since you can really pop from either...
2015-09-10  Mike Bayer- add a new FAQ recipe for "walk all objects", replacin...
2015-09-10  Jason MyersCorrecting the Hybrid Property Example
2015-09-08  bsmithgallfix typo in session events docs
2015-09-08  David\ BeiteyMinor grammar fix for capitalisation in session docs
2015-09-08  Mike Bayer- Fixed bug in :meth:`.Session.bulk_save_objects` where...
2015-09-03  Mike Bayer- update moved link, fixes #3351
2015-09-02  Mike Bayer- add new documentation that applies to all modern...
2015-08-31  Mike Bayer- add a note about DISTINCT in query w/ ORDER BY, refer...
2015-08-31  Mike Bayer- Fixed regression in 1.0-released default-processor...
2015-08-28  Mike Bayer- use consistent and descriptive language in all cases
2015-08-27  Mike Bayer- reword and update documentation on passive_updates...
2015-08-25  Mike Bayer- re-document and fully cross link all of configure_map...
2015-08-24  Mike Bayer- Fixed two issues in the "history_meta" example where...
2015-08-21  Mike Bayer- rework the "controlling DDL sequences" documentation to
2015-08-18  Mike Bayer- document workaround type for ARRAY of ENUM, fixes...
2015-08-14  Mike Bayer- add tests for InstanceEvents.init, InstanceEvents...
2015-08-11  Mike Bayer- Fixed 1.0 regression where the "noload" loader strate...
2015-08-11  Mike Bayer- pep8 test/orm/test_mapper
2015-08-10  Mike Bayer- Fixed two issues regarding Sybase reflection, allowin...
2015-08-09  halfcrazyfix typo int->into
2015-08-06  Leonardo Rochael... Remove useless code
2015-08-03  Mike Bayer- add a note clarifying query.with_labels(), fixes...
2015-07-29  Mike Bayer- Fixed support for cx_Oracle version 5.2, which was...
2015-07-29  Mike Bayer- fix typo in suffix_with() docs, fixes #3502
2015-07-27  Mike Bayer- using text().columns() for ORM matching won't work...
2015-07-26  Mike Bayer- work to bridge between core/ORM tutorials regarding...
2015-07-26  Mike Bayer- remove "completely raw", whatever that is
2015-07-26  Mike Bayer- typo
2015-07-26  Mike Bayer- add an example of text.columns
2015-07-24  Mike Bayer- An adjustment to the new Postgresql feature of reflec...
2015-07-23  Mike Bayer1.0.8 rel_1_0_8
2015-07-22  Mike Bayer- categorize this correctly
2015-07-22  Mike Bayer- Fixed critical issue whereby the pool "checkout"...
2015-07-22  Mike Bayer0.9.10 release date
2015-07-21  Mike Bayer- Fixed bug in SQLite dialect where reflection of UNIQU...
2015-07-21  Mike Bayer- Fixed an issue where a particular base class within...
2015-07-20  Mike Bayer1.0.7 rel_1_0_7
2015-07-19  Mike Bayer- changelog for #3459, fixes #3459
2015-07-19  Mike BayerMerge branch 'bb_issue_3459' of https://bitbucket.org...
2015-07-19  Mike Bayer- Fixed regression where new methods on :class:`.Result...
2015-07-19  Mike Bayer- pg8000 very annoyingly complaining here, use total...
2015-07-19  Mike Bayer- Fixed regression where :meth:`.ResultProxy.keys`...
2015-07-19  Mike Bayer- Fixed bug where coersion of literal ``True`` or ...
2015-07-19  Mike Bayer- Fixed potential issue where a custom subclass
2015-07-18  Jakub StasiakRemove RootTransaction<->RootTransaction reference...
2015-07-17  Mike Bayer- db_opts doesn't need to be a global since we no longe...
2015-07-17  Mike Bayer- fix these two tests
2015-07-17  Mike Bayer- changelog for pr github:188
2015-07-17  Mike BayerMerge remote-tracking branch 'origin/pr/188' into pr188
2015-07-17  Mike Bayer- version specs for new Sequence arguments
2015-07-17  Mike BayerMerge remote-tracking branch 'origin/pr/186' into pr186
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-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
next