]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-11-14  Jacobo de VeraPass precision value to mssql.DATETIME2 when it is 0
2015-11-10  Jeff WidmanUpdated PostgreSQL links to point to "current" rather...
2015-11-10  Jeff WidmanUpdate links in SQLAlchemy docs that point to postgres...
2015-11-10  Jeff WidmanFix typo: foriegn --> foreign
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-10-30  Mike Bayer- cross-linking for pool recycle feature
2015-10-28  Mike Bayer- add a JSON warning for coerce_compared_value
2015-10-22  Thomas GraingerLink to maintained redshift dialect
2015-10-22  Mike Bayer- update the pool pessimistic invalidation recipe to...
2015-10-20  Mike Bayer1.0.9 rel_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-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-08  Peter DeminUpdate base.py
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-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  Mike BayerMerge remote-tracking branch 'origin/pr/199' into rel_1_0
2015-09-23  Eric SiegermanAdd a lot more detail
2015-09-23  Mike Bayer- Fixed rare TypeError which could occur when stringify...
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()
next