You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased][unreleased]
5
5
6
-
## [v0.12.0] - 2015-09-29
6
+
## [v0.12.0-beta.1] - 2015-09-29
7
7
### Changed
8
8
-`all` keys removed in all places as it has no effect on query results
9
9
- function `args` property now always contains an array. when `DISTINCT` is used in function arguments, then a `distinct: true` property is added to the function node.
10
10
- any property that was previously attached to a node with a value of `null` is no longer included in the AST. this should reduce the size of the AST considerably with useless information. for example, the `with` property of a `SELECT` statement node.
11
+
- all `false` values that were included by default (e.g.: `temporary`, `autoIncrement`, etc...) are only included in the AST when the value is `true`
11
12
- expected AST for each spec is located in its own `.json` file instead of keeping it inside of the JS file.
12
13
13
14
## [v0.10.2] - 2015-07-09
@@ -428,8 +429,8 @@ All notable changes to this project will be documented in this file.
0 commit comments