]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-03-04  Mike Bayeryikes, print statement !
2013-03-04  Mike Bayer- this assertion moves out to configure_mappers() now
2013-03-04  Mike Bayerfix non2.5 compat @property usage
2013-03-03  Mike Bayerdont need this conditional here
2013-03-03  Mike Bayer- Improved checking for an existing backref name confli...
2013-03-03  Mike BayerCan set/change the "cascade" attribute on a :func:...
2013-03-02  Mike Bayerskip this test for PG, jenkins having failures only...
2013-03-02  Mike Bayer- add support for introductory notes following .. chang...
2013-03-02  Mike Bayer- :meth:`.MetaData.create_all` and :meth:`.MetaData...
2013-03-02  Mike Bayercleanup
2013-03-02  Mike Bayer- some linter cleanup, though have disabled the newer...
2013-03-02  Mike Bayermerge 0.7 changelog
2013-03-02  Mike Bayermerge from 0.8
2013-03-02  Mike Bayer- Fixed an import of "logging" in test_execute which...
2013-02-27  Mike Gilberttest_execute: import logging.handlers to fix AttributeError
2013-02-26  Mike Bayermerge default
2013-02-26  Mike Bayertypo
2013-02-26  Mike Bayermerge default
2013-02-26  Mike Bayer- A clear error message is emitted if an event handler
2013-02-25  Mike BayerDetection of a primary key change within the process
2013-02-25  Mike Bayerthis step is not needed
2013-02-24  Mike Bayermerge default
2013-02-24  Mike Bayer- repair "map to selectable" example, place a caveat...
2013-02-21  Mike Bayermove this test to have its own data, avoid FK violations
2013-02-20  Mike Bayer- Added new helper function :func:`.was_deleted`, retur...
2013-02-20  Mike Bayer- pep8 cleanup
2013-02-18  Mike Bayermerge default
2013-02-18  Mike Bayerlink to flushing
2013-02-18  Mike Bayermerge default
2013-02-18  Mike Bayeradd a link here
2013-02-14  Mike Bayer- fix to PDF generation failing totally, latex tools...
2013-02-12  Mike Bayermerge default
2013-02-12  Mike Bayersee also for session commit, rollback
2013-02-09  Mike Bayermerge default
2013-02-09  Mike Bayerengines
2013-02-09  Mike Bayermerge default
2013-02-09  Mike Bayerstart putting "toplevel" back in as interphinx can...
2013-02-08  Mike BayerThe cx_oracle dialect will no longer run the bind param...
2013-02-08  Mike BayerFixed bug whereby :meth:`.Query.yield_per` would set...
2013-02-08  Mike Bayer- encourage requirements to be in the dialect module,
2013-02-08  Mike Bayermerge default
2013-02-08  Mike Bayer0.7.10 release date
2013-02-07  Mike Bayer- fix exclusion here
2013-02-07  Mike Bayerport numeric tests to dialect suite
2013-02-07  Mike Bayer- adding in requirements
2013-02-06  Mike Bayer- add support for pulling in an external requirements...
2013-02-06  Mike Bayer- cleanup HasSequence and move it to test_sequences
2013-02-06  Mike Bayer- add an explicit test for sequences "optional"
2013-02-06  Mike Bayer- add an "empty_inserts" requirement target plus a...
2013-02-06  Mike Bayer- revert mistaken checkin
2013-02-06  Mike Bayer- need autoincrement here
2013-02-03  Mike Bayerchangelog
2013-02-03  Mike BayerFixed the consideration of the ``between()`` operator
2013-02-03  Mike BayerFixed a bug regarding column annotations which in parti...
2013-02-03  Mike Bayercleanup and pep8
2013-02-02  Mike Bayermore egregious long lines
2013-02-02  Mike Bayerwhack more long lines in very old docstrings
2013-02-02  Mike Bayerformatting
2013-02-02  Mike BayerAdded a conditional import to the ``gaerdbms`` dialect...
2013-02-02  Mike Bayerchangelog for 0.7
2013-02-02  Mike Bayermerge default
2013-02-02  Mike Bayerclean up ordering list docs, [ticket:2557]
2013-02-02  Mike Bayerfix markup
2013-02-02  Mike BayerThe :meth:`.ColumnOperators.in_` operator will now...
2013-02-02  Mike Bayermerge default
2013-02-02  Mike BayerAdded a new argument to :class:`.Enum` and its base
2013-02-02  Mike Bayerversion bump
2013-01-28  Mike Bayermerge default
2013-01-28  Mike Bayer- add full docs for like()/ilike()
2013-01-28  Mike Bayeradd any/all to __all__
2013-01-28  Mike Bayer- documentation for any()/all()
2013-01-28  Audrius KažukauskasAdd ANY/ALL construct support for PostgreSQL's ARRAY...
2013-01-27  Mike Bayer- use SQL constructs here for databases that need to...
2013-01-27  Mike BayerFixed bug where :meth:`.Table.tometadata` would fail...
2013-01-26  Taavi BurnsFixing a code block in the PostgreSQL base dialect...
2013-01-25  Mike Bayer#2629
2013-01-25  Mike Bayermerge default
2013-01-25  Mike Bayerthe consideration of a pending object as
2013-01-21  Mike BayerFixed the (most likely never used) "@collection.link...
2013-01-21  Mike BayerMerged in lerks/sqlalchemy (pull request #36)
2013-01-21  Mike Bayer- Made some fixes to the system of producing custom...
2013-01-21  Mike Bayerclean all pep8 warnings
2013-01-20  Mike Bayermerge default
2013-01-20  Mike Bayer- replace mssql_ordering with generalized #695 solution
2013-01-20  Mike BayerMerged in dharland/sqlalchemy (pull request #35)
2013-01-19  Mike Bayermerge default
2013-01-17  Taavi BurnsRemoves an errant space character that caused a newline...
2013-01-17  Mike Bayerfix incorrect quoting in mysql indexes
2013-01-17  Mike Bayermerge default
2013-01-17  Mike Bayer- fix a format issue in the create index
2013-01-17  Audrius KažukauskasMutableDict.__delitem__ should require only 'key' argument
2013-01-17  Mike Bayer- "postgres_where" has been removed
2013-01-17  Mike Bayer:class:`.Index` now supports arbitrary SQL expressions...
2013-01-17  Mike Bayer- preparing for #695, modernize constraint/index tests
2013-01-16  Luca WehrstedtFix the collection.link decorator
2013-01-14  Derek HarlandAdd mssql_include option for mssql dialect
2013-01-14  Derek HarlandAdd mssql_ordering option for mssql dialect
2013-01-14  Derek HarlandAdd mssql_clustered option for mssql dialect
2013-01-13  Mike BayerAdded a py3K conditional around unnecessary .decode()
2013-01-12  Mike Bayermerge default
next