Tim Sehn
Tim Sehn
In the meantime you can do it this way: ``` dolt reset --soft HEAD~1 dolt reset HEAD dolt commit -am "" ```
That would be great! Our contributor guide is here: https://docs.dolthub.com/guides/contributing @fulghum can point you in the right direction when he comes online.
Resolving. We don't support pre-1.18 versions of Golang.
@fulghum one for your test suite.
The show grants issue isn already documented here https://github.com/dolthub/dolt/issues/3589
Can you try Fivetran again and let us know if it works with the table grants fix?
Great. Yes that missing `%` issue we fixed today and will be in the next release. We required explicit definition of the `%` for the host field or left it...
We’ll poke through these tomorrow and see if anything is off
This is not a thorough analysis but some obvious missing function support is likely the cause. We at least don't support `BIT_XOR()` or `CONV()` Docs: https://docs.dolthub.com/sql-reference/sql-support/expressions-functions-operators#functions-and-operators Source: https://github.com/dolthub/go-mysql-server/tree/main/sql/expression/function We'll scope...
I made new issues for these specific functions: `BIT_XOR()`: https://github.com/dolthub/dolt/issues/4098 `CONV()`: https://github.com/dolthub/dolt/issues/4099