Tim Sehn
Tim Sehn
``` PS C:\Users\timse> dolt sql-client # Welcome to the Dolt MySQL client. # Statements must be terminated with ';'. # "exit" or "quit" (or Ctrl-D) to exit. mysql> show databases;...
That's me doing this and seeing how it worked using autocommit off. So, one bug is that the merge returns: ``` mysql> call dolt_merge('other'); +--------------+ | no_conflicts | +--------------+ |...
``` mysql> set autocommit=1; mysql> show variables like 'autocommit'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | autocommit | 1 | +---------------+-------+ mysql> call dolt_checkout('other'); +--------+ | status | +--------+...
We're still going to fix the error message. Here's the PR: https://github.com/dolthub/dolt/pull/3413
I think this works now with all of our prepareds work. @max-hoffman ?
Apparently not. 
This works now. ``` mysql> CREATE TABLE status(pk int); Query OK, 0 rows affected (0.01 sec) mysql> show create table status; +--------+-----------------------------------------------------------------------------------------------------+ | Table | Create Table | +--------+-----------------------------------------------------------------------------------------------------+ |...
We agree. It's on the roadmap after we finish new storage engine work: https://www.dolthub.com/blog/2022-05-20-new-format-alpha/ We'll likely finish storage engine around September.
This is so cool! Thank you.
I'm going to close this as we were never able to drive to resolution.