]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2008-11-10  Mike Bayer- converted some more attributes to @memoized_property...
2008-11-10  Mike Bayer- Restored "active rowcount" fetch before ResultProxy
2008-11-10  Mike Bayer- Restored NotImplementedError on Cls.relation.in_()
2008-11-10  Michael TrierHandle the mssql port properly. If we're using the...
2008-11-10  Michael TrierFlagged another transaction test as causing mssql to...
2008-11-10  Michael TrierCorrected issue with decimal e notation that broke...
2008-11-10  Michael TrierIf there's a zero offset with mssql just ignore it.
2008-11-10  Michael TrierCorrected problem in access dialect that was still...
2008-11-09  Mike Bayerflattened _get_from_objects() into a descriptor/class...
2008-11-09  Mike Bayer- Removed the 'properties' attribute of the
2008-11-09  Mike Bayer- Query.count() has been enhanced to do the "right
2008-11-09  Michael TrierCorrected problems with Access dialect. Corrected issue...
2008-11-09  Michael TrierGlobal propigate -> propagate change to correct spellin...
2008-11-09  Michael TrierCorrected problems with reflection on mssql when dealin...
2008-11-08  Mike Bayerusage docstring for pool listener
2008-11-08  Mike Bayer- Query.count() and Query.get() return a more informative
2008-11-08  Mike Bayerremoved setup_instance() from the public API
2008-11-08  Michael TrierFixed E notation problem in mssql. Closes #1216.
2008-11-08  Michael TrierCorrected a lot of mssql limit / offset issues. Also...
2008-11-07  Mike Bayerdocstring updates
2008-11-07  Mike Bayerdocstring fix
2008-11-07  Mike Bayer- added serializer docs to plugins.txt rel_0_5rc3
2008-11-07  Mike Bayer- Fixed bug preventing declarative-bound "column" objects
2008-11-07  Mike Bayerformatting
2008-11-07  Mike Bayer- zoomark adjustments
2008-11-07  Mike Bayeravoid some often unnecessary method calls. i think...
2008-11-07  Mike Bayerthe @memoized_property fairy pays a visit
2008-11-07  Mike Bayer- Repaired the table.tometadata() method so that a...
2008-11-06  Mike Bayer- Fixed bug in Query involving order_by() in conjunctio...
2008-11-06  Martijn Faassenadd two new hooks for bulk operations to SessionExtension:
2008-11-05  Mike Bayer- Fixed bug in composite types which prevented a primar...
2008-11-05  Mike Bayer- Dialects can now generate label names of adjustable...
2008-11-04  Jason KirtlandTiny fix to test setup logic.
2008-11-04  Mike Bayer- Simplified the check for ResultProxy "autoclose witho...
2008-11-04  Mike Bayer- added 'EXPLAIN' to the list of 'returns rows', but...
2008-11-03  Jason KirtlandAdded a label for pg.
2008-11-03  Mike Bayer- Fixed bug when using multiple query.join() with an...
2008-11-03  Mike Bayer- Improved the behavior of aliased() objects such that...
2008-11-03  Mike Bayerupdate call count
2008-11-03  Jason KirtlandAdded tests for Query.scalar(), .value() [ticket:1163]
2008-11-02  Jason KirtlandFixed assoc proxy examples [ticket:1191]
2008-11-02  Mike Bayerrevert r5220 inadvertently committed to trunk
2008-11-02  Mike Bayerprogress so far
2008-11-02  Michael TrierCorrected some ordering issues with tests.
2008-11-02  Mike Bayer- mapper naming/organization cleanup
2008-11-02  Mike Bayerpep8 stuff
2008-10-31  Mike Bayer- util.flatten_iterator() func doesn't interpret string...
2008-10-30  Mike Bayerthe recent change to garbage collection of InstanceStat...
2008-10-29  Michael TrierAdded documentation for the MetaData.sorted_tables...
2008-10-29  Michael TrierCorrected method documentation for MetaData.drop_all().
2008-10-29  Jonathan Ellisallow repr to leave stuff as unicode. I can't think...
2008-10-28  Jason KirtlandAccept USING as a prefix or postfix modifer when reflec...
2008-10-28  Michael TrierCorrects an import error when using echo_uow. Fixes...
2008-10-28  Jonathan Ellisfix #821
2008-10-28  Mike Bayer- added some abstraction to the attributes.History...
2008-10-28  Michael TrierUpdated UOWEventHandler so that it uses session.add...
2008-10-28  Michael TrierCorrected typo in Types docs.
2008-10-28  Michael TrierMysql no longer expects include_columns to be specified...
2008-10-27  Jason KirtlandFixed mysql FK reflection for the edge case where a...
2008-10-27  Jonathan Ellisr/m wildcard imports. fixes #1195
2008-10-26  Mike Bayer- InstanceState object now removes circular references to
2008-10-25  Mike Bayer- moved _FigureVisitName into visitiors.VisitorType...
2008-10-25  Mike Bayercall drop # 2
next