]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-08-21  Mike Bayersqlite dialects can be created without pysqlite installed
2006-08-21  Mike Bayer- unit tests updated to run without any pysqlite instal...
2006-08-21  Mike Bayerworking on sequence quoting support....
2006-08-21  Mike Bayerpostgres reflection uses dialect-wide preparer
2006-08-21  Mike Bayerrefactoring of ANSIIdentifierPreparer to be one instanc...
2006-08-21  Mike Bayer- postgres reflection moved to use pg_schema tables...
2006-08-18  Mike Bayeradded a compile check to instances()
2006-08-18  Mike Bayer[ticket:280] statement execution supports using the...
2006-08-18  Mike Bayer- unit-of-work does a better check for "orphaned" objec...
2006-08-18  Mike Bayermore fixes for [ticket:269], added MSMediumBlob type
2006-08-17  Mike Bayercommit should be outside of the try/except; else when...
2006-08-17  Mike Bayerif a contextual session is established via MapperExtens...
2006-08-16  Mike Bayer[ticket:277] check if pg/oracle sequence exists. check...
2006-08-16  Mike Bayeradded "requires_quotes" step, subclasses of ANSIIdentif...
2006-08-15  Jonathan Ellisfixes for threadless python compiles
2006-08-15  Mike Bayer- eesh ! the tutorial doctest was broken for quite...
2006-08-12  Mike Bayerthe latest...
2006-08-12  Mike Bayermodifcation to unitofwork to not maintain ordering... rel_0_2_7
2006-08-12  Mike Bayerfix to __eq__ method in a test object
2006-08-12  Mike Bayerimproved error message when a backref conflicts with...
2006-08-12  Mike Bayeradded MSTinyInteger to MS-SQL [ticket:263]
2006-08-12  Mike Bayerfixed construction of order_by with distinct query
2006-08-12  Mike Bayer0.2.7 prep
2006-08-12  Mike Bayersome fixes to sqlite datetime organization, was imprope...
2006-08-12  Mike Bayerfixes to types so that database-specific types more...
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
next