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