Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit ce9a2c2

Browse files
committed
Update CHANGELOG.md with binary operator fix.
1 parent e3647c0 commit ce9a2c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
### Fixed
6+
- Added missing binary division operator so that things like this will now correctly parse.
7+
8+
``` sql
9+
select CAST(4 / 9 AS DECIMAL(5,2)) as hat
10+
from pants;
11+
```
512

613
## [v0.12.2] - 2016-01-29
714
### Fixed

0 commit comments

Comments
 (0)