Kata is currently broken apparently? As of 2017-08-21 a simple "select * from people" query yields this error:
An error occurred while loading ./.entry.rb.
Failure/Error: print(tab ? "TAB" : "LOG", data.to_json, mode: "TABLE", label: label)
Encoding::UndefinedConversionError:
"\xE4" from ASCII-8BIT to UTF-8
/runner/frameworks/ruby/common.rb:17:in `encode'
/runner/frameworks/ruby/common.rb:17:in `to_json'
/runner/frameworks/ruby/common.rb:17:in `table'
/runner/frameworks/ruby/sql.rb:84:in `block in run_sql'
Kata is currently broken apparently? As of 2017-08-21 a simple "select * from people" query yields this error:
An error occurred while loading ./.entry.rb.
Failure/Error: print(tab ? "TAB" : "LOG", data.to_json, mode: "TABLE", label: label)
Encoding::UndefinedConversionError:
"\xE4" from ASCII-8BIT to UTF-8
/runner/frameworks/ruby/common.rb:17:in `encode'
/runner/frameworks/ruby/common.rb:17:in `to_json'
/runner/frameworks/ruby/common.rb:17:in `table'
/runner/frameworks/ruby/sql.rb:84:in `block in run_sql'
/runner/frameworks/ruby/sql.rb:74:in `map'
/runner/frameworks/ruby/sql.rb:74:in `run_sql'
./.spec.rb:1:in `<top (required)>'
./.entry.rb:6:in `<top (required)>'