]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2006-09-11  Mike Bayer- implemented "version check" logic in Query/Mapper...
2006-09-10  Mike Bayerchecks for invalid lockmode argument
2006-09-10  Mike Bayer- changed "for_update" parameter to accept False/True...
2006-09-10  Mike Bayerremoved auto-dispose on __del__, produces too much...
2006-09-07  Mike Bayerfixup to printing of uow
2006-09-07  Mike Bayer- more rearrangements of unit-of-work commit scheme...
2006-09-07  Mike Bayerforgot the tearDown step....
2006-09-06  Mike Bayerfixed constructor on bigint
2006-09-05  Mike Bayeradded link
2006-09-05  Mike Bayer0.2.8.. rel_0_2_8
2006-09-05  Mike Bayer- added basic 'zblog' test suite
2006-09-05  Mike Bayerrestored "optimistic" behavior of hasparent. its gener...
2006-09-05  Mike Bayer- unicode fix for startswith()/endswith() [ticket:296]
2006-09-04  Mike Bayerupdate
2006-09-04  Mike Bayerfurther fixes to case sensitive logic
2006-09-04  Mike Bayerrevised section on quoting, semanticized headings and...
2006-09-04  Mike Bayer- import of py2.5s sqlite3 [ticket:293]
2006-09-04  Mike Bayersimplification to quoting to just cache strings per...
2006-09-03  Mike Bayercleanup/unit test fixes
2006-09-02  Mike Bayer- further changes to attributes with regards to "trackp...
2006-09-01  Mike Bayerfuther fix to the "orphan state" idea. to avoid settin...
2006-09-01  Mike Bayerinsure that "parent" pointers are set up on objects...
2006-09-01  Mike Bayerpossible fix for [ticket:276]. if mysql detects case...
2006-08-31  Mike Bayersince casing is figured out quasi-automatically when...
2006-08-31  Mike Bayerquoting more or less working with oracle
2006-08-31  Mike Bayerfix to from clause in unittest query...somehow this...
2006-08-31  Mike Bayerdefaults and constraints have optional parent
2006-08-31  Mike Bayersequence/default adjustments to allow postgres 8.1...
2006-08-31  Mike Bayerpg formats sequence name, more quote test fixes
2006-08-31  Mike Bayersome tweaks to oracle casing...
2006-08-31  Mike Bayer- added case_sensitive argument to MetaData, Table...
2006-08-28  Mike Bayer- deregister Table from MetaData when autoload fails...
2006-08-27  Mike Bayer- fix to using query.count() with distinct, **kwargs...
2006-08-26  Mike Bayer- changed "invalidate" semantics with pooled connection...
2006-08-26  Mike Bayer[ticket:266] constraint name in PrimaryKeyConstraint
2006-08-26  Mike Bayerdoc bug [ticket:278]
2006-08-26  Mike Bayer- added "timezone=True" flag to DateTime and Time types...
2006-08-26  Mike Bayeradded "dev" tag to default setup
2006-08-26  Mike Bayerfixed inaccuracies regarding "connectable" parameter...
2006-08-26  Mike BayerTODO for oracle
2006-08-26  Mike Bayeradded limit/offset to union queries
2006-08-25  Mike Bayer- cleanup on connection methods + documentation. custo...
2006-08-23  Mike Bayer[ticket:282]
2006-08-22  Mike Bayerthe "check for orphans" step will cascade the delete...
next