]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-05-02  Mike Bayergambit's patch to add DISTINCT ON
2006-04-29  Mike Bayeradded 'supports', 'unsupports' decorators to unittests...
2006-04-29  Mike Bayermore work on types. this is the simplest implementatio...
2006-04-29  Mike Bayer*another* big types change....the old way was still...
2006-04-28  Mike Bayerfix for [ticket:169], moves the creation of "default...
2006-04-28  Mike Bayerfix to subquery parens
2006-04-27  Mike Bayerthe latest and greatest method to keep attributes from...
2006-04-26  Mike Bayercommented out default schema name check
2006-04-26  Mike Bayerlocaltime/localtimestamp dont seem to need the undersco...
2006-04-26  Mike Bayeradded unittest to verify eager loads refresh expired...
2006-04-24  Mike Bayerremoved a "swap" from the lazy binary clause. added...
2006-04-24  Mike Bayerlazyload clause calculation uses anonymous keynames...
2006-04-23  Jonathan LaCourGot the unit tests running again, apart from the two...
2006-04-23  Mike Bayeradded temporary option "construct_new" to mapper which...
2006-04-21  Mike Bayersome cleanup
2006-04-21  Mike Bayeradded extend() to historyarrayset
2006-04-20  Jonathan LaCourUpdates to ActiveMapper contributed by Gabriel Jacobo...
2006-04-19  Mike Bayerwhat a strange thing to not be in there....
2006-04-19  Mike Bayerfixed up expunge() and the continuing circular refs...
2006-04-19  Mike Bayergot circular many-to-many relationships to work
2006-04-18  Mike Bayermapper will verify class inheritance scheme; also will...
2006-04-17  Mike Bayeradded cgi parser for url key/value connect strings...
2006-04-17  Mike Bayerfix for [ticket:158] regarding translate row
2006-04-17  Mike Bayeradded _get_from_obj to TypeClause
2006-04-16  Mike Bayera new batching algorithm for the topological sort
2006-04-14  Mike Bayerhad to take out the "treeification" of the dependency...
2006-04-12  Mike Bayer0.1.6... rel_0_1_6
2006-04-11  Mike Bayer0.1.6 prep
2006-04-11  Mike Bayeradded a failing unittest for inheriting mappers with...
2006-04-11  Mike Bayeradded patch for mxDateTime support, [ticket:5], courtes...
2006-04-10  Mike Bayerlatest from j. ellis...
2006-04-10  Mike Bayermore files moving to .txt format plus enhancements...
2006-04-08  jeffAdded preliminary support for inheritance.
2006-04-07  Mike Bayerinstall_mod can take strings or module items
2006-04-07  Mike Bayerpool argument adjusts for DBProxy/Pool
2006-04-07  Mike Bayera little spring cleaning for the util package, etc
2006-04-06  Mike Bayersplit up Session into Session/LegacySession, added...
2006-04-06  Mike Bayermapper's querying facilities migrated to new query...
2006-04-06  Mike Bayerthe __iter__ method on historyarraylist seemed to get...
2006-04-06  Mike Bayeradded explicit "session" argument to get(), select_wher...
2006-04-06  Mike Bayerthis assertion not really needed, esp. if a PickleType...
2006-04-06  Mike Bayeradded pickle test
2006-04-06  Mike Bayerthe ultimate "hands off" approach to the object's dicti...
2006-04-06  Mike Bayermoves the binding of a TypeEngine object from "schema...
2006-04-04  Mike Bayerfactored oid column into a consistent late-bound patter...
2006-04-04  Robert LeftwichAdded cast() to allow use of cast(tbl.c.col as Numeric...
2006-04-03  Mike Bayerput proper return type
2006-04-03  Mike Bayeradjustments to auto-table-aliasing logic (R. Morrison)
2006-04-03  Mike Bayeradded a unit test for the "version_id" keyword argument...
2006-04-03  Mike Bayerupdate
2006-04-03  Mike Bayeradded 'entity_name' keyword argument to mapper. a...
2006-04-03  Mike Bayerattributes overhaul #2 - attribute manager now tracks...
2006-04-03  Mike Bayerfurther order_by: order_by() with no arguments should...
2006-04-03  Mike Bayerack, fixes to the order by stuff from last night
2006-04-03  Mike BayerDOH !
2006-04-03  Mike Bayerstill tryin to clarify....
2006-04-03  Mike Bayeradded to_selectable() onto ColumnClause to simplify...
2006-04-03  Mike Bayermade order_by/group_by construction a little more simpl...
2006-04-03  Mike Bayeradded a type to label....
2006-04-03  Mike Bayerconverted to markdown, added MS-SQL
2006-04-03  Mike Bayermerged Rick Morrison / Runar Petursson's MS-SQL module...
2006-04-02  Mike Bayerextra sql statements...
2006-04-02  Mike Bayergot SQL blocks to work with markdown system, other...
2006-04-02  Mike Bayerfixed reset_history method when applied to an attribute...
2006-04-02  Mike Bayerfix to oeprator test for new parenthesized rules
2006-04-02  Mike Bayeradded "parenthesis" check on binary clauses referencing...
2006-04-01  Mike Bayercleanup of attributes, better naming, added weak refere...
2006-03-31  Mike Bayersecond assertion
2006-03-31  Mike Bayeradded unit test for the old commit that was in [changes...
2006-03-31  Mike Bayeradded for_update flag to Select/CompoundSelect
2006-03-31  Mike Bayeradjustments...
2006-03-31  Mike Bayertweak...
2006-03-31  Mike Bayergot install_mods to work
2006-03-31  Mike Bayerintroducing...the mods package ! the SelectResults...
2006-03-31  Mike Bayerstarting to refactor mapper slightly, adding entity_nam...
2006-03-31  Mike Bayerwow, __len__ is a real disaster when combined with...
2006-03-31  Mike BayerJonas Borgström's fantastic SelectRsults patch that...
2006-03-28  Mike Bayerfixed default example
2006-03-28  Mike Bayerfixed "DISTINCT" spelling
2006-03-27  Mike Bayerd rel_0_1_5
2006-03-27  Mike Bayertweak to mapper to allow inheritance on the same table.
2006-03-27  Mike Bayerbackrefs on cyclical relationships were breaking for...
2006-03-27  Mike Bayer0.1.5 prep
2006-03-27  Mike Bayerremoved..
2006-03-26  Mike Bayeradded always_refresh flag. when the mapper loads rows...
2006-03-26  Mike Bayerrework to expire() to make it smarter. when you expire...
2006-03-26  Mike Bayerfixed pickle example, its standard anyway....
2006-03-26  Mike Bayercolumn label generation checks for a conflict against...
2006-03-26  Mike Bayerimproved translation of rows when proxying rows from...
2006-03-26  Mike Bayera cool example that illustrates vertical table storage...
2006-03-26  Mike Bayerexcept it fails a unit test. OK, make it ia KeyError
2006-03-26  Mike Bayerutil: the __setitem__ method on historyarraylist was...
2006-03-25  Mike Bayerremoved circular loop in creating new list elements...
2006-03-25  Mike Bayerremoved all "tablename + '_' + columname" code and...
2006-03-25  Mike Bayeradded *args **kwargs pass-thru to transaction()
2006-03-25  Mike Bayermethod add
2006-03-25  Mike Bayeradded expire/refresh/expunge to assign_mapper
2006-03-25  Mike Bayerah well the overflow doesnt work
2006-03-25  Mike Bayerdev
2006-03-25  Mike Bayerdev
next