]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2013-11-29  Mike Bayer- start reworking examples to include more code from...
2013-11-29  Mike Bayerremove this
2013-11-29  Mike BayerFixed bug where in Py2K a unicode literal would not...
2013-11-29  Mike Bayer- reduce verbiage in mutation.py regarding legacy style...
2013-11-29  Hyunjun KimFixed a syntax error in example code.
2013-11-29  mike bayerMerge pull request #45 from timka/patch-1
2013-11-29  mike bayerMerge pull request #46 from vrajmohan/master
2013-11-29  Mike Bayermore fix
2013-11-29  Mike Bayerfix
2013-11-29  Mike Bayermake generativeselect available
2013-11-29  Mike Bayer- New improvements to the :func:`.text` construct,...
2013-11-29  Mike Bayer- changelog, migration
2013-11-29  Mike Bayer- repair the "lockmode" functionality of load_on_ident...
2013-11-29  Mike Bayer- add support for specifying tables or entities for...
2013-11-29  Mike Bayer- fix up rendering of "of"
2013-11-28  Mike Bayer- work in progress, will squash
2013-11-28  Mike BayerMerge branch 'for_update_of' of github.com:mlassnig...
2013-11-28  Mario Lassnigadded LockmodeArgs
2013-11-27  Mike Bayer- add more explicit docs for relationship mixin, [ticke...
2013-11-27  Mike Bayer- the wrapped memoized_property here was not working...
2013-11-25  Mike Bayer- adjustment, the spec says: "Within the user and passw...
2013-11-25  Marc AbramowitzREADME.unittests.rst: Add blurb about tox
2013-11-25  schettino72orm.collection, list.clear(). remove 'before_delete...
2013-11-24  Mike Bayer- The :func:`.create_engine` routine and the related
2013-11-24  Mike Bayerpg8000 fix for decimal return scale
2013-11-23  Mike Bayer-be more agnostic of quotes here
2013-11-23  Mike Bayer- evaulate decimal_return_scale statelessly. Don't...
2013-11-23  Mike Bayerclean up imports
2013-11-23  Mike Bayer- this test only for mysql
2013-11-23  Mike Bayer- Some refinements to the :class:`.AliasedClass` constr...
2013-11-23  Mike Bayer- The precision used when coercing a returned floating...
2013-11-22  Mike Bayer- Fixed bug where SQL statement would be improperly...
2013-11-22  Mike BayerFixed bug where Oracle ``VARCHAR`` types given with...
2013-11-22  Mike Bayer- cleanup
2013-11-21  Mike Bayersomething changed the name here, probably one of those...
2013-11-21  Mike Bayerfix [ticket:2868] some more
2013-11-21  Mike Bayeradjustment to work on py3k as well
2013-11-21  Mike Bayer- Fixed bug which prevented the ``serializer`` extensio...
2013-11-21  Mike Bayer- Fixed a regression caused by :ticket:`2812` where...
2013-11-20  Mike Bayerbreak up behavioral changes into ORM and Core
2013-11-20  Mike Bayer- The :class:`.RowProxy` object is now sortable in...
2013-11-20  Mike Bayer- The ``viewonly`` flag on :func:`.relationship` will...
2013-11-19  Mike BayerAdded support for new :attr:`.Session.info` attribute to
2013-11-17  Vraj MohanFix cross references
2013-11-17  Vraj MohanGenerate API and resolve cross references
2013-11-17  Vraj MohanFix cross references
2013-11-17  Vraj MohanAdd API generation to resolve cross references
2013-11-17  Vraj MohanAdd module documentation to resolve references
2013-11-17  Vraj MohanRemove reference to defunct class
2013-11-17  Mike Bayer- apply a timeout to all join() calls for test_pool
2013-11-17  Mike BayerMerge branch 'master' into rel_0_9
2013-11-17  Mike Bayername it with a dash
2013-11-17  Mike BayerMerge branch 'master' into rel_0_9
2013-11-17  Mike Bayer- remove informix dialect, moved out to https://bitbuck...
2013-11-16  TimurFix sessionmaker.__repr__
2013-11-15  Mike BayerMerge branch 'master' into rel_0_9
2013-11-15  Mike Bayersync up some changes for #2604 and #2607 from 0.7.10...
2013-11-15  Mike BayerMerge branch 'master' into rel_0_9
2013-11-15  Mike BayerMerge branch 'master' of github.com:vrajmohan/sqlalchem...
2013-11-15  Mike BayerMerge branch 'master' into rel_0_9
2013-11-15  Mike Bayerdo the wheel thing
2013-11-14  Vraj MohanFix cross references
2013-11-14  Vraj MohanAdd undocumented members to resolve cross references
2013-11-14  Vraj MohanFix method name
2013-11-14  Vraj MohanEnsure API generation
2013-11-14  Vraj MohanRemove references to (previously removed) AbstractType
2013-11-14  Vraj MohanImport CTE so that API doc can be generated
2013-11-14  Vraj MohanChange CompileException references to ConpileError
2013-11-14  Vraj MohanFix references to exceptions
2013-11-14  Vraj MohanEnsure API generation of inherited members to resolve...
2013-11-14  Vraj MohanFix cross reference
2013-11-14  Mario Lassnigadded ORM support
2013-11-14  Vraj MohanEnsure API generation
2013-11-14  Vraj MohanRemove extra indentation
2013-11-13  Vraj MohanEnsure API generation and fix cross references
2013-11-13  Vraj MohanFix cross-references in changelogs
2013-11-13  Mike BayerMerge branch 'master' into rel_0_9
2013-11-13  Mike BayerFixed bug where usage of new :class:`.Bundle` object...
2013-11-13  Vraj MohanEnsure API doc for make_url and resolve references
2013-11-13  Vraj MohanSuppress warnings about files not being included in...
2013-11-13  Vraj MohanFix indentation and escape *args and **kwargs
2013-11-13  Mike BayerMerge branch 'master' into rel_0_9
2013-11-13  Vraj MohanFix indentation issues in docstrings
2013-11-13  Vraj MohanFix indentation and escape *args and **kwargs
2013-11-13  Vraj MohanFix cross references
2013-11-12  Mario Lassnigadd psql FOR UPDATE OF functionality
2013-11-12  Mike BayerMerge branch 'master' into rel_0_9
2013-11-12  Mike Bayeradd sap sqlanywhere
2013-11-12  Mike Bayercss updates to better work with RTD badge
2013-11-12  Mike Bayermove the css to the base so that the site can override
2013-11-12  Mike Bayeruse an explcit css block
2013-11-12  Mike Bayerattempt to use the css_files list so that we can integr...
2013-11-10  Mike Bayer0.3.2 please
2013-11-10  Mike Bayer- tutorial updates
2013-11-10  Mike Bayer- some py3k compatibility
2013-11-10  Mike Bayer- use a dictionary here
2013-11-10  Mike Bayer- add a new sphinx extension "viewsource". takes advan...
2013-11-09  Mike Bayerinclude the start-line directive here so that we dont...
2013-11-09  Mike Bayeralso update requirements file...
2013-11-09  Mike Bayer- use pypi changelog plugin
next