]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-01-16  Mike Bayer- execution_options() on Connection accepts
2011-01-16  Mike Bayer- default_isolation_level is equal to isolation_level...
2011-01-16  Mike Bayer- add dialect.reset_isolation_level(), reverts
2011-01-16  Mike Bayer- factor consistent set_isolation_level(), get_isolatio...
2011-01-16  Mike Bayer- oracle fixes
2011-01-15  Mike BayerRegarding reflection for this case, reflection of an...
2011-01-15  Mike Bayer- getting slightly more consistent behavior for the...
2011-01-15  Mike Bayerstupid workaround for pg8000
2011-01-15  Mike Bayer- allow aliased() to call .alias() on a selectable...
2011-01-15  Mike Bayer- composite now relates to its parent class in terms...
2011-01-15  Mike Bayer- the _pk_processors/_prefetch_processors approach...
2011-01-12  Mike BayerQueryableAttribute can stringify itself without trigger...
2011-01-12  Mike Bayer- fix reflection of unknown types with arguments, NullT...
2011-01-12  Mike Bayer- dont count server_default absense as part of autoincr...
2011-01-12  Mike Bayer- rename hybrid.property_, hybrid.method to hybrid_prop...
2011-01-12  Mike Bayer- add a note about query.order_by(None) with union...
2011-01-11  Mike Bayer- A TypeDecorator of Integer can be used with a primary key
2011-01-08  Mike Bayercrappy docs, lets try that again
2011-01-08  Mike Bayer- merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635...
2011-01-08  Mike Bayermore copyright
2011-01-08  Mike Bayer2011
2011-01-06  Mike Bayer- Fixed bug regarding "subqueryload" strategy whereby
2011-01-04  Mike Bayer- The Index() construct can be created inline with...
2011-01-04  Mike Bayer- sorry, I really don't want metaclass recipes in the...
2011-01-04  Mike Bayer- Fixed bug whereby "passive_deletes='all'" wasn't...
2011-01-04  Mike Bayer- Firebird numeric type now checks for Decimal explicitly,
2011-01-03  Mike Bayerdoc updates
2011-01-03  Mike Bayerfinish an unfinished sentence
2011-01-03  Mike Bayer- add support for pickling with mutable scalars, mutabl...
2011-01-02  Mike Bayer- whitespace removal bonanza
2011-01-02  Mike Bayer- clean up copyright, update for 2011, stamp every...
2011-01-02  Mike Bayermutable docfile
2010-12-31  Mike Bayer- add length to varchars
2010-12-31  Mike Bayer- add QueryContext to load(), refresh()
2010-12-31  Mike Bayer- move session/mapper events/extension tests into orm...
2010-12-30  Mike Bayer- removes the "on_" prefix.
2010-12-30  Mike Bayer- factor out the dependency on the "on_" name
2010-12-30  Mike Bayer- they don't want "on_". First step, change the namin...
2010-12-30  Mike Bayer- A little more verbiage to the "primaryjoin" error,
2010-12-29  Mike Bayer- mutable examples now move into sqlalchemy.ext.mutable
2010-12-29  Mike Bayer- restore mapper.get_property() to use the _props dict...
2010-12-28  Mike Bayer- simplified the descriptor system to no longer use...
2010-12-28  Mike Bayer- add standalone tests for descriptor instrumentation...
2010-12-28  Mike Bayer- merge rfc0b9df5d9e0 from 0.6 branch
2010-12-27  Mike Bayer- remove some more 2.4 targets
2010-12-27  Mike Bayerpy3k fixes
2010-12-26  Mike Bayer- link to the events we use
2010-12-26  Mike Bayer- docs for mutable events example
2010-12-25  Mike Bayer- on_expire event, since we are starting to build off...
2010-12-25  Mike Bayer- add a new "on mapper configured" event - handy !
2010-12-24  Mike Bayerbugfix
2010-12-23  Mike Bayer- more skippage of 2.4
2010-12-23  Mike Bayer- restore declarative support for "composite"
2010-12-23  Mike Bayer- added flag to mark any attribute as "modified"
2010-12-23  Mike Bayer- slight simplify to state.modified_event()
2010-12-23  Mike Bayer- allow cextension version to fall back to non-cextension
2010-12-23  Mike Bayer- remove OrderedSet usage from a critical area
2010-12-22  Mike Bayer- fix beaker caching example to use new ".callable...
2010-12-22  Mike Bayer- arg callcounts change from 2.6.4 to 2.6.6
2010-12-22  Mike Bayer- another heap of inlinings and now I really have to...
2010-12-21  Mike Bayer- apply pep8 to compiler.py
2010-12-21  Mike Bayer- merged the test for [ticket:1997], r1b1f195483aa...
2010-12-21  Mike Bayertiny inlinings
2010-12-21  Mike Bayer- refactor expire_attributes into two simpler methods
2010-12-21  Mike Bayer- modest inlinings into the MapperProperty.setup/row_pr...
2010-12-21  Mike Bayercallcount reduction
2010-12-20  Mike Bayerdont need the wrapper here
2010-12-20  Mike Bayer- convert built in AttributExtensions to event listener fns
2010-12-20  Mike Bayer- with composites gone all the get_col_value crap is...
2010-12-20  Mike Bayer- clean it up a bit
2010-12-20  Mike Bayer- move the "descriptor" properties into a separate...
2010-12-20  Mike Bayer- migrate composites to its own test suite, break up...
2010-12-20  Mike Bayer- crudely, this replaces CompositeProperty's base to be
2010-12-20  Mike Bayermerge tip
2010-12-20  Mike Bayer- merge versioning example fix from 0.6
2010-12-20  Michael Triermerge tip
2010-12-20  Michael TrierRidding the world of a few wasteful imports.
2010-12-20  Mike Bayerskip some len calls
2010-12-20  Mike Bayermore inlines
2010-12-20  Mike Bayerestablish default for returns_unicode_strings in py3k
2010-12-20  Mike Bayercallcounts
2010-12-20  Mike Bayer- try to make get_all_pending() a little easier to...
2010-12-20  Mike Bayer- merge tip
2010-12-20  Mike Bayer- further optimize what get_all_pending() returns to...
2010-12-20  Michael Triermerge tip
2010-12-20  Michael TrierAdded NULLS FIRST and NULLS LAST support.
2010-12-20  Mike Bayertriple check that the dict is empty
2010-12-19  Mike Bayer- merge tip
2010-12-19  Mike Bayer- callcounts
2010-12-19  Mike Bayer- use a subset of inspect.getargspec() so that get_func...
2010-12-19  Mike Bayernarrow down cascades in session some more
2010-12-19  Mike Bayer- duh, compiled is per dialect
2010-12-19  Michael TrierAdded vim undo files to the ignore list.
2010-12-18  Mike Bayertrivial inlinings
2010-12-18  Mike Bayer- some good inlinings to the whole cascade_iterator...
2010-12-18  Mike Bayerthis innocuous change allows sqlite to work with pypy...
2010-12-17  Mike Bayermerge tip
2010-12-17  Mike Bayer- use get_all_pending in per_state_flush_actions()...
2010-12-17  Mike Bayer- callcounts
2010-12-17  Mike Bayer- remove the need to use LoadDeferredColumns, LoadLazyA...
next