]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-08-12  Mike Bayer[ticket:268]
2006-08-12  Mike Bayerrefactored ANSIIdentifierPreparer to be visitor based...
2006-08-12  Mike Bayerturned off default case-folding rules as they wreak...
2006-08-12  Mike Bayeradded docs for ON UPDATE/DELETE, identifier quoting
2006-08-12  Mike Bayer quoting facilities set up so that database-specific...
2006-08-11  Mike Bayercomment
2006-08-11  Mike Bayer[ticket:251]
2006-08-11  Mike Bayerremoved superfluous **params
2006-08-11  Mike BayerSelectResults will use a subselect, when calling an...
2006-08-11  Mike Bayerreflected 'mediumint' type
2006-08-11  Mike Bayerinheritance check uses issubclass() instead of direct...
2006-08-11  Mike Bayeradded "nowait" flag to Select() [ticket:270]
2006-08-11  Mike Bayerfixed ms-sql connect() to work with adodbapi
2006-08-10  Mike Bayermoved rollback catch to mysql module...
2006-08-10  Jonathan Ellisfix mysql borkage
2006-08-10  Jonathan Ellisfix mysql borkage
2006-08-10  Mike Bayeradded __contains__ to OrderedProperties, so that rabbit...
2006-08-09  Mike Bayerall create()/drop() calls have a keyword argument of...
2006-08-09  Mike Bayeradded an objectstore clear
2006-08-08  Mike Bayerfix to lazy loads when mapping to joins
2006-08-08  Mike Bayeradjusted __getstate__ on InstrumentedList to further...
2006-08-07  Mike Bayerfixed possible error in mysql reflection where certain...
2006-08-07  Mike Bayeradded start of a many-to-many test
2006-08-06  Mike Bayerfixed small pickle bug with lazy loaders [ticket:265]
2006-08-05  Mike Bayerimprovement over previous changeset:
2006-08-05  Mike Bayertemporary workaround dispose_local() added to Singleton...
2006-08-04  Mike Bayeradded reflected 'tinyint' type to MS-SQL [ticket:263]
2006-08-04  Mike Bayerfixed mysql reflection of default values to be PassiveD...
2006-08-04  Mike Bayeradjustments to pool stemming from changes made for...
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
next