]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-08-09  Jason KirtlandAdded 'unformat_identifiers', produces a list of unquot...
2007-08-09  Mike Bayer- added 'object_session' as classlevel method to Session
2007-08-09  Jason Kirtlandrestore clipping value for YEAR DDL
2007-08-09  Mike Bayersession docs, CHANGES updates
2007-08-09  Mike Bayeredits
2007-08-09  Mike Bayeradded section on SQL-embedded attributes
2007-08-09  Mike Bayertweak
2007-08-09  Mike Bayernew session doc
2007-08-09  Jason Kirtlandwarning: may not be true. (GIS types)
2007-08-08  Jason Kirtland^C ^C ^C! (revert r3218 in pooling.txt)
2007-08-08  Jason KirtlandAdded `set_types` to util, a tuple of available set...
2007-08-08  Ants Aasma- fix mssql compiling explicitly added alias twice
2007-08-08  Paul Johnstonmerge [3215] into trunk
2007-08-08  Jason KirtlandImprove utf8 engine handling during test setup and...
2007-08-08  Jason KirtlandAddded 're' import
2007-08-08  Mike Bayeradded missing methods/props to ScopedSession
2007-08-08  Jonathan Ellisfix url for 04 docs
2007-08-08  Jonathan Ellisupdate SS docs to 0.4
2007-08-08  Mike Bayerput implicit examples as part of test suite
2007-08-08  Mike Bayeradded link to implicit execution section
2007-08-08  Mike Bayeradded docs on connectionless/implicit
2007-08-07  Jason KirtlandAdded 'SET' to reserved words, plus gratuitous reindenting.
2007-08-07  Mike Bayer- moved extension class init around so query() is available
2007-08-07  Mike Bayer- migrated 'desc', 'asc', and 'distinct' to be in the...
2007-08-07  Mike Bayeredits
2007-08-07  Mike Bayer'condition' misspelled
2007-08-06  Mike Bayeradded 'asc' and 'desc' to PropComparator....this should...
2007-08-06  Mike Bayer- 'comparator' argument to composite() is a class
2007-08-06  Mike Bayer- added desc() and asc() directly to CompareMixin
2007-08-06  Mike Bayer- docs
2007-08-06  Mike Bayeredits
2007-08-06  Ants Aasmaclean up some dead code in Query.filter_by
2007-08-06  Mike Bayeredits
2007-08-06  Jason Kirtlandgenerated markup fixes
2007-08-06  Mike Bayer- edits
2007-08-06  Mike Bayeredit
2007-08-06  Mike Bayerremoving Query from __all__ was a little premature
2007-08-06  Mike Bayer- draft sqlexpression tutorial
2007-08-05  Paul JohnstonAdd initial version of MS Access support
2007-08-05  Mike Bayerwork in progress
2007-08-05  Mike Bayerdocstring stuff
2007-08-05  Mike Bayeredits
2007-08-05  Jason Kirtlanda more friendly name
2007-08-05  Jason KirtlandAdded test coverage for freeform collection decorators
2007-08-05  Mike Bayeredits, css
2007-08-05  Mike Bayereager/lazyloading section
2007-08-05  Mike Bayeredits
2007-08-05  Mike Bayeredits
2007-08-05  Mike Bayeredits
2007-08-05  Mike Bayeredit
2007-08-05  Jason Kirtlanddoc tweaks
2007-08-04  Jason KirtlandPedantic tweak to coltype swappage...
2007-08-04  Jason KirtlandFurther tweaks for lc strategies
2007-08-04  Jason KirtlandAdded explicit Unicode table_names test
2007-08-04  Jason KirtlandRevert r3169 and r3148 changes to unicode schema reflec...
2007-08-04  Jason KirtlandMore robust droppage of table detritus, also respect...
2007-08-04  Jason KirtlandUpdate for osx
2007-08-04  Mike Bayeredits
2007-08-04  Mike Bayer- fix for [ticket:712], more unit tests
2007-08-04  Mike Bayerinheritance docs
2007-08-03  Jason KirtlandRearranged engine initialization, its now easy to make...
2007-08-03  Mike Bayer- fixed table_names for postgres to return as dialect...
2007-08-03  Mike Bayer- added hooks for alternate session classes into sessio...
2007-08-03  Mike Bayer- removed enhance_classes from scoped_session, replaced...
2007-08-03  Mike Bayerchanged to use class attributes
2007-08-03  Mike Bayersmall fix for filter() aliasing, upgraded elementtree...
2007-08-03  Jonathan Ellisstupid svn:ignore isn't recursive? who thought THAT...
2007-08-03  Jonathan Ellisadd pyc to svnignore
2007-08-03  Jonathan Ellisswitch "if not len(x)" to "if not x"
2007-08-03  Mike Bayeredits
2007-08-03  Mike Bayermore edits
2007-08-03  Mike Bayeredits, html escaping
2007-08-03  Jason KirtlandOops.
2007-08-03  Jonathan Ellisonly one instance of while len(...)
2007-08-03  Jonathan Ellisswitch (simple) occurences of 'if len(x)' to 'if x...
2007-08-03  Jonathan Ellisadd comment, intermediate var for readability
2007-08-03  Jonathan Ellistable_names shouldn't include system tables. (if user...
2007-08-03  Jason Kirtland- Dialects can be queried for the server version (sqlit...
2007-08-02  Mike Bayerdocs
2007-08-02  Mike Bayer- fixed autoflush with count(), aggregates
2007-08-02  Mike Bayer- sessionmaker module is out, replaced with simple...
2007-08-02  Mike Bayer- added inline UPDATE/INSERT clauses, settable as regul...
2007-08-02  Mike Bayeradded values() generative method to Insert/Update
2007-08-02  Mike Bayerreplaced metaclass/__new__ insanity with a __call__()
2007-08-02  Mike Bayer- used a metaclass trick to get Session.bind / Session...
2007-08-02  Mike Bayer-merged 0.3 pool threadlocal fix from r3139
2007-08-01  Mike Bayer- SessionContext and assignmapper are deprecated
2007-08-01  Jason KirtlandRemove unused mxDateTime
2007-08-01  Jason KirtlandStopgap for post- #646 and r3030, wedge in 0.3 Decimals...
2007-08-01  Jason KirtlandDon't set __name__ on py 2.3
2007-08-01  Jason KirtlandThreadLocalMetaData ought not .dispose() a Connection
2007-08-01  Jason KirtlandSort methods by __init__, name, __names__
2007-08-01  Jason KirtlandMake {include,exclude}_properties membership tests...
2007-08-01  Jason KirtlandTweak 'poolclass' default arg processing [ticket:437]
2007-08-01  Jason KirtlandAdded EXT_CONTINUE and EXT_STOP for MapperExtensions...
2007-08-01  Jason KirtlandLittle docstring tweaks
2007-08-01  Jason KirtlandExpanded docstring docs for pool hooks.
2007-08-01  Jason KirtlandIgnore __weakref__ methods. Not sure why they're bubbl...
2007-08-01  Jason KirtlandIt's now possible to map only a subset of available...
2007-08-01  Jason KirtlandRemoved trailing slash from sys.path manipulation ...
next