]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2006-03-25  Mike Bayerdoc dev...
2006-03-25  Mike Bayerdoc dev
2006-03-25  Mike Bayerdoc devel
2006-03-25  Mike Bayerupdate to types doc
2006-03-25  Mike BayerResultProxy has an iterator interface
2006-03-25  Mike Bayergot some support for mapping to a select that only...
2006-03-25  Mike Bayeradded check in SessionTrans.begin() that the underlying...
2006-03-25  Mike Bayeradded expunge() method to objectstore
2006-03-24  Mike Bayeradded overrideable managed_attribute_dict() function...
2006-03-24  Mike Bayersome more tweaks to get more advanced polymorphic stuff...
2006-03-23  Mike Bayeradded explicit "convert date types to a string in bind...
2006-03-23  Mike Bayeradded oracle8 test target, sets use_ansi to false
2006-03-23  Mike Bayeranother adjustment...
2006-03-23  Mike Bayersome adjustments to oracle non-ansi join concatenation...
2006-03-22  Mike Bayeradded some extra traversal for one-to-many/many-to...
2006-03-22  Mike Bayerremoved print
2006-03-22  Mike Bayerfixed oracle's efforts to get an ORDER BY for its ROW...
2006-03-22  Mike Bayeradded Mapper class to the docstrings
2006-03-22  Mike Bayeradded some references to selectfirst
2006-03-22  Mike Bayeradded "nest_on" option for Session, so nested transacti...
2006-03-22  Mike Bayeradded unit test to test proper construction of lazy...
2006-03-21  Mike Bayerfixed lazy clause construction to go off...you guessed...
2006-03-21  Mike Bayeradded "name" back to FromClause
2006-03-21  Mike Bayera few changes to attributes.py to allow faster initiali...
2006-03-21  Mike Bayera refactoring to the EagerLoaders' _instance method...
2006-03-20  Mike Bayera few tweaks and the polymorph example can also use...
2006-03-19  Mike Bayerprint remove
2006-03-19  Mike Bayeradded size limit on test BLOB since mysql has a configu...
2006-03-19  Mike Bayergot dilbert to be properly modified....
2006-03-19  Mike Bayeradded distinct() function to column elements for "DISTI...
next