forked from ClickHouse/clickhouse-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
74 lines (59 loc) · 1.43 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
0.1.16
* fix use Property class for configuration
* Add settings to ClickHouseQueryParam
0.1.15
* lz4 support
* External data support
* Disable extremes for ResultSet query methods
* Consistent charsets and rounding
* Fix for configuration options
0.1.14
* Testing with travis
* Unsigned types support
* Improvement on setMaxRows
* Configuration options for external sort and aggregation
0.1.13
* Lazy init on cleaner executor
* Auto-load meta-file
* Implemented getArray()
* Fix exception specifier
* JDBC compliance improvements
0.1.12
* Fix setArray
* Improve isValid
* Fix single column result set
0.1.11
* Fix exception specifier
* Fix SimpleDateFormat usage
0.1.10
* Support ipv6 jdbc url
* Return correct default value for COLUMN_DEF
* getColumnClassName
0.1.9
* Skip jdbc url to another DB
* Statement to ResultSet
* Correct return value for execute(sql)
* Arrays support
0.1.8
* Improved performance of batch operations
* Don't create cleaner executer for every connection
0.1.7
* Don't set implicit max_execution_time
* LogProxy only for trace
0.1.6
* Don't fail on fetchSize hint
0.1.5
* Nan and inf values support for double
* Fix ClickHouseException
* Database from properties priority over url
0.1.4
* Fix batch support
* Fix timestamp mapping
0.1.3
* Batch support
0.1.2
* BigDecimal support
* Assembly plugin
* Fix isSelect
0.1.1
* Initial release