]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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-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-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...
2015-11-10  Sven Schliesingfix typo: Explcitly -> Explicitly
2015-11-09  Mike Bayer- fix ambiguous documentation re: after_flush_postexec...
2015-11-07  Mike Bayer- fix broken link to loader behavior
2015-11-07  Jeff WidmanFix typo: foriegn --> foreign
2015-11-05  Jeff WidmanUpdated PostgreSQL links to point to "current" rather...
2015-11-04  Jeff WidmanUpdate links in SQLAlchemy docs that point to postgres...
2015-10-30  Mike Bayer- cross-linking for pool recycle feature
2015-10-29  Mike BayerMerge branch 'pr204'
2015-10-29  Mike Bayer- convert wrap_callable() to a general purpose update_w...
2015-10-28  Mike Bayer- add a JSON warning for coerce_compared_value
2015-10-22  Mike BayerMerge remote-tracking branch 'origin/pr/196' into pr196
2015-10-22  Mike Bayer- update the pool pessimistic invalidation recipe to...
2015-10-20  Mike Bayer- release date for 1.0.9
2015-10-20  Mike Bayer- try to make this language more succinct and fix links
2015-10-19  Mike Bayer- use is_() here to more clearly show what's going...
2015-10-19  Mike Bayer- adjust 4f54607923a11669961b53f where we still allow_m...
2015-10-19  Mike Bayer- Fixed regression in 1.0 where new feature of using...
2015-10-15  Martin J. Hsu- wrap ColumnDefault empty arg callables like functools...
2015-10-11  Mike Bayer- exclude this from unpredictable gc
2015-10-11  Mike Bayer- modernize some very old global-engine tests w/ bad...
2015-10-11  Mike Bayer- repair flake8 issues
2015-10-11  Mike Bayer- repair laziness about setting time zone here, which...
2015-10-09  Mike Bayer- Added the :paramref:`.AssociationProxy.info` paramete...
2015-10-09  Mike BayerMerge remote-tracking branch 'origin/pr/203'
2015-10-09  Mike Bayer- this was supposed to be client-side SQL default not...
2015-10-09  Mike BayerMerge remote-tracking branch 'origin/pr/205'
2015-10-08  Mike Bayer- open up autoincrement for columns that have a default...
2015-10-08  Mike BayerMerge remote-tracking branch 'origin/pr/208'
2015-10-08  Mike Bayer- for DB's w/o a real "autoincrement", reflection shoul...
2015-10-07  Peter DeminUpdate base.py
2015-10-07  Mike Bayer- The system by which a :class:`.Column` considers...
2015-10-05  Mike Bayer- Fixed bug in Oracle dialect where reflection of table...
2015-10-02  Mike Bayer- add an additional note regarding select_from, fixes...
2015-10-01  Mike Bayer- remove ambiguous use of the phrase "joined together...
2015-09-29  Mike Bayer- bzzt, fix the base _post_configure_engine() call...
2015-09-28  Mike Bayer- limit the search for schemas to not include "temp...
2015-09-28  Mike BayerMerge remote-tracking branch 'origin/pr/198' into pr198
2015-09-28  Eric SiegermanDoc fix
2015-09-28  Eric SiegermanRemplement Query.one() in terms of .one_or_none()
2015-09-27  Mike Bayer- fix bool test
2015-09-27  Mike Bayer- break out critical aspects of test_query into their...
2015-09-24  Eric SiegermanFix sqlalchemy.ext.baked.Result.one_or_none() exception...
2015-09-24  Mike Bayer- replicate Query.one_or_none to BakedQuery
2015-09-24  Eric SiegermanAdd Query.one_or_none()
2015-09-23  Eric SiegermanAdd a lot more detail
2015-09-23  Eric SiegermanAdd some markup
2015-09-23  Eric SiegermanA few minor rewordings
2015-09-23  Mike Bayer- Fixed rare TypeError which could occur when stringify...
2015-09-19  Mike Bayer- The ``legacy_schema_aliasing`` flag, introduced in...
2015-09-19  Mike Bayer- Added a new type-level modifier :meth:`.TypeEngine...
2015-09-19  Mike Bayer- The use of a :class:`.postgresql.ARRAY` object that...
2015-09-17  Mike Bayer- fixes for the ORM side test for #3531.
2015-09-16  Mike Bayer- The :func:`.type_coerce` construct is now a fully...
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-09  Brian Van KlaverenSupport get_schema_names for SQLite
2015-09-09  Brian Van KlaverenSupport get_schema_names for SQLite
2015-09-08  Mike Bayer- profile update
2015-09-08  Mike BayerMerged in bsmithgall/sqlalchemy/event-doc-link-fix...
2015-09-08  mike bayerMerge pull request #197 from davidjb/master
2015-09-08  Mike Bayer- Internal calls to "bookkeeping" functions within
2015-09-08  Mike Bayer- Fixed bug in :meth:`.Session.bulk_save_objects` where...
2015-09-08  bsmithgallfix typo in session events docs
2015-09-03  Mike Bayer- update moved link, fixes #3351
2015-09-03  Mike Bayer- rewrite some profiles that went *down*! woop
2015-09-03  Mike Bayer- reduce some callcounts within the new events
2015-09-02  Mike BayerMerge branch 'ticket_2677'
2015-09-02  Mike Bayer- The :class:`.SessionEvents` suite now includes events...
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  David\ BeiteyMinor grammar fix for capitalisation in session docs
2015-08-28  Mike Bayer- use consistent and descriptive language in all cases
2015-08-27  Mike Bayer- The :class:`.TypeDecorator` type extender will now...
2015-08-27  Mike Bayer- reword and update documentation on passive_updates...
2015-08-27  Mike Bayer- add a postgresql-specific form of array_agg() that...
2015-08-27  Mike Bayer- consolidate "constraints.py" into the more general...
next