Zach Musgrave

Results 137 comments of Zach Musgrave

> This PR #795 implements prepared statements and doubles our testing coverage for `BindVar`s, including subqueries. Hopefully we will merge and release in the next week. Max, let's address this...

I think we have pretty good confidence that bindvars are being correctly propagated everywhere we know of now. If you find specific cases where this isn't true, please open another...

We haven't seen this with long-running queries, no. But we also run our server with the same network timeout as mysql, 1 day. Is the client timing out and never...

Without a way to reproduce this, I'm going to close this out. Please do reopen if you can find a way to reliably trigger this behavior.

I believe dolt currently requires that the auto increment column is a primary key column, but it shouldn't be that tricky to fix. Is this blocking you getting dolt into...

Workaround for this is to push an empty ref to the remote branch: `dolt push origin :branchname`

This happens because we create the table, then add foreign keys after it exists. The same is true for other table features (checks). To fix this, we need to define...

That would fix the immediate issue, yes.

There are a couple ways we could move forward with this requirement, but both of them require more work than Daylon originally thought. 1) Support multiple DBs in the same...

Thanks for getting back to me. I can think of a couple ways forward. Depending on the size of the common database and how often you expect it to change,...