]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-07-17  Mike Bayersome cleanup on session/uow interaction, check for...
2006-07-14  Mike Bayersome cascade tweaks
2006-07-14  Mike Bayerdeferred column load could screw up the connection...
2006-07-14  Mike Bayeroverhaul to schema, addition of ForeignKeyConstraint/
2006-07-14  Jonathan LaCourActiveMapper now supports autoloading of column definit...
2006-07-13  Mike Bayer$-># for install prompt
2006-07-13  Mike BayerDB connection errors wrapped in DBAPIErrors
2006-07-13  Mike Bayeradded count/count_by to assignmapper, plus a test in...
2006-07-13  Mike Bayerfixed up boolean datatype for sqlite, mysql, ms-sql
2006-07-12  Mike Bayerstill having mappers not getting compiled...sigh...
2006-07-12  Mike Bayerprimary key identifier is a list now, not param list...
2006-07-12  Mike Bayerclarified passivedefault only for INSERT, added brief...
2006-07-11  Mike Bayerslightly less lame version function
2006-07-11  Mike Bayersqlite detects version and disables CAST if version...
2006-07-10  Mike Bayerexpunge wasnt de-associating the object with a session
2006-07-10  Mike Bayeractivemapper will use threadlocal mod's objectstore...
2006-07-10  Mike Bayeradjument to regexp for parsing courtesy Barry Warsaw
2006-07-10  Mike Bayerfix to error message for object with mismatched session
2006-07-10  Mike Bayerhey ho alphas got to go
2006-07-10  Mike Bayerworks without backrefs too....
2006-07-09  Mike Bayersome refactorings to activemapper, made relationship...
2006-07-09  Mike Bayeradded workaround for funny pragma behavior on windows...
2006-07-09  Mike Bayersmall fix to relation compilation
2006-07-08  Mike Bayer0.2.5 rel_0_2_5
2006-07-08  Mike Bayertook out that whole compilation dependency thing. ...
2006-07-07  Mike Bayermade mapper compilation "check for remaining mappers...
2006-07-07  Mike Bayerremoved debug line
2006-07-03  Mike Bayerordering of UPDATE and DELETE statements within groups...
2006-07-02  Mike Bayerfixed hyperlink to adv datamapping
2006-07-02  Mike Bayerchange exception message
2006-07-01  Mike Bayergot MS-SQL support largely working, including reflectio...
2006-07-01  Mike Bayersome adjustments to activemapper's objectstore to be...
2006-06-30  Mike Bayerfixes to attributes/related so that get_history with...
2006-06-30  Jonathan LaCourPut back in the foreign-key checking code in process_re...
2006-06-29  Jonathan LaCourThere were two significant changes in this commit:
2006-06-29  Mike Bayeradded a note about sqlite uris
2006-06-29  Mike Bayerremoved toengine() calls
2006-06-29  Mike Bayerinserting './lib/' into sys.path since PYTHONPATH no...
2006-06-28  Mike Bayerfixed endless loop bug in select_by(), if the traversal hit
2006-06-28  Mike Bayerfirebird patch with support for type_conv
2006-06-28  Jonathan LaCourUpdated ActiveMapper to support order_by parameters...
2006-06-27  Mike Bayerfixes to pool_invalidate [ticket:224] rel_0_2_4
2006-06-27  Mike Bayernew MySQL types: MSEnum, MSTinyText, MSMediumText,...
2006-06-27  Mike Bayerlazy load bind params properly propigate column type...
2006-06-26  Mike Bayercursor() method on ConnectionFairy allows db-specific...
2006-06-26  Mike BayerPG didnt like 'user' for a table name
2006-06-26  Mike Bayerdont put SERIAL on a column if it has a ForeignKey
2006-06-26  Mike Bayerfixed attribute manager's ability to traverse the full...
2006-06-26  Mike Bayer0.2.4...
2006-06-26  Mike Bayermigrated Queue.Queue to its own module here, to assure...
2006-06-26  Mike Bayerfix to the column properties to better compile the...
2006-06-26  Mike Bayersome doc edits
2006-06-26  Mike Bayerfix to timeout
2006-06-26  Mike Bayerattempting to fix reentrant condition that can happen...
2006-06-26  Mike Bayerwhen QueuePool times out it raises a TimeoutError inste...
2006-06-23  Mike Bayerfixed bug when specifying explicit module to mysql...
2006-06-22  Mike Bayeradded *extra to mysql string type to consume extra...
2006-06-22  Mike Bayerfixes to inheritance firing off dependency processors...
2006-06-22  Mike Bayeridentified another TLTransaction scenario, and adjusted...
2006-06-22  Mike BayerTLConnection insures that it is used to create a transa...
2006-06-22  Mike Bayerstill fixing compilation.....dum de dum.....
2006-06-22  Mike Bayerremoved non py2.3ish parenthesis
2006-06-22  Mike Bayermore compilation fixes
2006-06-21  seanReplaced tab spacing with plain spaces.
2006-06-21  seanChanged mapper.get_session to compile mapper and thereb...
2006-06-20  Mike Bayersome cleanup to the new compilation changes
2006-06-20  Mike Bayerpossible fix to deferred compilation, adds an extra...
2006-06-19  Mike Bayersingle space for MySQL appeasement
2006-06-19  Mike Bayermore development on using eager loads/limit/offset...
2006-06-19  Mike Bayerwhen Query does the "nested select" thing, it copies...
2006-06-19  Mike Bayeradded check for conflicting backrefs + unit test
2006-06-18  Robert LeftwichAdded some additional data to exception raised in Prope...
2006-06-18  Mike Bayerlazy load and deferred load operations require the...
2006-06-17  Mike Bayertry/except around init.__name__ = oldinit.__name__...
2006-06-17  Mike Bayercast converted into its own ClauseElement so that it... rel_0_2_3
2006-06-17  Mike Bayerif an object fails construction, doesnt get added to...
2006-06-16  Mike Bayerupdates
2006-06-16  Mike Bayerunsupported unit test on mysql
2006-06-16  Mike Bayermore intelligent "removal" of list items when a list...
2006-06-16  Mike Bayerremoved historyarray test
2006-06-16  Mike Bayerfixed bug where if a many-to-many table mapped as ...
2006-06-15  Mike Bayerfixed 'port' attribute of URL to be an integer if prese...
2006-06-15  Mike Bayersome adjustments
2006-06-15  Mike Bayermerged attributes rewrite
2006-06-15  Mike Bayerif an item attached to a parent is found to be already...
2006-06-14  Mike Bayerfixed bug where Column with redefined "key" property...
2006-06-14  Mike Bayerfixed nested rollbacks
2006-06-14  Mike Bayerunit tests for dangling subquery, many-to-many clear...
2006-06-12  Mike Bayeradjustment to better allow textual from clauses
2006-06-10  Mike Bayer"parent track" function needed to be more specific...
2006-06-08  Mike Bayerseparated standalone between(), column.between(), put...
2006-06-08  Mike Bayerfixed typing for between() operator, [ticket:202]
2006-06-08  Mike Bayerfixed module scoping for class_mapper [ticket:201]
2006-06-08  Mike Bayerlate compilation of mappers. now you can create mapper...
2006-06-07  Mike Bayerpossible fix to cascade_mappers
2006-06-07  Mike Bayerfixed [ticket:200]
2006-06-06  Jonathan LaCourFurther improved the process_relationships function...
2006-06-06  Mike Bayerfixed bug where tables with schema name werent getting...
2006-06-06  seanCopy __name__ and __doc__ from oldinit.
2006-06-06  Mike Bayerfix to backref when its none for one-to-one
next