cznic

Results 247 comments of cznic

I have unfortunately never used Go with gomobile. Can you please try with latest stable, ie. go1.7, if, by chance, it gets any farther? I am disappointed that FileTemp, as...

I'm back. @rasabbey I'm not sure what I can do for you. Please let me know about the progress on this, if any.

For example ``` bash $ ql 'create table a (i int, key int)' $ ql 'create table b (i int, key int)' $ ql 'create table c (i int)' $...

The [documented grammar](https://godoc.org/github.com/cznic/ql#hdr-SELECT_FROM) does not allow nesting of the join clause. That should be fixed (PRs weclome :smile:). AFAICT, something like this should work ``` sql drop table if exists...

> can yuo please tell me what is the expected result from this ? I'm not completely sure, unfortunately. Can you please try what, with required modifications, the results are...

I have ~~read~~ skimmed the 700+ sql-92 standard and I need a beer ;-) Anyway, some very rough emulation of a subset of the 92 standard is possible while ignoring...

This issue is now blocked on #10