]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-08-03  Mike Bayeroops: committed the rest of [changeset:1759], removed...
2006-08-03  Mike Bayer- better check for ambiguous join conditions in sql...
2006-08-01  Jonathan Ellisr/m _reset method
2006-08-01  Jonathan Ellisexpand explanation of Query methods
2006-07-31  Jonathan Ellisadd update method
2006-07-31  Jonathan Ellisfix for when default is zero
2006-07-31  Jonathan Ellistypo fix noticed by R Munn
2006-07-30  Jonathan Ellisdoc update
2006-07-30  Jonathan Ellisauto-execute delete stmts
2006-07-30  Jonathan Ellisadd mappedtable.delete support
2006-07-29  Jonathan Ellissoup.engine property
2006-07-27  Jonathan EllisPassiveDefault('?') for autoloaded sqlite defaults
2006-07-27  Mike Bayercustom primary/secondary join conditions in a relation...
2006-07-26  Mike Bayeroracle boolean type [ticket:257]
2006-07-25  Mike Bayer[ticket:256] propigating url.query arguments to connect...
2006-07-25  Mike Bayerremoved erroneous "on_update" example for PassiveDefault
2006-07-24  Mike Bayerfixed anchor tag
2006-07-24  Mike Bayer[ticket:254]
2006-07-24  Jonathan Elliswith_labels support
2006-07-23  Jonathan Ellisfix outdated link into SA docs for Query objects
2006-07-23  Jonathan Ellisde-tabbify
2006-07-23  Jonathan EllisReST-ify docstring
2006-07-22  Jonathan Ellissmall join api change
2006-07-22  Mike Bayerfixed reflection of foreign keys to autoload the refere...
2006-07-21  Jonathan Ellisschema support for sqlsoup
2006-07-21  Jonathan Ellisfix doctests by ensuring consistent sort order via...
2006-07-21  Jonathan Ellis_selectable interface; allows sqlsoup to pass its class...
2006-07-21  Jonathan Ellisfix doctest integration
2006-07-21  Jonathan Ellisadd test for allow_null_pks
2006-07-21  Mike Bayeradded allow_null_pks option to Mapper, allows rows...
2006-07-20  Mike Bayerassignmapper was setting is_primary=True, causing all...
2006-07-20  Mike Bayerfixed [ticket:245] rel_0_2_6
2006-07-20  Mike Bayerpatch to inheritance section
2006-07-20  Mike Bayerimplemented latest patch on [ticket:105], modified...
2006-07-19  Mike Bayerpatch for [ticket:105], adding "owner" support to oracl...
2006-07-19  Mike Bayeradded table.exists()
2006-07-19  Mike Bayeradded 'checkfirst' argument to table.create()/table...
2006-07-19  Mike Bayerreduced bind param size in query._get to appease the...
2006-07-19  Mike Bayermapper compilation work ongoing, someday it'll work...
2006-07-19  Mike Bayerfix to typing in clause construction which specifically...
2006-07-19  Mike Bayerfailing test case re: compilation
2006-07-18  Mike Bayeradded "synonym()" function, applied to properties to...
2006-07-18  Mike Bayerremove print statement
2006-07-18  Mike Bayeroverhaul to MapperExtension so they arent chained via...
2006-07-18  Mike Bayerecho=True
2006-07-18  Mike Bayeradded __setitem__ to Constraint
2006-07-18  Mike Bayerfixed table name in REFERENCES clause to include schema...
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
next