cznic

Results 247 comments of cznic

Thanks a lot. BTW, note that both shell.c and sqlite3.c are already being translated by the sqlite2go tool.

@tandr It might get labelled "production-ready" iff at least a substantial portion of the TCL tests will pass. Currently struggling to make `sqlite2go` translate `libtcl`.

I believe it's the former.

Probably too much manual work.

@corywalker I'm fine with anything you consider a correct solution. I may become more actionable next week, feel free to push a fix if you have one, thanks.

> This might be best solved in interp.go in the expreduce package, instead of this parser. @corywalker Has the fix as suggested above been implemented and can this issue be...

> `SELECT ... From TableA with id() in (SELECT idA from TableB Where ...)` I assume `with` is a typo and it should be `WHERE` instead. Then please note that...

Correction - What I really wanted to write is, for example: ``` sql SELECT x, y, z FROM Table A WHERE id() IN ( SELECT idA FROM TableB WHERE expression...

Thank you very much for the pointers and ideas. I don't yet have any answers to your questions, though. I hope to make some progress though this weekend. (?)

Yes. It's now [documented](http://godoc.org/github.com/cznic/ql#hdr-Mandatory_transactions).