]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-12-20  Michael TrierCorrected ColumnsTest for mssql's new explicit nullabil...
2008-12-19  Mike Bayerremoved the "create_execution_context()" method from...
2008-12-19  Mike Bayermore platform neutral way of getting at 'buffer'
2008-12-19  Mike Bayermissed an ordering on a set. attempting to nail down...
2008-12-19  Mike Bayerand try again
2008-12-19  Mike Bayer2.4 doesnt have hashlib....
2008-12-18  Mike Bayer*most* py3k warnings are resolved, with the exception...
2008-12-18  Mike Bayermerge the test/ directory from -r5438:5439 of py3k_warn...
2008-12-18  Mike Bayermerged -r5299:5438 of py3k warnings branch. this fixes...
2008-12-18  Jason Kirtlanddynamic_loader() accepts query_class= to mix in user...
2008-12-18  Jason KirtlandAssociation proxies no longer cloak themselves at the...
2008-12-18  Mike Bayer- Query() can be passed a "composite" attribute
2008-12-18  Mike Bayerdocument ConnectionProxy
2008-12-17  Mike Bayer- _execute_clauseelement() goes back to being
2008-12-17  Mike Bayer- sqlite types
2008-12-17  Mike Bayer- Fixed bug where many-to-many relation() with
2008-12-17  Mike Bayer- added sphinx handler to allow __init__ methods through
2008-12-17  Gaëtan de Mentenpolymorphic_fetch is deprecated. Mark it so in the...
2008-12-15  Mike Bayerok we need find_packages. fine.
2008-12-15  Mike Bayercorrections
2008-12-15  Mike Bayerremoved dependencies on setuptools. distutils will...
2008-12-12  Michael TrierCorrected output on docs and a missing {stop} that...
2008-12-12  Michael TrierSupport for three levels of column nullability: NULL...
2008-12-12  Michael TrierModified fails_on testing decorator to take a reason...
2008-12-12  Michael TrierCorrected and verified a few more mssql tests.
2008-12-12  Michael TrierBroke out a specific values test and indicated that...
2008-12-11  Mike Bayer- turn __visit_name__ into an explicit member.
2008-12-11  Jason KirtlandIndex entries for thread safety.
2008-12-11  Michael TrierAnd now for the CHANGES.
2008-12-11  Michael TrierCorrected problem with bindparams not working properly...
2008-12-11  Michael TrierWe don't need two of these.
2008-12-11  Michael TrierAccess doesn't support savepoints or two-phase commit.
2008-12-11  Michael TrierImplemented experimental savepoint support in mssql...
2008-12-11  Mike Bayerfix circular import
2008-12-11  Mike Bayer- Connection.invalidate() checks for closed status
2008-12-11  Mike Bayer- PickleType now favors == comparison by default,
2008-12-11  Mike Bayer- fixed string-based "remote_side", "order_by" and
2008-12-10  Mike Bayer- VERSION moves just as a string in __version__
2008-12-10  Mike Bayer- first() works as expected with Query.from_statement().
2008-12-10  Mike Bayer- reworked the "SQL assertion" code to something more...
2008-12-09  Mike Bayerdont use names to find Annotated subclasses
2008-12-08  Mike Bayer- restored the previous API Reference structure
2008-12-08  Mike Bayerfix typos
2008-12-08  Mike Bayer- removed redundant declarative docs
2008-12-08  Gaëtan de Mentenfurther fix that docstring
2008-12-08  Gaëtan de Mentenfixed invalid docstring example
2008-12-08  Mike Bayer- restored the main search form
2008-12-07  Mike Bayer- moved index.rst around to have the API docs right...
2008-12-07  Mike Bayerworked schema into sections
2008-12-07  Mike Bayer- convert __init__ and :members: to be compatible with...
2008-12-07  Gaëtan de Mentenfix typos
2008-12-07  Mike Bayerdocumented onupdate, partially documented server_onupdate
2008-12-07  Mike Bayer- re-documented Table and Column constructors, fixed...
2008-12-07  Jason KirtlandAdjusted basis for refs.
2008-12-06  Mike Bayer- removed creepy exec call for now
2008-12-06  Mike Bayerneed to use absolutes for these, otherwise its dictiona...
2008-12-06  Mike Bayer- postgres docstring
2008-12-06  Jason KirtlandEnabled sphinx doctests.
2008-12-06  Mike Bayerremove old files
2008-12-06  Mike Bayer- merged -r5338:5429 of sphinx branch.
2008-12-06  Mike Bayer- union() and union_all() will not whack
2008-12-05  Mike Bayer- Adjusted the format of create_xid() to repair
2008-12-03  Mike Bayer- Query.with_polymorphic() now accepts a third
2008-12-03  Mike Bayer- Two fixes to help prevent out-of-band columns from
2008-12-03  Mike Bayer- Using the same ForeignKey object repeatedly
2008-12-03  Mike Bayer- Fixed bug introduced in 0.5rc4 involving eager
2008-12-03  Michael TrierModified the docstring for Session.add() with lots...
2008-12-02  Ants Aasmamade Session.merge cascades not trigger autoflush
2008-12-01  Mike Bayer- Improved mapper() check for non-class classes.
2008-12-01  Mike Bayerpropagate docstrings for column/fk collections
2008-11-27  Mike Bayer- fixed "double iter()" call causing bus errors
2008-11-26  Michael TrierRefactored the entity setup code in Query so that it...
2008-11-26  Michael TrierA few more order_by statements added to the tests in...
2008-11-25  Mike Bayer- Duplicate items in a list-based collection will
2008-11-24  Mike Bayerdeprecated CompositeProperty 'comparator' which is now
2008-11-24  Mike Bayerone more select_table...
2008-11-24  Mike Bayer- comparator_factory is accepted by all MapperProperty...
2008-11-22  Mike Bayer- Extra checks added to ensure explicit
2008-11-22  Mike Bayer- Tickets [ticket:1200].
2008-11-22  Mike Bayerprevent extra nested li items from becoming tiny
2008-11-22  Mike Bayer- Fixed the import weirdness in sqlalchemy.sql
2008-11-21  Mike Bayer- Comparison of many-to-one relation to NULL is
2008-11-21  Mike Bayer- Added NotImplementedError for params() method
2008-11-18  Mike Bayer- the "passive" flag on session.is_modified()
2008-11-17  Mike Bayerr5281 knocked down callcounts in 2.5..
2008-11-16  Mike Bayer- Query.select_from(), from_statement() ensure
2008-11-14  Mike Bayer- bump, this may become 0.5.0
2008-11-14  Mike Bayernotes on tuning rel_0_5rc4
2008-11-14  Mike Bayer- switched session.save() to session.add() throughout...
2008-11-14  Michael TrierPulled out values test that uses boolean evaluation...
2008-11-14  Michael TrierFixed a problem with the casting of a zero length type...
2008-11-14  Michael TrierFixed up a lot of missing order_by statements in the...
2008-11-14  Michael TrierThe str(query) output is also correct on the mssql...
2008-11-13  Mike Bayer- Rearranged the `load_dialect_impl()` method in
2008-11-12  Mike Bayer- Can now use a custom "inherit_condition" in
2008-11-12  Michael TrierCorrected mssql schema named subqueries from not proper...
2008-11-12  Michael TrierDoing my part-time editorial duties. Normalized session...
2008-11-11  Mike Bayerremove errant pdb.set_trace()
2008-11-11  Mike Bayer- Adjustments to the enhanced garbage collection on
2008-11-10  Jason KirtlandQuashed import sets deprecation warning on 2.6.. not...
next