| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 1 | -4/+4 |
| * | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -9/+1 |
| * | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -15/+29 |
| * | - improve documentation for return_defaults() and returned_defaults. [ticket... | Mike Bayer | 2013-12-20 | 1 | -26/+59 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -1/+7 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 2 | -5/+20 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -10/+9 |
| * | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 1 | -6/+0 |
| * | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
| * | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -0/+4 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 2 | -3/+8 |
| * | - add "force_nocheck" as a way to turn on unicode=force without even | Mike Bayer | 2013-12-15 | 1 | -2/+7 |
| * | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -3/+3 |
| * | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -21/+34 |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -1/+5 |
| * | convert to a list here for py3k | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -0/+4 |
| * | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 2 | -2/+2 |
| |\ |
|
| | * | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 2 | -2/+2 |
| * | | more fix | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | fix | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | make generativeselect available | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 4 | -193/+482 |
| * | | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -27/+36 |
| * | | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 2 | -7/+15 |
| * | | - work in progress, will squash | Mike Bayer | 2013-11-28 | 2 | -21/+132 |
| * | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 2 | -2/+6 |
| |\ \ |
|
| | * | | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 2 | -4/+6 |
| | * | | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+0 |
| | * | | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 2 | -0/+4 |
| * | | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 1 | -8/+13 |
| * | | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -9/+43 |
| * | | | 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 | -1/+1 |
| * | | | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Import CTE so that API doc can be generated | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| * | | Change CompileException references to ConpileError | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| * | | Fix cross reference | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| * | | Ensure API generation and fix cross references | Vraj Mohan | 2013-11-13 | 2 | -4/+7 |
| * | | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 5 | -11/+12 |
| * | | Fix cross references | Vraj Mohan | 2013-11-12 | 2 | -5/+7 |
| |/ |
|
| * | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 1 | -2/+5 |
| * | Super-minor doc fixpr/39 | Jacob Magnusson | 2013-10-28 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -1/+3 |
| |\ |
|
| | * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+3 |
| * | | - add migration notes for [ticket:2838] | Mike Bayer | 2013-10-24 | 1 | -0/+18 |
| * | | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 7 | -87/+277 |
| * | | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 2 | -13/+16 |
| * | | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -2/+2 |
| * | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 3 | -46/+141 |