]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-03-10  Kai GronerTest for partial index support in sqlite dialects.
2015-03-10  Kai GronerPartial index support with sqlite dialects.
2015-03-06  Jochem Oosterveenminor docstring fix in MappedCollection class
2015-02-25  Jason HeldUpdate migration_09.rst
2015-02-20  Mike Bayer- Fixed bugs in ORM object comparisons where comparison of
2015-02-20  Mike Bayer- Fixed bug where internal assertion would fail in...
2015-02-19  Mike Bayer- autopep8
2015-02-17  Mike Bayer- add a new section regarding multiprocessing
2015-02-09  Mike Bayer- flake8
2015-02-09  Mike Bayer- test + changelog
2015-02-09  Malthe BorchIt's the 'kwargs' which are iterable, not 'keys'
2015-02-08  Mike Bayer- update test for newer API of _connection_for_bind
2015-02-04  Mike Bayer- Fixed bug in :class:`.Connection` and pool where the
2015-02-04  Mike Bayer- A warning is emitted if the ``isolation_level`` param...
2015-02-03  Mike Bayer- Fixed bug in lazy loading SQL construction whereby...
2015-02-02  Mike Bayer- Repaired support for Postgresql UUID types in conjunc...
2015-02-02  Kevin DeldyckeAdd unit test for UUID arrays in PostgreSQL.
2015-02-01  Mike Bayer- Added support for the :class:`postgresql.JSONB` datat...
2015-02-01  Mateusz SusikPsycopg2 JSONB support.
2015-01-28  Mike Bayer- Fixed bug in 0.9's foreign key setup system, such...
2015-01-27  Mike Bayer- fix link to non_primary flag
2015-01-20  Mike Bayer- Added new user-space accessors for viewing transactio...
2015-01-20  Mike Bayer- enhance detail here regarding the difference between
2015-01-20  Mike Bayerformatting
2015-01-17  Mike Bayer- add an exclusion here that helps with the case of...
2015-01-16  Mike Bayer- Fixed bug where Postgresql dialect would fail to...
2015-01-14  Mike Bayer- add new section to ORM referring to runtime inspectio...
2015-01-13  Mike Bayer- The "wildcard" loader options, in particular the...
2015-01-12  Mike Bayer- this will be 0.9.9
2015-01-12  Mike Bayer- changelog for pr 41
2015-01-12  Dimitris TheodorouAdd native_enum flag to Enum's repr() result
2015-01-06  Mike Bayer- add a close here
2015-01-06  Mike Bayer- Fixed bug where if an exception were thrown at the...
2015-01-05  Mike Bayer- make a new page that introduces mapping a little...
2014-12-30  Mike Bayer- fix some RST whitespace syntactical issues in toctrees
2014-12-28  Mike Bayer- see if we can get RTD to use this for now
2014-12-28  Mike Bayerbump
2014-12-28  Mike Bayerbump
2014-12-28  Mike Bayer- fix links for loading, add a redirect page
2014-12-27  Mike Bayer- another bump
2014-12-27  Mike Bayer- remove private superclasses from docs in favor of...
2014-12-27  Mike Bayerremove pipe...
2014-12-27  Mike Bayerno hassuffixes in 0.9
2014-12-27  Mike Bayercorrections
2014-12-27  Mike Bayer- corrections
2014-12-27  Mike Bayer- squash-merge the improve_toc branch, which moves...
2014-12-27  Mike Bayer- typo fixes #3269
2014-12-19  Mike Bayer- ouch, this needs to be in dbapi, not module level!
2014-12-19  Mike Bayer- make the google deprecation messages more specific...
2014-12-19  Rob BerryUpdate gaerdbms to highlight improved connection method
2014-12-19  Priit LaesMaul the evaulate & friends typo
2014-12-19  Mike Bayer- Fixed bug where using a :class:`.TypeDecorator` that...
2014-12-16  Mike Bayer- Added a version check to the MySQLdb dialect surround...
2014-12-14  Mike Bayer- automap isn't new anymore
2014-12-13  Mike Bayer- Added new method :meth:`.Session.invalidate`, functio...
2014-12-10  Mike Bayer- fix up query update /delete documentation, make warnings
2014-12-09  Yuval LangerRemoving unneeded space.
2014-12-06  Mike Bayerpep8
2014-12-05  Mike Bayer- pep8
2014-12-05  Mike Bayer- pep8 cleanup
2014-11-26  Mike Bayer- Updated the :ref:`examples_versioned_history` example...
2014-11-26  Mike Bayer- formatting
2014-11-26  Jon Nelson- fix minor spelling error
2014-11-26  jonathan vanascoadded docs to clarify that sql statement is already...
2014-11-26  Mike Bayer- add an order_by here
2014-11-24  Mike Bayer- Fixed a bug in the examples/generic_assocaitions...
2014-11-13  Mike Bayer- Fixed a leak which would occur in the unsupported...
2014-11-11  Mike Bayer- Fixed issue where the columns from a SELECT embedded...
2014-11-10  Mike Bayer- we aren't changing .key behavior yet here, this is...
2014-11-10  Mike Bayer- in lieu of adding a new system of translating bound...
2014-11-05  Mike Bayer- edits to the subqueryload ordering merge
2014-11-05  Jack ZhouAdded documentation about interaction between `subquery...
2014-11-05  Mike Bayer- missing import
2014-11-05  Mike Bayer- Fixed bug regarding expression mutations which could...
2014-10-29  Mike Bayer- added new backend for pysqlcipher, as we will probabl...
2014-10-23  Mike Bayer- Fixed bug where the ON clause for :meth:`.Query.join`,
2014-10-19  Mike Bayer- repair documenation for object_session(), returns...
2014-10-19  Mike Bayer- flake8
2014-10-15  mozillazgFixed typo
2014-10-13  Mike Bayer0.9.8 rel_0_9_8
2014-10-13  Mike Bayer- additional issues fixed in mysqlconnector 2.0.1
2014-10-13  Mike Bayer- this test passes now in more recent mysqlconnector
2014-10-13  Mike Bayer- Mysqlconnector as of version 2.0, probably as a side...
2014-10-11  Mike Bayer- embedding an existing predicate into a new one only
2014-10-11  Mike Bayer- Fixed long-standing bug in Oracle dialect where bound...
2014-10-10  Mike Bayer- fix the marker here so this page can be found
2014-10-10  Mike Bayer- apply patches to correct for + sign in with_hint...
2014-10-09  Mike Bayer- Fixed bug where a fair number of SQL elements within
2014-10-07  Mike Bayer- clean up unicode docs and clarify that client_encoding
2014-10-07  Mike Bayer- adjustment for ref #3200 as we need an immutabledict...
2014-10-06  Mike Bayer- Fixed "'NoneType' object has no attribute 'concrete...
2014-10-06  Mike Bayer- The execution options passed to an :class:`.Engine...
2014-09-29  Mike Bayer- rework tests for attached databases into individual...
2014-09-29  Mike Bayer- A revisit to this issue first patched in 0.9.5, appar...
2014-09-26  Mike Bayer- flake8
2014-09-26  Mike Bayer- add explicit warning re: polymorphic_on, cascading...
2014-09-24  Mike Bayer- clarify documentation on exists() that it is preferre...
2014-09-23  Mike Bayer- flake8 all of test/ext/declarative
2014-09-19  Mike Bayer- these tests don't test anything in SQLAlchemy - from...
2014-09-18  Mike Bayer- Fixed bug that affected generally the same classes...
next