| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite the convert_unicode docs and add tons of dragons | Mike Bayer | 2018-12-21 | 1 | -22/+36 |
| * | typo | Raphael | 2018-11-30 | 1 | -1/+1 |
| * | - further edit the unnest() example to suit PG's esoteric requirements | Mike Bayer | 2016-02-18 | 1 | -4/+6 |
| * | - use same colname as the alias we give to the PG function | Mike Bayer | 2016-02-16 | 1 | -2/+2 |
| * | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -10/+5 |
| * | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |
| * | Revert "some spelling fixes" - unfortunately dml.py got whacked / pushed by a... | Mike Bayer | 2015-12-17 | 1 | -0/+788 |
| * | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -788/+0 |
| * | - add a JSON warning for coerce_compared_value | Mike Bayer | 2015-10-28 | 1 | -0/+20 |
| * | Remove useless code | Leonardo Rochael Almeida | 2015-08-06 | 1 | -3/+0 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -3/+7 |
| * | - Added official support for a CTE used by the SELECT present | Mike Bayer | 2015-05-08 | 1 | -5/+23 |
| * | - Fixed issue where a :class:`.MetaData` object that used a naming | Mike Bayer | 2015-04-10 | 1 | -1/+4 |
| * | Fix typos | Ernest Walzel | 2015-03-26 | 1 | -1/+1 |
| * | - remove now-misleading comment that SQLite doesn't support MATCH, | Mike Bayer | 2015-03-14 | 1 | -2/+4 |
| * | - try to document how to get columns from constraints. | Mike Bayer | 2015-03-12 | 1 | -0/+8 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 18 | -18/+18 |
| * | - Fixed bug in 0.9's foreign key setup system, such that | Mike Bayer | 2015-01-28 | 1 | -9/+17 |
| * | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 1 | -0/+1 |
| * | no hassuffixes in 0.9 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | corrections | Mike Bayer | 2014-12-27 | 2 | -2/+2 |
| * | - corrections | Mike Bayer | 2014-12-27 | 2 | -1/+9 |
| * | - typo fixes #3269 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 3 | -3/+3 |
| * | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 1 | -3/+7 |
| * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+8 |
| * | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+7 |
| * | Fixed typo | mozillazg | 2014-10-15 | 1 | -2/+2 |
| * | - fix the marker here so this page can be found | Mike Bayer | 2014-10-10 | 1 | -4/+6 |
| * | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
| * | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -1/+2 |
| * | - add in all the method-chained methods to the parameter descriptions | Mike Bayer | 2014-09-09 | 1 | -43/+122 |
| * | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -9/+20 |
| * | Merge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalchemy into rel_0_9 | Mike Bayer | 2014-08-21 | 1 | -7/+8 |
| |\ |
|
| | * | - doc corrections for inline=True | Mike Bayer | 2014-08-21 | 1 | -7/+8 |
| * | | Fix copy-paste error in Delete doc | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -2/+2 |
| |/ |
|
| * | - upgrade the note about inline=True to a warning, and make it clear that | Mike Bayer | 2014-08-20 | 1 | -7/+14 |
| * | - rework documentation for reflection flags, backport from | Mike Bayer | 2014-08-09 | 1 | -42/+94 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 2 | -6/+50 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 18 | -1803/+1995 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 3 | -8/+12 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 2 | -42/+53 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 3 | -14/+24 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 4 | -19/+49 |
| * | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -7/+10 |
| * | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -2/+4 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -1/+1 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -6/+9 |