]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-09-29  Mike Bayerpy2.4 didn't seem to like super() on an exception
2010-09-29  Mike Bayerdon't need itertools here
2010-09-29  Mike Bayer- CircularDependencyError now has .cycles and .edges
2010-09-29  Mike Bayer- add Sphinx 1.0 makefile and config options, [ticket...
2010-09-28  Mike Bayer- Fixed bug whereby columns on a mixin wouldn't propagate
2010-09-27  Mike Bayer@mapperproperty -> @declared_attr
2010-09-26  Mike Bayerfor internal link to top render #
2010-09-25  Mike Bayer- @classproperty 's official name/location for usage
2010-09-25  Mike Bayer- Fixed recursion overflow which could occur when operating
2010-09-25  Mike Bayer- fix a typo that was apparently not really impacting...
2010-09-25  Mike Bayerfix the default here
2010-09-24  Mike Bayermerge tip
2010-09-24  Mike Bayer- optimized_al doesn't need mapper extension
2010-09-24  Chris Withersmake less ficticious ;-)
2010-09-23  Mike Bayerdoc edits
2010-09-23  Mike Bayerdoc edits
2010-09-22  Mike Bayer- in depth docs about some merge() tips
2010-09-21  Mike Bayer- Query.select_from() has been beefed up to help
2010-09-21  Mike Bayeruse default dialect for compile tests
2010-09-21  Mike Bayer- the logging message emitted by the engine when
2010-09-21  Mike Bayer- Patched a case where query.join() would adapt the
2010-09-21  Mike Bayer- scoped_session emits a warning when configure() is
2010-09-20  Mike Bayer- @classproperty (soon/now @mapperproperty) takes effec...
2010-09-18  Mike Bayer- as_scalar(), label() can be called on a selectable
2010-09-18  Mike Bayer- An informative error message is raised if a Column
2010-09-18  Mike Bayer- add pk instructions for oracle
2010-09-18  Mike Bayeradd oursql to has lastrowid
2010-09-18  Mike Bayer- use "key in dict" rather than KeyError if the usual...
2010-09-17  Chris Withersd.uh
2010-09-16  Chris Withersmerge
2010-09-16  Chris Withersadd warning about dodgy use of tometadata
2010-09-16  Chris Witherstometadata now copies indexes as well
2010-09-16  Chris Withersmake sure kwargs are copied by tometadata
2010-09-16  Mike Bayer- Fixed a regression in 0.6.4 whereby the change that
2010-09-16  Mike Bayerhey lets pep-8 the setup.py file.
2010-09-16  Mike Bayer- fix test_single test to use default dialect
2010-09-15  Mike Bayerder, 0.6.4
2010-09-15  Mike Bayer- Fixed a regression in 0.6.5 which occurred if you
2010-09-15  Mike Bayermerge tip
2010-09-15  Mike Bayer- add message to documentation stating that collection...
2010-09-15  Mike Bayerremove the quick select from 0.6
2010-09-14  Mike Bayermerge tip
2010-09-14  Mike Bayer - Fixed bug that would prevent "subqueryload" from
2010-09-13  Chris Withersfix typo
2010-09-13  Mike Bayer- adjustments for test success on postgresql, mysql
2010-09-13  Mike Bayer- Fixed recursion bug which could occur when moving
2010-09-12  Mike Bayermore docs on this
2010-09-12  Mike Bayerneed this too
2010-09-12  Mike Bayerturn this test back to what it was
2010-09-12  Mike Bayermerge tip
2010-09-12  Mike Bayer- lazy loads for relationship attributes now use
2010-09-12  Mike Bayer- user-contributed .sty file now works with the latest...
2010-09-12  Mike Bayermerge tip
2010-09-12  Mike Bayer - Slight improvement to the behavior of "passive_upda...
2010-09-10  Mike Bayertypo #2
2010-09-10  Mike Bayertypo
2010-09-09  Mike Bayer- collection docs
2010-09-09  Mike Bayer- add doc pages for exceptions
2010-09-09  Mike Bayerdoc edits
2010-09-09  Mike Bayeryou'll all miss the last of the ASCII art
2010-09-08  Mike Bayeredits
2010-09-07  Mike Bayerarg, put the informix log in the wrong version
2010-09-07  Mike BayerAdded tag rel_0_6_4 for changeset 992dd2c055dcff7595369...
2010-09-07  Mike Bayer- Applied patches from [ticket:1904] to get rel_0_6_4
2010-09-07  Mike Bayer- Added a mutex to the identity map which mutexes
2010-09-07  Mike Bayeredits
2010-09-07  Mike Bayer- pending deprecation in 0.7 for the execute/scalar...
2010-09-06  Mike Bayer- Fixed FB bug whereby a column default would fail to
2010-09-06  Mike Bayerunify query.with_parent, util.with_parent, fix docs...
2010-09-06  Mike Bayerdoc updates
2010-09-06  Mike Bayermerge doc fixes from tip
2010-09-06  Mike Bayer- query.with_parent() now accepts transient objects
2010-09-06  Mike Bayermake the pooling docs less sucky
2010-09-05  Mike Bayerfixes
2010-09-05  Mike Bayermerge whatever
2010-09-05  Mike Bayernot sure why chrisw changed this but would like to...
2010-09-05  Mike Bayerdont need this
2010-09-05  Mike Bayermerge tip
2010-09-05  Mike Bayerfixup
2010-09-05  Mike Bayer - the versioning example works correctly now
2010-09-05  Mike Bayer- rewrote the "connections" section
2010-09-05  Mike Bayer- mapper _get_col_to_prop private method used
2010-09-05  Mike Bayerroughly the finished product.
2010-09-04  Mike Bayeralmost through.
2010-09-04  Mike Bayercontinued...
2010-09-04  Mike Bayerexperiment with removing the API section and putting...
2010-09-03  Mike Bayerpython 2.4
2010-09-03  Mike Bayerreduce callcounts
2010-09-03  Jason KirtlandApply more memoization to Mapper attributes & subject...
2010-09-03  Mike Bayer- AbstractType.__str__() produces the string version...
2010-08-31  Mike Bayer- a large hill to climb. Added declarative examples...
2010-08-30  Mike Bayer- The include_properties and exclude_properties arguments
2010-08-29  Mike Bayerdoc tweak
2010-08-29  Mike Bayer- The Session class is now present in sqlalchemy.orm.*.
2010-08-29  Mike Bayer- Oracle reflection of indexes has been tuned so
2010-08-29  Mike Bayerdocstring for query.correlate, [ticket:1889]
2010-08-29  Mike Bayer- Added ROWID type to the Oracle dialect, for those
2010-08-27  Mike Bayer- put a link to the wiki table config example
2010-08-26  Mike Bayer- An object that's been deleted now gets a flag
2010-08-26  Mike Bayer- remove repr() from exception assertion, so that py3k...
next