]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-08-12  Jason KirtlandBump.
2007-08-12  Mike Bayertypos
2007-08-12  Mike Bayeradded a brief migration guide rel_0_4beta1
2007-08-12  Mike Bayertwo tests which assumed autoincrement=False for integer...
2007-08-12  Jason KirtlandDocs.
2007-08-12  Jason KirtlandAllow auto_increment on any pk column, not just the...
2007-08-11  Jason KirtlandAdded an exception hierarchy shadowing DB-API exc types
2007-08-11  Mike Bayerinlined encoding of result column names
2007-08-11  Mike Bayer- precompiled regexp for anonymous labels
2007-08-11  Jason KirtlandBake the version number into the source during packaging.
2007-08-11  Mike Bayer- removed _calculate_correlations() methods, removed...
2007-08-11  Mike Bayer - case_sensitive=(True|False) setting removed from...
2007-08-11  Mike Bayerattempting to get oracle XID to work. not there yet.
2007-08-11  Jason Kirtlandby popular demand, mysql reflection is now a single...
2007-08-11  Mike Bayerrepaired oracle savepoint implementation
2007-08-10  Mike Bayer- oracle reflection of case-sensitive names all fixed up
2007-08-10  Mike Bayer#725 add query arg to id_chooser()
2007-08-10  Jason KirtlandCorrect docstring.
2007-08-10  Mike Bayer--dropfirst option added, defaults to False. pre-drops...
2007-08-10  Mike Bayer- fixes to PG unicode table/sequence reflection/create...
2007-08-10  Mike Bayer- merged mapper has_pks fix from r3239 0.3 branch
2007-08-09  Mike Bayerformatting tweaks
2007-08-09  Mike Bayermoved old plugins to "deprecated" subheading, took...
2007-08-09  Jason KirtlandAllow '$' in bind param detection [ticket:719], added...
2007-08-09  Mike Bayerremoved unused method from last checkin
2007-08-09  Mike Bayersome edits
2007-08-09  Mike Bayer- decoupled all ColumnElements from also being Selectab...
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.
next