Zach Musgrave
Zach Musgrave
Thanks for the feedback, @Allam76 . Getting this right is an ongoing project, but we'll try to do a bit better on this.
Hi @Ehco1996, Sorry for the delayed response. This isn't on our backlog at the moment, as the MySQL binlog format is complicated and difficult to test. If you wanted to...
That should work. If you provide your schema and query we can debug this further.
Thanks for the report, this is a bug. We'll fix it. As a workaround, select a single column in the `NOT EXISTS` query. This works: ```sql select 1 where not...
Hard to tell because you have bind variables in your query above, but I think this is happening because you are inserting the string `'1'` into the BrandId column, rather...
This is now fixed.
We've got an active fork with ~400 extra commits of bug fixes and additions after src-d quit. We're planning on continuing development indefinitely, as this is powering our open-source database...
This was fixed long ago.
Hi @nemccarthy, Sorry for the long response time! Filtered table does work, but it's less well tested than other parts of the engine, as the comment you found indicates. It...
We fixed this at some point.