Skip to content

Commit 512f84f

Browse files
Apply suggestions from code review
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent 59b3bdf commit 512f84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Bugfix - Fix sql code generation to comply with sql mode `ONLY_FULL_GROUP_BY` (#916) PR #965
1515
* Bugfix - Fix count for left-joined `QueryExpressions` (#951) PR #966
1616
* Bugfix - Fix assertion error when performing a union into a join (#930) PR #967
17-
* Update `~jobs.error_stack` from blob to mediumblob
17+
* Update `~jobs.error_stack` from blob to mediumblob to allow error stacks >64kB in jobs (#984) PR #986
1818

1919
### 0.13.2 -- May 7, 2021
2020
* Update `setuptools_certificate` dependency to new name `otumat`

docs-parts/intro/Releases_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Bugfix - Fix count for left-joined ``QueryExpressions`` (#951) PR #966
1414
* Bugfix - Fix assertion error when performing a union into a join (#930) PR #967
1515
* Bugfix - Fix regression issue with `DISTINCT` clause and `GROUP_BY` (#914) PR #963
16-
* Update `~jobs.error_stack` from blob to mediumblob
16+
* Update `~jobs.error_stack` from blob to mediumblob to allow error stacks >64kB in jobs (#984) PR #986
1717

1818
0.13.2 -- May 7, 2021
1919
----------------------

0 commit comments

Comments
 (0)