]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-09-10  Jason MyersCorrecting the Hybrid Property Example
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...
2015-08-27  Mike Bayer- add PG-specific aggregate_order_by(), references...
2015-08-26  Mike BayerMerge branch 'ticket_3516'
2015-08-26  Mike Bayer- Added support for "set-aggregate" functions of the...
2015-08-26  Mike Bayer- Added support for the SQL-standard function :class...
2015-08-25  Mike Bayer- build out a new base type for Array, as well as new...
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-22  Mike Bayer- repair the inspection hook in sqltypes to not be...
2015-08-22  Mike Bayer- Added new checks for the common error case of passing...
2015-08-21  Mike Bayer- rework the "controlling DDL sequences" documentation to
2015-08-18  Mike Bayer- some cleanups in compiler.py
2015-08-18  Mike Bayer- forgot to implement py3k logic for JSON.NULL
2015-08-18  Mike Bayer- fix the postgresql_jsonb requirement to include the...
2015-08-18  Mike Bayer- as the Concatenable mixin was changed to support...
2015-08-18  Mike Bayer- document workaround type for ARRAY of ENUM, fixes...
2015-08-17  Mike Bayer- merge of ticket_3514 None-handling branch
2015-08-17  Mike Bayer- merge of ticket_3499 indexed access branch
2015-08-15  Mike Bayer- correct this, need brackets
2015-08-15  Mike Bayer- make these failure cases more specific to catch Oracle.
2015-08-14  Mike Bayer- add tests for InstanceEvents.init, InstanceEvents...
2015-08-13  Donald StufftTell Wheel to generate platform and interpreter specifi...
2015-08-13  Mike Bayer- we can again use setuptools.find_packages since we...
2015-08-12  Mike Bayer- The behavior of the :func:`.union` construct and...
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  mike bayerMerge pull request #192 from halfcrazy/patch-1
2015-08-09  halfcrazyfix typo int->into
2015-08-06  mike bayerMerge pull request #191 from leorochael/leorochael...
2015-08-06  Leonardo Rochael... Remove useless code
2015-08-03  Mike Bayer- add a note clarifying query.with_labels(), fixes...
2015-07-30  Mike Bayer- Fixed issue where the SQL Server dialect would reflec...
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-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- remove "distutils-only" mode, use setuptools only
2015-07-24  Mike Bayer- Organize the tree for 1.1
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
next