| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -3/+4 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -1/+19 |
| * | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -0/+32 |
| * | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -0/+11 |
| * | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -1/+40 |
| * | - round trip test | Mike Bayer | 2013-12-09 | 1 | -0/+11 |
| * | Adds test to verify tsvector creation. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+2 |
| * | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -60/+31 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 2 | -15/+54 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -0/+82 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -6/+13 |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 2 | -52/+52 |
| * | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX | Mike Bayer | 2013-12-05 | 1 | -0/+11 |
| * | - The :class:`.DeferredReflection` class has been enhanced to provide | Mike Bayer | 2013-12-03 | 1 | -29/+83 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 2 | -133/+281 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 1 | -2/+2 |
| * | make sure thread.join() is used completely here | Mike Bayer | 2013-11-30 | 1 | -4/+8 |
| * | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem... | Mike Bayer | 2013-11-30 | 1 | -0/+10 |
| |\ |
|
| | * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40 | schettino72 | 2013-11-25 | 1 | -0/+10 |
| * | | - move additional enum compilation tests to postgresql/test_compiler.py | Mike Bayer | 2013-11-30 | 2 | -26/+26 |
| * | | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -0/+16 |
| * | | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -0/+12 |
| * | | Fixed bug where in Py2K a unicode literal would not be accepted | Mike Bayer | 2013-11-29 | 1 | -1/+21 |
| * | | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 3 | -169/+351 |
| * | | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 5 | -99/+134 |
| * | | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 6 | -75/+178 |
| * | | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -0/+6 |
| * | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -0/+65 |
| |\ \ |
|
| | * | | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+51 |
| | * | | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+16 |
| | |/ |
|
| * | | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 3 | -4/+72 |
| * | | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -10/+10 |
| * | | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -1/+23 |
| * | | -be more agnostic of quotes here | Mike Bayer | 2013-11-23 | 1 | -2/+2 |
| * | | clean up imports | Mike Bayer | 2013-11-23 | 1 | -9/+5 |
| * | | - this test only for mysql | Mike Bayer | 2013-11-23 | 1 | -2/+5 |
| * | | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 4 | -93/+136 |
| * | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 2 | -1/+25 |
| * | | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 2 | -3/+21 |
| * | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+6 |
| * | | - cleanup | Mike Bayer | 2013-11-22 | 1 | -267/+281 |
| * | | something changed the name here, probably one of those doc pullreqs | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | | fix [ticket:2868] some more | Mike Bayer | 2013-11-21 | 1 | -2/+4 |
| * | | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -3/+21 |
| * | | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -1/+13 |
| * | | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 2 | -0/+14 |
| * | | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+114 |
| * | | - apply a timeout to all join() calls for test_pool | Mike Bayer | 2013-11-17 | 1 | -5/+10 |
| * | | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 22 | -96/+12 |