| 2011-02-10 |
Mike Bayer | - oursql dialect accepts the same "ssl" arguments in |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - typo fix [ticket:2017] |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - mssql VARBINARY emits 'max' for length when no length... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - The path given as the location of a sqlite database... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - Query.distinct() now accepts column expressions |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | formatting fix |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - An exception is raised in the unusual case that an |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
Mike Bayer | - py3k fix regarding new exception system |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - Non-DBAPI errors which occur in the scope of an ... |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - figured out the ::autodata directive, can move the... |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - The compiler extension now supports overriding the... |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - Fixed bug where a column with a SQL or server side... |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - add connection and cursor to is_disconnect(). We... |
commit | commitdiff | tree | snapshot |
| 2011-02-09 |
Mike Bayer | - Added an additional libpq message to the list of... |
commit | commitdiff | tree | snapshot |
| 2011-02-07 |
Mike Bayer | - Adjusted flush accounting step to occur before |
commit | commitdiff | tree | snapshot |
| 2011-02-07 |
Mike Bayer | - Session constructor emits a warning when autoflush... |
commit | commitdiff | tree | snapshot |
| 2011-02-05 |
Mike Bayer | show sequence members |
commit | commitdiff | tree | snapshot |
| 2011-02-05 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2011-02-05 |
Mike Bayer | - Session weak_instance_dict=False is deprecated. |
commit | commitdiff | tree | snapshot |
| 2011-02-05 |
Mike Bayer | - use proper directive here |
commit | commitdiff | tree | snapshot |
| 2011-02-05 |
Mike Bayer | - A single contains_eager() call across |
commit | commitdiff | tree | snapshot |
| 2011-02-04 |
Mike Bayer | - apply optimizations to alternate row proxies, [ticket... |
commit | commitdiff | tree | snapshot |
| 2011-02-04 |
Mike Bayer | - When explicit sequence execution derives the name |
commit | commitdiff | tree | snapshot |
| 2011-02-03 |
Mike Bayer | - Also emits the correct WHERE criterion |
commit | commitdiff | tree | snapshot |
| 2011-02-02 |
Mike Bayer | - Fixed bug where "middle" class in a polymorphic hierarchy |
commit | commitdiff | tree | snapshot |
| 2011-02-01 |
Mike Bayer | - Some adjustments so that Interbase is supported as... |
commit | commitdiff | tree | snapshot |
| 2011-02-01 |
Mike Bayer | docuemnt args for before_parent_attach, after_parent_attach |
commit | commitdiff | tree | snapshot |
| 2011-02-01 |
Mike Bayer | - schema.copy() functions will copy dispatch, but only... |
commit | commitdiff | tree | snapshot |
| 2011-01-31 |
Mike Bayer | - SchemaItem, SchemaType now descend from common type |
commit | commitdiff | tree | snapshot |
| 2011-01-30 |
Mike Bayer | - Added some defs to the resultproxy.c extension... |
commit | commitdiff | tree | snapshot |
| 2011-01-30 |
Mike Bayer | - A warning is emitted when a joined-table inheriting... |
commit | commitdiff | tree | snapshot |
| 2011-01-30 |
Mike Bayer | yikes, change that name on the Alias class too |
commit | commitdiff | tree | snapshot |
| 2011-01-30 |
Mike Bayer | - Added a `name` argument to `Query.subquery()`, to... |
commit | commitdiff | tree | snapshot |
| 2011-01-30 |
Mike Bayer | - Column.copy(), as used in table.tometadata(), copie... |
commit | commitdiff | tree | snapshot |
| 2011-01-26 |
Mike Bayer | fix this to work on 2.4 |
commit | commitdiff | tree | snapshot |
| 2011-01-26 |
Mike Bayer | - New DBAPI support for pymysql, a pure Python port |
commit | commitdiff | tree | snapshot |
| 2011-01-26 |
Mike Bayer | - new dialect for Drizzle [ticket:2003] |
commit | commitdiff | tree | snapshot |
| 2011-01-26 |
Mike Bayer | - fix oracle tests |
commit | commitdiff | tree | snapshot |
| 2011-01-25 |
Mike Bayer | callcount |
commit | commitdiff | tree | snapshot |
| 2011-01-23 |
Mike Bayer | add example usage for shard_id in context feature ... |
commit | commitdiff | tree | snapshot |
| 2011-01-23 |
Mike Bayer | - Horizontal shard query places 'shard_id' in |
commit | commitdiff | tree | snapshot |
| 2011-01-21 |
Mike Bayer | fix some formatting here |
commit | commitdiff | tree | snapshot |
| 2011-01-20 |
Mike Bayer | and try that again..... |
commit | commitdiff | tree | snapshot |
| 2011-01-20 |
Mike Bayer | - use types.MethodType here for python3 compat |
commit | commitdiff | tree | snapshot |
| 2011-01-20 |
Mike Bayer | rename 'frozendict' to 'immutabledict', since 'frozen... |
commit | commitdiff | tree | snapshot |
| 2011-01-18 |
Mike Bayer | typos |
commit | commitdiff | tree | snapshot |
| 2011-01-18 |
Mike Bayer | - Session.connection(), Session.execute() accept 'bind', |
commit | commitdiff | tree | snapshot |
| 2011-01-18 |
Mike Bayer | - Session.merge() will check the version id of the... |
commit | commitdiff | tree | snapshot |
| 2011-01-18 |
Mike Bayer | - move maxdb notes from wiki to the maxdb module |
commit | commitdiff | tree | snapshot |
| 2011-01-18 |
Mike Bayer | - tests for hybrid |
commit | commitdiff | tree | snapshot |
| 2011-01-17 |
Mike Bayer | - remove old perf/ tests from pre-2007 |
commit | commitdiff | tree | snapshot |
| 2011-01-17 |
Mike Bayer | - the zblog example is obsolete, the tests don't really... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |