quintanar401 / connect-kdb-q

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

Fails to display certain dictionaries #3

Closed EdrinP closed 7 years ago

EdrinP commented 8 years ago

For a dictionary where the key is a table, but the value isn't (not a typical situation, but can happen), there's a silent failure and nothing displays on Query Results. For example: ([]a:til 3)!til 3

quintanar401 commented 8 years ago

Yes, there is a problem, thanks. I'll try to fix it this week.

quintanar401 commented 8 years ago

Fixed both table!list and list!table