| 2013-12-07 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | - remove verbiage about "namespaces" from the dogpile... |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | - A DBAPI that raises an error on ``connect()`` which... |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | - restore having the connection closed before decrement... |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-12-07 |
Mike Bayer | - The :class:`.QueuePool` has been enhanced to not... |
commit | commitdiff | tree | snapshot |
| 2013-12-06 |
Mike Bayer | - Made a slight adjustment to the logic which waits... |
commit | commitdiff | tree | snapshot |
| 2013-12-06 |
Mike Bayer | - Made a slight adjustment to the logic which waits... |
commit | commitdiff | tree | snapshot |
| 2013-12-06 |
Mike Bayer | - The precedence rules for the :meth:`.ColumnOperators... |
commit | commitdiff | tree | snapshot |
| 2013-12-05 |
Mike Bayer | - changelog + test for pullreq #7, MSSQL dialect for... |
commit | commitdiff | tree | snapshot |
| 2013-12-05 |
Mike Bayer | Merged in dharland/sqlalchemy/patch-mssql-drop-index... |
commit | commitdiff | tree | snapshot |
| 2013-12-05 |
Mike Bayer | - add a new example section for "join conditions",... |
commit | commitdiff | tree | snapshot |
| 2013-12-05 |
Mike Bayer | fix underline |
commit | commitdiff | tree | snapshot |
| 2013-12-05 |
donkopotamus | Fix MSSQL dialects visit_drop_index to use the correct DDL |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Mike Bayer | - reflection of unique constraints backported to 0... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Mike Bayer | - The :class:`.DeferredReflection` class has been enhan... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Mike Bayer | - Added ORA-02396 "maximum idle time" error code to... |
commit | commitdiff | tree | snapshot |
| 2013-12-02 |
Mike Bayer | - Added new argument ``include_backrefs=True`` to the |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - the pronoun removal commit. there was only one... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | remove whitespace |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | make sure thread.join() is used completely here |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | .tox |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
mike bayer | Merge pull request #49 from msabramo/add_note_to_README... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | Merge branch 'orm-collections-list-clear' of github... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | not new anymore... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - move additional enum compilation tests to postgresql... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - selected documentation issues |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - re-document synonyms and remove warnings about "super... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - Fixed bug where values within an ENUM weren't escaped... |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | forgot to add this, oopsie |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | simplify this |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | convert to a list here for py3k |
commit | commitdiff | tree | snapshot |
| 2013-11-30 |
Mike Bayer | - add support for bindparam() called from AsFromText |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - start reworking examples to include more code from... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | remove this |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | Fixed bug where in Py2K a unicode literal would not... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - reduce verbiage in mutation.py regarding legacy style... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Hyunjun Kim | Fixed a syntax error in example code. |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
mike bayer | Merge pull request #45 from timka/patch-1 |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
mike bayer | Merge pull request #46 from vrajmohan/master |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | more fix |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | fix |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | make generativeselect available |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - New improvements to the :func:`.text` construct,... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - changelog, migration |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - repair the "lockmode" functionality of load_on_ident... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - add support for specifying tables or entities for... |
commit | commitdiff | tree | snapshot |
| 2013-11-29 |
Mike Bayer | - fix up rendering of "of" |
commit | commitdiff | tree | snapshot |
| 2013-11-28 |
Mike Bayer | - work in progress, will squash |
commit | commitdiff | tree | snapshot |
| 2013-11-28 |
Mike Bayer | Merge branch 'for_update_of' of github.com:mlassnig... |
commit | commitdiff | tree | snapshot |
| 2013-11-28 |
Mario Lassnig | added LockmodeArgs |
commit | commitdiff | tree | snapshot |
| 2013-11-27 |
Mike Bayer | - add more explicit docs for relationship mixin, [ticke... |
commit | commitdiff | tree | snapshot |
| 2013-11-27 |
Mike Bayer | - the wrapped memoized_property here was not working... |
commit | commitdiff | tree | snapshot |
| 2013-11-25 |
Mike Bayer | - adjustment, the spec says: "Within the user and passw... |
commit | commitdiff | tree | snapshot |
| 2013-11-25 |
Marc Abramowitz | README.unittests.rst: Add blurb about tox |
commit | commitdiff | tree | snapshot |
| 2013-11-25 |
schettino72 | orm.collection, list.clear(). remove 'before_delete... |
commit | commitdiff | tree | snapshot |
| 2013-11-24 |
Mike Bayer | - The :func:`.create_engine` routine and the related |
commit | commitdiff | tree | snapshot |
| 2013-11-24 |
Mike Bayer | pg8000 fix for decimal return scale |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | -be more agnostic of quotes here |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | - evaulate decimal_return_scale statelessly. Don't... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | clean up imports |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | - this test only for mysql |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | - Some refinements to the :class:`.AliasedClass` constr... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Mike Bayer | - The precision used when coercing a returned floating... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Mike Bayer | - Fixed bug where SQL statement would be improperly... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Mike Bayer | Fixed bug where Oracle ``VARCHAR`` types given with... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Mike Bayer | - cleanup |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Mike Bayer | something changed the name here, probably one of those... |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Mike Bayer | fix [ticket:2868] some more |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Mike Bayer | adjustment to work on py3k as well |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Mike Bayer | - Fixed bug which prevented the ``serializer`` extensio... |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Mike Bayer | - Fixed a regression caused by :ticket:`2812` where... |
commit | commitdiff | tree | snapshot |
| 2013-11-20 |
Mike Bayer | break up behavioral changes into ORM and Core |
commit | commitdiff | tree | snapshot |
| 2013-11-20 |
Mike Bayer | - The :class:`.RowProxy` object is now sortable in... |
commit | commitdiff | tree | snapshot |
| 2013-11-20 |
Mike Bayer | - The ``viewonly`` flag on :func:`.relationship` will... |
commit | commitdiff | tree | snapshot |
| 2013-11-19 |
Mike Bayer | Added support for new :attr:`.Session.info` attribute to |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Fix cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Generate API and resolve cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Fix cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Add API generation to resolve cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Add module documentation to resolve references |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Vraj Mohan | Remove reference to defunct class |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Mike Bayer | - apply a timeout to all join() calls for test_pool |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Mike Bayer | name it with a dash |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-11-17 |
Mike Bayer | - remove informix dialect, moved out to https://bitbuck... |
commit | commitdiff | tree | snapshot |
| 2013-11-16 |
Timur | Fix sessionmaker.__repr__ |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | sync up some changes for #2604 and #2607 from 0.7.10... |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | Merge branch 'master' of github.com:vrajmohan/sqlalchem... |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | Merge branch 'master' into rel_0_9 |
commit | commitdiff | tree | snapshot |
| 2013-11-15 |
Mike Bayer | do the wheel thing |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Vraj Mohan | Fix cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Vraj Mohan | Add undocumented members to resolve cross references |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Vraj Mohan | Fix method name |
commit | commitdiff | tree | snapshot |
| next |