]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-02-09  Mike Bayer- Literal values within a :class:`.DefaultClause`,...
2015-02-09  Mike Bayer- remove meaningless assignment
2015-02-09  Mike Bayer- test + changelog
2015-02-09  Mike BayerMerge remote-tracking branch 'origin/pr/147' into pr147
2015-02-09  Mike Bayer- add versionadded for service_name
2014-10-30  Malthe BorchIt's the 'kwargs' which are iterable, not 'keys'
2014-10-29  Mike Bayer- added new backend for pysqlcipher, as we will probabl...
2014-10-26  Mike Bayerchangelog
2014-10-26  jlgoldb2changed connnection to connection
2014-10-23  Mike Bayertypo
2014-10-23  Mike Bayermove this into behavioral changes
2014-10-23  Mike Bayer- Fixed bug in single table inheritance where a chain...
2014-10-23  Mike Bayer- Fixed bug where the ON clause for :meth:`.Query.join`,
2014-10-21  Mike Bayer- changelog for pullreq github:139
2014-10-21  Mike BayerMerge remote-tracking branch 'origin/pr/139' into pr139
2014-10-21  Mike Bayer- changelog
2014-10-21  Mike BayerMerge remote-tracking branch 'origin/pr/137' into pr137
2014-10-19  Mike Bayer- Reversing a change that was made in 0.9, the "singlet...
2014-10-19  Mike Bayer- Fixed bug where :meth:`.Session.expunge` would not...
2014-10-19  Mike Bayer- control the module name of the exception here for...
2014-10-19  Mike Bayer- for #3230, scale back the check to only look at colum...
2014-10-19  Mike Bayer- A warning is emitted in the case of multiple relation...
2014-10-19  Mike Bayer- flake8
2014-10-17  Mike Bayer- Exception messages have been spiffed up a bit. The...
2014-10-17  Mike Bayerpep8
2014-10-16  Mike Bayer- The :meth:`.Query.update` method will now convert...
2014-10-16  Mike Bayer- fix imports
2014-10-15  mozillazgFixed typo
2014-10-14  Mike Bayer- Improvements to the mechanism used by :class:`.Sessio...
2014-10-14  Mike Bayer- move BindTest into orm/test_binds
2014-10-14  Mike Bayer- The ``__module__`` attribute is now set for all those...
2014-10-13  Mike Bayer- merge 0.9.8 release date
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-12  Mike Bayer- the test_except test was doing an unnecessary workaro...
2014-10-12  Mike Bayer- roll back part of pr 140 to get exception wrapping...
2014-10-12  Mike BayerMerge remote-tracking branch 'origin/pr/140' into pr140
2014-10-11  Mike Bayeradd more order by here
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-11  Mike Bayer- change this literal so that the bound name doesn...
2014-10-10  Mike Bayer- :meth:`.Insert.from_select` now includes Python and...
2014-10-10  Mike Bayer- apply patches to correct for + sign in with_hint...
2014-10-10  Mike Bayer- add a migration note for ref #3222
2014-10-10  Mike Bayer- The ON clause rendered when using :meth:`.Query.join`,
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-10-04  Mike Bayer- move some things that are features to the features
2014-10-04  Mike Bayer- use provide_metadata for new unique constraint /...
2014-10-04  Mike BayerMerge branch 'reflect-unique-constraints' of https...
2014-10-04  Mike Bayer- changelog, migration for pr github:134
2014-10-04  Mike BayerMerge remote-tracking branch 'origin/pr/134' into pr134
2014-10-03  ndparkeradd simple tests for new name argument for Table.tometa...
2014-10-02  ndparkercleanup exception handling - use new exception hierarch...
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-27  Mike Bayer- cyclomatic complexity; break up visit_select, goes...
2014-09-27  Mike Bayer- cyclomatic complexity: _get_colparams() becomes sql...
2014-09-27  Mike Bayer- cyclomatic complexity: _join_condition goes from...
2014-09-27  Mike Bayer- cyclomatic complexity: instrument_class goes from...
2014-09-27  Mike Bayer- cyclomatic complexity; break up reflecttable(), goes...
2014-09-27  Mike Bayer- repair autorollback for branches
2014-09-26  Mike Bayer- Fixed bug where a "branched" connection, that is...
2014-09-26  Mike Bayer- Fixed bug where a "branched" connection, that is...
2014-09-26  Mike Bayer- add explicit warning re: polymorphic_on, cascading...
2014-09-26  Mike Bayercomments
2014-09-26  Mike Bayer- "column already assigned" message has been updated...
2014-09-26  Mike Bayer- refactor of declarative, break up into indiviudal...
2014-09-26  Mike Bayer- convert to spaces
2014-09-24  Mike Bayer- clarify documentation on exists() that it is preferre...
2014-09-23  ndparkerimprove exception vs. exit handling
2014-09-23  ndparkerallow Table.tometadata changing the table name
2014-09-23  Mike Bayer- flake8 all of test/ext/declarative
2014-09-23  Mike Bayer- The :mod:`sqlalchemy.ext.automap` extension will...
2014-09-23  Mike Bayerpep8/flake8
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...
2014-09-18  Mike Bayerfix test
2014-09-18  Mike Bayer- Fixed an unlikely race condition observed in some...
2014-09-18  Mike Bayer- Fixed bug that affected many classes of event, partic...
2014-09-18  Mike Bayer- Added new method :meth:`.Select.with_statement_hint...
2014-09-17  Mike Bayer- Added support for the Oracle table option ON COMMIT...
2014-09-17  Johannes ErdfeltReflect unique constraints when reflecting a Table...
2014-09-17  Mike Bayer- not sure what this is testing but remove the self...
2014-09-17  Mike Bayer- we can start checking these flake rules
2014-09-17  Mike Bayer- changelog for #3203; fixes #3203
2014-09-17  Mike BayerMerge branch 'sqlite-temp-table-reflection' of https...
2014-09-17  Mike Bayer- Added :meth:`.Inspector.get_temp_table_names` and
2014-09-17  Mike Bayer- move this to the correct location
2014-09-17  Mike Bayer- comment this out (again)
2014-09-17  Mike BayerMerge branch 'pr128'
2014-09-17  Mike Bayer- repair get_foreign_table_names() for PGInsp/dialect...
2014-09-17  Mike Bayerkeep this off for the moment as jenkins isn't set up...
2014-09-17  Mike Bayer- the actual round trip requires password authent set...
2014-09-17  Johannes ErdfeltHandle sqlite get_unique_constraints() call for tempora...
2014-09-16  Mike Bayer- Fixed the version string detection in the pymssql...
next