quintanar401 / connect-kdb-q

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

Fails on null datetimes #2

Closed EdrinP closed 8 years ago

EdrinP commented 8 years ago

To reproduce, run Q expression: 0Nz Silently fails with nothing printed in query results tab. Also fails if 0Nz is anywhere in results (list, table, etc). Works with a non-null datetime (ex: .z.z). Works with most other null types tested. Atom version 1.7.1, connect-kdb-q version 0.3.2

quintanar401 commented 8 years ago

Null or Infinite floats/reals were not correctly processed (only datetime crashed). Thanks. Fixed in 0.3.3