KxSystems / rkdb

R client for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
41 stars 29 forks source link

Months do not convert to character #17

Closed gerrymanoim closed 6 years ago

gerrymanoim commented 7 years ago

Not sure if this is a code fix, or a documentation fix.

q)t:2000.01m
q)tt:(2000.01m;2001.01m;2002.02m)

Produces

> execute(h, "t")
[1] 0
> execute(h, "tt")
[1]  0 12 25
gerrymanoim commented 7 years ago

Same issue with types:

q r documented
minute character
second character
time character

None return as characters