jennifersp

Results 14 comments of jennifersp

Hi @knutwannheden, ah yes I'll re-open it for now. It needs fix for the tests only. I'll merge it back again with the tests fixed tomorrow. Sorry about that.

Hey @knutwannheden, the fix has been merged with fixed tests, it will be included in the next Dolt release. Thank you again for helping us find this bug! :)

Hi @wupeaking, thank you for providing the demo. There are couple things need fixing in the demo: - The first merge performs fast-forward, which there is nothing to commit, so...

We're woking on publishing official Docker Image on DockerHub, but `dolthub` account name on DockerHub is taken by former employee and we're trying to get it back.

Quick update: - We have added Dockerfile in our dolt repo and published a Docker Image of dolt on DockerHub, https://hub.docker.com/r/dolthub/dolt. - We are now working on a Docker Image...

We've added Docker Image for `dolt sql-server` on DockerHub, https://hub.docker.com/r/dolthub/dolt-sql-server

Hi @phanxgames, thank you for the issue. I was not able to reproduce this issue. Can you give us little more details on the queries you ran to get this...

fixed in https://github.com/dolthub/dolt/pull/4105

Above case matches MySQL behavior. `set @@persist.dolt_transaction_commit = 1;` persists and sets `GLOBAL` variable only. `show variables like '%dolt%';` shows `SESSION` variables by default. The user needs to set the...

Support for `:=` for variable assignment is added [here](https://github.com/dolthub/vitess/pull/289). This PR does not include `:=` operator usage in `SELECT` as it is deprecated in MySQL.