All Versions
11
Latest Version
Avg Release Cycle
9 days
Latest Release
2993 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.1.10 Changes
January 13, 2017- ๐ Fixed
erubis
dependency once and for all
- ๐ Fixed
-
v0.1.9 Changes
December 09, 2016- โ Added gem dependencies
sinatra
anderubis
because excluding on purpose them did not really make sense
- โ Added gem dependencies
-
v0.1.8 Changes
November 06, 2016- ๐ Fixed loading URLs in GUI
-
v0.1.7 Changes
November 06, 2016- Corrected interpolating nested patterns
- Only upcasing whole (preserved) words
-
v0.1.6 Changes
November 05, 2016- ๐ Improved clickhouse console and server
- Using Bundler >= 1.13.4
- ๐ Changed cluster timeout to 5 seconds
-
v0.1.5 Changes
November 04, 2016- โ Added command line interface
clickhouse c
- Being able to start a Sinatra based Clickhouse client using
clickhouse s
- ๐ฒ Using :debug to log queries
- โ Added command line interface
-
v0.1.4 Changes
October 25, 2016- Ensured that Clickhouse does not modify the passed cluster config
- Introduced Clickhouse#connect which returns either a cluster or connection without memoizing it as Clickhouse#connection
-
v0.1.3 Changes
October 21, 2016- Only removing connections from cluster connection pool after a Clickhouse::ConnectionError
-
v0.1.2 Changes
October 20, 2016- Being able to specify a URL
- Raising a Clickhouse::ConnectionError when getting a Faraday::Error
- Made Clickhouse::Connection::Client#ping! public
- ๐ Supporting cluster connections using Pond (thanks @chanks)
-
v0.1.1 Changes
October 19, 2016- Using the JSONCompact format as query output which does not brake when having a JSON string within the data
- Ensuring that Clickhouse::Connection::Query#count return an integer
- Made Clickhouse::Connection::Query#to_select_query public
- Being able to pass strings as :where or :having option
- ๐ Being able to symbolize the row to hash parsing