]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-02-05  Mike Bayer- [bug] Added support for using the .key
2012-02-05  Mike Bayercallcount adjust
2012-02-05  Mike Bayer- [bug] A significant change to how labeling
2012-02-04  Mike Bayer- add a warning regarding tuple.in_(), [ticket:2395]
2012-02-01  Mike Bayeraccept the symbols so recreate works
2012-02-01  Mike Bayer- [feature] Added pool_reset_on_return argument
2012-01-31  Mike Bayerfix an inadvertent abuse of variable scope
2012-01-31  Mike Bayerbreak out _save_obj(), _delete_obj(), _post_update...
2012-01-30  Mike Bayer- [bug] Scaled back the test applied within
2012-01-29  Mike Bayerattempt to use the secret weapon to force a total rebuild
2012-01-28  Mike Bayer- [bug] Improved the "declarative reflection"
2012-01-28  Mike BayerAdded tag rel_0_7_5 for changeset 667249f7b19325e1512f1...
2012-01-28  Mike Bayerget ready for release 0.7.5 rel_0_7_5
2012-01-28  Mike Bayerdeclarative reflection example
2012-01-28  Mike Bayer- [feature] New declarative reflection example
2012-01-28  Mike Bayermodernize adjacency list example, use declarative
2012-01-28  Mike Bayerfix a usage issue here
2012-01-28  Mike Bayeranother py3k fix
2012-01-28  Mike Bayermark this test as unsupported before 2.6, there's some...
2012-01-28  Mike Bayer- [feature] New reflection feature "autoload_replace";
2012-01-28  Mike Bayerfix a few py3k bugs
2012-01-28  Mike Bayerthen merge this
2012-01-28  Mike Bayer- [bug] removed an erroneous "raise" in the
2012-01-28  Mike Bayer- [feature] Dialect-specific compilers now raise
2012-01-28  Mike Bayer- [bug] Fixed bug where "merge" cascade could
2012-01-28  Mike Bayer- [bug] Fixed bug in "mock" strategy whereby
2012-01-28  Mike Bayer- [bug] Fixed issue where the "required" exception
2012-01-28  Mike Bayer- [bug] Fixed bug where unpickled object didn't
2012-01-28  Mike Bayer- [bug] Raise an exception if xyzload_all() is
2012-01-28  Mike Bayer- [bug] Fixed regression from 0.7.4 whereby
2012-01-28  Mike Bayer- [bug] Added a boolean check for the "finalize"
2012-01-28  Mike Bayer- [bug] Changed LRUCache, used by the mapper
2012-01-28  Mike Bayer- [bug] implemented standard "can't set attribute" /
2012-01-28  Mike Bayermove most tests that are specific to SessionTransaction...
2012-01-28  Mike Bayer- [bug] Fixed issue where modified session state
2012-01-26  Mike Bayertypo
2012-01-26  Mike Bayerclarify this point
2012-01-26  Mike Bayermodernize the README
2012-01-25  Mike Bayer- [bug] Added ORA-03135 to the never ending
2012-01-24  Mike Bayerplay the hg dance with pjenvey
2012-01-24  Mike Bayeradd a thing about migration tools
2012-01-24  Philip Jenveyo null check PyObject_Repr results
2012-01-24  Mike Bayerdon't need to use __builtin__ for these things, doesn...
2012-01-23  Mike Bayerfix image link
2012-01-23  Mike Bayerintegrate new readthedocs/sqla.org doc build
2012-01-23  Mike Bayerexception pickling fails on cx_oracle
2012-01-23  Mike Bayer2.4 doesn't have any()
2012-01-23  Mike Bayer- [feature] Added new capability to relationship
2012-01-23  Mike Bayer - [bug] Dropped the "30 char" limit on pymssql,
2012-01-23  Mike Bayer- [bug] Fixed large_collection.py to close the
2012-01-23  Mike Bayer - [bug] Adjusted the regexp used in the
2012-01-23  Mike Bayer- [feature] Simplified the versioning example
2012-01-22  Mike Bayermodernize/update cascade documentation, [ticket:2302]
2012-01-22  Mike Bayer- adjust the test for [ticket:2377] to be less controve...
2012-01-22  Mike Bayerfix a callcount issue here
2012-01-22  Mike Bayercouple more vars not needed outside
2012-01-22  Mike Bayer- apply the pyflakes stick to strategies.py. In partic...
2012-01-22  Mike Bayerpg8000 fix
2012-01-22  Mike Bayer- [bug] Fixed bug whereby a table-bound Column
2012-01-22  Mike Bayer- rework the test suite to make use of SkipTest for...
2012-01-22  Mike Bayer- [bug] Improved error messages when a non-string
2012-01-18  Mike Bayer- [feature] Added "false()" and "true()" expression
2012-01-18  Mike Bayer- [bug] fixed regexp that filters out warnings
2012-01-12  Mike Bayeranother serializable for [ticket:2371]
2012-01-12  Mike Bayer- [bug] ensure pickleability of all ORM exceptions
2012-01-12  Mike Bayerfurther fixes for column/table errors
2012-01-12  Mike Bayersome adjustments for py3k
2012-01-12  Mike Bayerfix failures for oursql, python 2.4
2012-01-11  Mike Bayeradd examples for multi metadata under __abstract__...
2012-01-10  Mike Bayer- Fixed regression from 0.6 whereby if
2012-01-10  Mike Bayer- [bug] Added __reduce__ to StatementError,
2012-01-08  Mike Bayersqlsoup is released separately
2012-01-08  Mike Bayerfix the gettext to be the same way sphinx-quickstart...
2012-01-08  Mike Bayerfix small update doc issue [ticket:2158]
2012-01-08  Mike Bayerthat's not a "name=0", that's a counter. so name is...
2012-01-07  Mike Bayeradd support to generate gettext
2012-01-07  Mike Bayer- [bug] the "name" of an FK constraint in SQLite
2012-01-07  Mike Bayer- [feature] query.filter() accepts multiple
2012-01-07  Mike Bayer- [bug] Fixed bug whereby event.listen(SomeClass)
2012-01-05  Mike Bayer- fix the index, [ticket:2366]
2012-01-04  Mike Bayerhappy new year
2012-01-04  Mike Bayerdate change; hook test
2012-01-04  Mike Bayeranother date update/test a hook
2012-01-04  Mike Bayerupdate date here; I know it's in every file too but...
2012-01-03  Mike Bayer- rework "sql expressions as mapped attributes" to...
2011-12-30  Mike Bayeradd a "jinja2 fallback" renderer for render_string...
2011-12-29  Mike Bayerdocument that strings are accepted with declarative...
2011-12-28  Mike Bayer- [feature] Added "class_registry" argument to
2011-12-27  Mike Bayeradd test for #2193
2011-12-25  Mike Bayerfix a whole bunch of note:: / warning:: that were inline,
2011-12-15  Mike Bayeradd a conditional here
2011-12-15  Mike Bayer- [bug] Fixed inappropriate usage of util.py3k
2011-12-11  Diana Clarkefollow the pattern set earlier in the tests
2011-12-11  Diana Clarkewhitespace pass
2011-12-11  Mike Bayer0.7.5 vers
2011-12-11  Mike Bayer - [bug] Fixed bug whereby hybrid_property didn't
2011-12-09  Mike BayerAdded tag rel_0_7_4 for changeset 5421b51a479a4c04da517...
2011-12-09  Mike Bayermake the comparable_property() example somewhat meaningful rel_0_7_4
2011-12-09  Mike Bayer- 0.7.4 prep
2011-12-09  Mike Bayershould refer to Mapper class here
next