quintanar401 / connect-kdb-q

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

Minor issue in displaying nested sym dictionaries #4

Closed EdrinP closed 7 years ago

EdrinP commented 8 years ago

Run this: (ab)!(1; (1#c)!1#d)

Displays result: a|1 b|enlist c!enlist d

Would be nice if the last line was either of the following: b|(enlistc)!enlist d b| (,c)!,d (this is what the q prompt displays)

quintanar401 commented 8 years ago

added () for 1 element keys , vs enlist can be customized I guess but probably there is other k-like output...