]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-03-09  Mike Bayerclosing out 0.1 maint. rel_0_1 bb_old/rel_0_1
2006-05-25  Mike Bayer0.1 maintenance branch
2006-05-24  Mike Bayeradded explicit check for "==null()" to produce IS NULL...
2006-05-23  Mike Bayeranonymous indexes use column._label to avoid name colli...
2006-05-23  Mike Bayerhypothetical (failing) test for primary key selection...
2006-05-23  jralstonImplemented the changes from ticket 94
2006-05-18  Mike Bayerc. martinez' fix to slicing logic
2006-05-16  Mike Bayertypo fix
2006-05-15  Mike Bayerrick morrison's CASE statement + unit test
2006-05-15  Mike Bayerversion id...
2006-05-15  Mike Bayertitle change
2006-05-15  Mike Bayerremoved .logo style
2006-05-15  Mike Bayerextra unicode tests
2006-05-12  Mike Bayeradded pre-compiled docstring support
2006-05-12  Mike Bayeradded != support for None -> foo IS NOT NULL
2006-05-06  Mike Bayerhad unicode check improperly placed
2006-05-05  Mike Bayergot removed somehow
2006-05-05  Mike Bayeradded __mod__ type rel_0_1_7
2006-05-05  Mike Bayerfixed a _get_criterion mismatch, cleaned up types ...
2006-05-05  Mike Bayeradded from_obj option to select()
2006-05-05  Mike Bayerfixed HAVING/ORDER BY order, 0.1.7 prep
2006-05-04  Mike Bayersave_obj/delete_obj need to specify column types to...
2006-05-03  Mike Bayerforeignkey checks for unicode incoming string
2006-05-03  Mike Bayer"order_by" parameter propigated to inheriting mappers
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...
next