Son Jungwook
Son Jungwook
It raises error when I create JiebaRb::Keyword object with default user_dict option. ``` JiebaRb::Keyword.new user_dict: :default ``` https://github.com/altkatz/jieba_rb/blob/master/lib/jieba_rb.rb#L49 I think `USER_DICT_FILE` must be `DEFAULT_USER_DICT`.
Sometimes simple insert query result is empty array `[]`, though all data were inserted to table correctly. ``` Index out of bounds (IndexError) 0x10a325535: *CallStack::new:CallStack at ?? 0x10a32848e: *raise:NoReturn at...
In crystal-db, prepared statements are only closed when the connection is closed. When it reach the max value, it raises exception ``` Error: Can't create more than max_prepared_stmt_count statements (current...
I think JSON number type would be better. `SELECT COUNT(1) FROM sensors;` `[{"type" => "table", "columns" => ["COUNT(1)"], "rows" => [["1"]]}]` `SELECT SUM(1) FROM sensors;` `[{"type" => "table", "columns" =>...
[eventql-crystal](https://github.com/measurechina/eventql-crystal) EventQL driver for crystal language based on ruby driver
How do you think about parallel requests feature? faraday: https://github.com/lostisland/faraday/wiki/Parallel-requests curb: https://github.com/taf2/curb#multi-interface-basic-http-get
According to doc, valid length values are 0, 4, 7, 11. https://dev.mysql.com/doc/internals/en/binary-protocol-value.html Sometimes DateTime type param is truncated to `''` by the following param. ``` (Before) 170310 4:15:46 1899 Connect...