File tree 2 files changed +4
-1
lines changed
core/src/main/java/io/crate
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changes for Crate
5
5
Unreleased
6
6
==========
7
7
8
+ 2015/01/19 0.45.7
9
+ =================
10
+
8
11
- SELECT statements that involved tables from the information_schema schema or
9
12
from the sys schema could fail if they contained columns in the ORDER BY
10
13
clause but didn't contain these columns in the result column list.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class Version {
35
35
36
36
37
37
public static final boolean SNAPSHOT = false ;
38
- public static final Version CURRENT = new Version (450699 , SNAPSHOT , org .elasticsearch .Version .V_1_3_5 );
38
+ public static final Version CURRENT = new Version (450799 , SNAPSHOT , org .elasticsearch .Version .V_1_3_5 );
39
39
40
40
static {
41
41
// safe-guard that we don't release a version with DEBUG_MODE set to true
You can’t perform that action at this time.
0 commit comments