Maximilian Hoffman
Maximilian Hoffman
Seems like a two-way relationship. Any string that's convertible to a decimal also hash matches any form of that decimal, and vice versa. But strings only match their literal string....
Because only DDL operations and not data bleed through, it is maybe possible to merge empty tables into the working roots for active sessions on the same branch. We would...
Hi @tim-oh-thee, would you be willing to share the specific behavior you are interested in? We don't meaningfully support handler execution right now and there are a lot of different...
The way the current code works is that you can only create `NOT FOUND` condition handlers. But we do not perform any condition filter, so the handlers will run on...
Did a deeper pass and I think it's going to be more involved than I originally thought. Do you have any codes other than `1051` that you would like to...
For context, one of the problems here is that we do not have a 3-way mapping between sql states, error codes, and Dolt error types. So we can go and...
Yeah I was thinking the same thing last night, I'll start adding `SQLEXCEPTION` support this morning. The work for that feature should make it easier to quickly extend support for...
Thanks for your patience @tim-oh-thee, I have a PR here that id some directional progress that you might find useful: https://github.com/dolthub/go-mysql-server/pull/2323. This should support `SQLEXCEPTION` handlers that run for errors...
The changes should be in dolt `1.34.0`. I am going to leave this thread open for visibility given the limited support currently.
> > The plan looks correct. We must not be executing the plan correctly. > > I'm just thick. This plan is not correct. I don't think we can safely...