quintanar401 / connect-kdb-q

Query execution support for KDB-Q in Atom
MIT License
7 stars 5 forks source link

Fix printing bug where query is splay table name (dict has val type -11) #13

Closed EdrinP closed 7 years ago

EdrinP commented 7 years ago

If querying a splay table name, q returns a flip of a dict where value is a symbol, rather than a list of lists. Our QTable length function assumes the latter, and silently fails w/out refreshing Query Results. This has been fixed.

Sample query: flip `a`b!`c