]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2008-10-25  Mike Bayercall drop
2008-10-25  Mike Bayer- When using Query.join() with an explicit clause for the
2008-10-25  Mike Bayersmall fix
2008-10-25  Mike Bayera couple of refinements
2008-10-24  Mike Bayerremove erroneous comments
2008-10-24  Mike Bayertwo more cache examples
2008-10-24  Mike Bayerauto_convert_lobs=False honored by OracleBinary, Oracle...
2008-10-24  Mike Bayer- fixed some oracle unit tests in test/sql/
2008-10-23  Mike Bayer2.4 callcounts of course go up for no apparent reason
2008-10-23  Mike Bayer- CompileTests run without the DBAPI being used
2008-10-23  Mike Bayercall count pinata party
2008-10-23  Michael TrierDemonstrate mssql url examples for the database engine...
2008-10-23  Michael TrierIncluded documentation about the defaults for create_se...
2008-10-23  Michael TrierCorrected case in mssql where binary expression has...
2008-10-22  Mike Bayer- Added more granularity to internal attribute access...
2008-10-21  Mike Bayeradd lengths to cols
2008-10-21  Mike Bayer- polymorphic_union() function respects the "key" of...
2008-10-21  Mike Bayer- added NoReferencedColumnError, common base class...
2008-10-21  Michael TrierCorrected missing declaration in the mssql dialect...
2008-10-21  Michael TrierCorrected the is_subquery() check based on recent chang...
2008-10-20  Ants AasmaSlightly changed behavior of IN operator for comparing...
2008-10-20  Michael TrierCorrected profiling expected call count down to 42...
2008-10-20  Michael TrierModifications to allow the backends to control the...
2008-10-19  Mike Bayer- Improved weakref identity map memory management to...
2008-10-19  Michael TrierVerified that Subqueries are not allowed in VALUES...
2008-10-19  Michael TrierCleaned up the create_connect_args so that it makes...
2008-10-18  Mike Bayertiny tiny speed improvements....
2008-10-18  Mike Bayercall count still goes to 131 for 2.4 despite the remova...
2008-10-18  Mike Bayer- 0.5.0rc3, doh
next