Tim Sehn
Tim Sehn
Thanks. We will get this on the schedule.
CEO of DoltHub here. This looks like we broke something in 0.39.0. There was a big prepared statement change in that release so I suspect that will be the cause....
https://github.com/dolthub/dolt/releases/tag/v0.39.1 This release should fix the above issues. Please test and let us know if something else breaks. Thanks for the report.
It turns out this should fail in Postgres. It is not supported syntax.
Also `show tables` works and it should not. * `\dt` should be interpreted as `show tables` * `\d tablename` should be `describe tablename` * `show create table` should not work
Thanks for the report. I saw this and yesterday's reports. We are not actively working on this right now but I'll see if @zachmu or I can carve out some...
So this should be covered by this line: https://github.com/dolthub/pg2mysql/blob/1c2683cba1dfd81b5b6a80ca81ca243e2f48fb14/pg2mysql.pl#L379 Possibly they are getting through in a non-insert?
I think #48 should fix this but I need to write some tests
This is fixed by #48
@Hydrocharged did this for a reason. Please elaborate Daylon.