]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-10-12  Mike Bayeroops, double row echo removed
2006-10-12  Mike Bayeradded debug-level row echoing to RowProxy (moved from...
2006-10-12  Mike Bayer - ResultProxy.fetchall() internally uses DBAPI fetcha...
2006-10-12  Mike Bayer- fixes to Date/Time (SLDate/SLTime) types; works as...
2006-10-12  Mike Bayer_sort_tables uses local tables [ticket:322]
2006-10-11  Mike Bayeradded PGBigInteger type
2006-10-08  Mike Bayerremove unused set
2006-10-08  Mike Bayerdont create dependency processor if viewonly=True
2006-10-08  Mike Bayerlogging of syncrules
2006-10-08  Mike Bayermore adjustments to #321
2006-10-08  Mike Bayeradd table name to save_obj log
2006-10-08  Mike Bayerrow-switch test should be per-instance, not per table...
2006-10-08  Mike Bayeradded correct insert ordering
2006-10-08  Mike Bayer- mapper.save_obj() now functions across all mappers...
2006-10-08  Mike Bayermore fixup to self referential composite primary key...
2006-10-08  Mike Bayerthis test works better with session clears in between
2006-10-08  Mike Bayer- the "foreign_key" attribute on Column and ColumnEleme...
2006-10-07  Mike Bayerassorted firebird fixes from Lele Gaifax
2006-10-07  Mike Bayersome cleanup
2006-10-07  Mike Bayerimproved exceptions for closed connections
2006-10-06  Mike Bayerfix "no engine found" to raise explicit error, [ticket...
2006-10-06  Mike Bayerrollback last change until we figure out how to check...
2006-10-06  Mike Bayerbetter error message for unconnected DynamicMetaData...
2006-10-05  Jonathan Ellisadd compound-where example
2006-10-05  Mike Bayer[ticket:324]
2006-10-04  Jonathan Ellisr/m sqlsoup.NoSuchTableError (SA proper takes care...
2006-10-04  Mike Bayercontinued cleanup
2006-10-04  Mike Bayervarious cleanup etc.
2006-10-03  Mike Bayer - "custom list classes" is now implemented via the...
2006-10-03  Mike Bayer - Function objects know what to do in a FROM clause...
2006-10-03  Mike Bayerformatting fixup, etc.
2006-10-03  Mike Bayer- added auto_setinputsizes=False to oracle dialect...
2006-10-03  Mike Bayerfixed super call
2006-10-03  Mike Bayer- removed "extension()" MapperOption
2006-10-03  Mike Bayer- merged loader_strategies branch into trunk.
2006-10-01  Mike Bayer- added profiling to massave
2006-10-01  Mike Bayeradjustment to default timeout
2006-10-01  Mike Bayeredits
2006-10-01  Mike Bayerfurther str() on values that may come back as unicode
2006-10-01  Mike Bayer[ticket:318] has a user receiving back a unicode from...
2006-09-30  Mike Bayer - fixed condition that occurred during reflection...
2006-09-30  Mike Bayerlong changelist, adding some formatting
2006-09-30  Mike Bayer- internal refactoring to mapper instances() method...
2006-09-30  Mike Bayer- doc edit
2006-09-29  Mike Bayer- added some dependency logging
2006-09-29  Mike Bayerremove print statement
2006-09-29  Mike Bayermass saver for profiling mem usage....
2006-09-29  Mike Bayer[ticket:309]
2006-09-29  Mike Bayertweaks for mysql
2006-09-29  Rick Morrisonfix PK redefinition
2006-09-29  Mike Bayermore edits
2006-09-29  Mike Bayerrearrangement of docs for [ticket:310]
2006-09-28  Mike Bayerraise proper AttributeError
2006-09-28  Mike Bayer- more adjustments to the eager load table finder to...
2006-09-28  Mike Bayerthe new eagerloading test suite mentioned in the previo...
2006-09-28  Mike Bayer- added test suite to test improved from_obj/join behav...
2006-09-28  Mike Bayerdecruftify
2006-09-28  Mike Bayer- pool will auto-close open cursors, or can be configur...
2006-09-27  Mike Bayer- specifying joins in the from_obj argument of query...
2006-09-27  Mike Bayer- added an automatic "row switch" feature to mapping...
2006-09-27  Rick MorrisonNCHAR and NVARCHAR support for MS-SQL. Patch from Kent...
2006-09-26  Mike Bayeradded "viewonly" flag to allow relations that dont...
2006-09-26  Rick MorrisonSimplified MSSQL table reflection code
2006-09-26  Rick Morrisonfix misspelled func calls
2006-09-26  Mike Bayercommented out open cursor check, until resolution of...
2006-09-25  Mike Bayermade echo param more doc-friendly
2006-09-25  Mike Bayerdoc edits, moved object display in uowdumper to be...
2006-09-24  Mike Bayer- logging is now implemented via standard python "loggi...
2006-09-24  Mike Bayerspelling fix
2006-09-23  Mike Bayeronupdate/ondelete fix
2006-09-23  Mike Bayerdescriptive error message when an executioncontext...
2006-09-23  Rick Morrisonadded MSSQL changes
2006-09-23  Rick MorrisonFixes use of port for pymssql
2006-09-23  Mike Bayeradded scalar() to ResultProxy
2006-09-23  Mike Bayermutable flag
2006-09-23  Mike Bayer- added "mutable" flag to PickleType, set to False...
2006-09-23  Mike Bayer- added "pickleable" module to test suite to have cPick...
2006-09-23  Mike Bayer- connection pool tracks open cursors and raises an...
2006-09-23  Mike Bayer- added autoincrement=True to Column; will disable...
2006-09-23  Mike Bayerremove delete-orphan cascade from self referential...
2006-09-23  Mike Bayer- fixed unfortunate mutating-dictionary glitch from...
2006-09-22  Mike Bayerfuture log lines
2006-09-22  Mike Bayerfix to reset_class_managed to look at noninherited...
2006-09-22  Mike Bayer- fix to deferred group loading
2006-09-22  Mike Bayer- ForeignKey reports better error message for column...
2006-09-22  Mike Bayer- moved selectresults test from orm to ext package
2006-09-21  Mike Bayer- adjustments to eager loading so that its "eager chain" is
2006-09-21  Mike Bayer- BooleanExpression includes new "negate" argument...
2006-09-21  Mike Bayercase sensitive function seems to return a string in...
2006-09-20  Mike Bayercheck for mapper or class, raise exception otherwise...
2006-09-19  Mike Bayer- post_update behavior improved; does a better job...
2006-09-19  Mike Bayerno SERIAL for smallinteger columns
2006-09-19  Mike Bayerno KeyError if url params not provided
2006-09-14  Mike Bayer- added an implicit close() on the cursor in ResultProxy
2006-09-14  Mike Bayeradded extract() function to sql dialect
2006-09-12  Mike Bayermoved "c.name" to "c.key" for processing defaults since...
2006-09-12  Mike Bayer- fixed bug where Connection wouldnt lose its Transaction
2006-09-11  Mike Bayerremoved lockmode from get_by
2006-09-11  Mike Bayersqlite doesnt support FOR UPDATE
2006-09-11  Mike BayerConcurrentModificationExecption
next