summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-211-22/+36
* typoRaphael2018-11-301-1/+1
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5
* - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* Revert "some spelling fixes" - unfortunately dml.py got whacked / pushed by a...Mike Bayer2015-12-171-0/+788
* some spelling fixesjonathan vanasco2015-12-161-788/+0
* - add a JSON warning for coerce_compared_valueMike Bayer2015-10-281-0/+20
* Remove useless codeLeonardo Rochael Almeida2015-08-061-3/+0
* - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-5/+23
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-1/+4
* Fix typosErnest Walzel2015-03-261-1/+1
* - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* - copyright 2015Mike Bayer2015-03-1018-18/+18
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-0/+1
* no hassuffixes in 0.9Mike Bayer2014-12-271-1/+1
* correctionsMike Bayer2014-12-272-2/+2
* - correctionsMike Bayer2014-12-272-1/+9
* - typo fixes #3269Mike Bayer2014-12-271-1/+1
* Maul the evaulate & friends typoPriit Laes2014-12-193-3/+3
* - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-3/+7
* - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+8
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
* Fixed typomozillazg2014-10-151-2/+2
* - fix the marker here so this page can be foundMike Bayer2014-10-101-4/+6
* - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-1/+2
* - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+122
* - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-011-9/+20
* Merge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalchemy into rel_0_9Mike Bayer2014-08-211-7/+8
|\
| * - doc corrections for inline=TrueMike Bayer2014-08-211-7/+8
* | Fix copy-paste error in Delete docGunnlaugur Þór Briem2014-08-211-2/+2
|/
* - upgrade the note about inline=True to a warning, and make it clear thatMike Bayer2014-08-201-7/+14
* - rework documentation for reflection flags, backport fromMike Bayer2014-08-091-42/+94
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-1/+1
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-242-6/+50
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2018-1803/+1995
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-153-8/+12
* - wrestle with conv() and tests some moreMike Bayer2014-07-142-42/+53
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-143-14/+24
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-144-19/+49
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-7/+10
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-2/+4
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-1/+1
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-6/+9