]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-09-28  Mike BayerMerge remote-tracking branch 'origin/pr/198' into pr198
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...
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
next