summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* fix typo in PickleType documentationFederico Caselli2020-03-041-1/+1
* Fix test failures from func doc fixMike Bayer2019-10-171-1/+1
* fix func docsMike Bayer2019-10-171-69/+108
* Document visitors moduleMike Bayer2019-09-121-20/+148
* - shore up TypeDecorator docs a bit to not render tons ofMike Bayer2019-08-101-0/+9
* Small text error in json field docDenis Kataev2019-07-171-1/+1
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-153-10/+10
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-159-110/+0
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-127-100/+181
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-4/+4
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-211-22/+36
* typoRaphael2018-11-301-1/+1
* happy new yearMike Bayer2018-01-1219-19/+19
* `ValuesBase.values` inconsistency fixAubrey Stark-Toller2018-01-121-17/+22
* add nullsfirst() / nullslast() to top-level importsLele Gaifax2017-11-161-0/+2
* Accommodate tuples for ColumnDefault.__repr__Nicolas CANIART2017-10-311-1/+1
* Merge "Don't include SelectBase when searching for surface column elements" i...mike bayer2017-10-101-3/+7
|\
| * Don't include SelectBase when searching for surface column elementsMike Bayer2017-10-051-3/+7
* | Fix array_agg to accommodate ARRAY argumentsMike Bayer2017-10-061-1/+8
|/
* Support method form of any_(), all_()Mike Bayer2017-09-272-1/+35
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-252-25/+26
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-052-2/+21
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-1/+1
* Fix a few doc typosLele Gaifax2017-06-021-4/+4
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16
* - Document the most transparent way to set JSON.NULL forMike Bayer2017-05-181-0/+16
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-20/+28
* - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
* Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-1/+5
* Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-181-2/+2
* - add a note as to why we have this very complicated AnnotatedMike Bayer2017-03-091-0/+7
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-072-11/+79
* - document ForeignKeyConstraint columns / elements, fixes #2904Mike Bayer2017-03-071-0/+22
* Don't cache savepoint identifiersMike Bayer2017-03-061-1/+7
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-283-1/+11
* - add a note referring to the enum value as not currently persisted,Mike Bayer2017-02-011-3/+8
* - clarify Enum validation rules, fixes #3904Mike Bayer2017-02-011-6/+15
* - correctly document LIKE / ILIKE, fixes #3890Mike Bayer2017-01-161-6/+16
* Better hide engine passwordValery Yundin2017-01-161-2/+2
* Merge "Support python3.6"mike bayer2017-01-1310-89/+89
|\
| * Support python3.6Mike Bayer2017-01-1310-89/+89
* | Pass **kw to bound params in multi valuesMike Bayer2017-01-091-1/+1
|/
* Merge "Tighten rules for order_by(Label) resolution"mike bayer2017-01-092-8/+9
|\
| * Tighten rules for order_by(Label) resolutionMike Bayer2017-01-062-8/+9
* | update for 2017 copyrightMike Bayer2017-01-0419-19/+19
|/
* Correct any_, all_ spellingMike Bayer2016-12-281-1/+1
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+1