Tim Sehn
Tim Sehn
Great bug. We'll get on this today.
I think this is also a bug @druvv: ``` mysql> select * from `accounts` where user_id=1 and `type`="free"; Empty set (0.00 sec) ``` We should return a row here.
I think I'm going to resolve this one. Please create a new bug in `go-mysql-server` if you have a persistent problem there. We've made changes to `information_schema` latesly and that...
JSONExtract() and JSONUnquote are supported according to: https://docs.dolthub.com/sql-reference/sql-support/expressions-functions-operators
I'm going to resolve this because it's a compatibnility with really old versions bug.
I think @andy-wm-arthur 's not null merge work will fix this but I'm going to make a repro anyway.
This fails with a good error message now at least: ``` $ dolt init --fun Successfully initialized dolt data repository. $ dolt sql -q "create table t (pk int primary...
Agree this is a great feature. In the meantime. Something like this should work if you have a running `dolt sql-server`. https://pypi.org/project/sqlite3-to-mysql/ And something like this will convert your dump...
We'll resolve this given the path no longer panics.
I think we close this correct?