Nanosecond support in the KDB+ Interfaces?

I noticed there doesn’t appear to be support for nanosecond types yetin the interfaces – for instance, the C# interface (http://kx.com/q/interfaces/csharp/). Is this support going to be added, and if so,anytime soon? Would be much appreciated.

> I noticed there doesn’t appear to be support for nanosecond types yet> in the interfaces – for instance, the C# interface (http://kx.com/q/\> interfaces/csharp/). Is this support going to be added, and if so,> anytime soon? Would be much appreciated.The java interface has support - http://kx.com/q/c/kx/c.javaThe C# one is coming soon.thanks

Hey Charles,Thanks for the prompt reply, much appreciated. When you say soon doyou have any timeframe more specific? (wondering if I should try tocode my own fix based on your java interface or wait for the kx fix).Noticed you took down the other C# interface code I linked to too --is that interface not going to be supported anymore?Regards,JamesOn Dec 31, 3:53?am, Charles Skelton <char…> wrote:> > I noticed there doesn’t appear to be support for nanosecond types yet> > in the interfaces – for instance, the C# interface (http://kx.com/q/&gt; > interfaces/csharp/). Is this support going to be added, and if so,> > anytime soon? Would be much appreciated.>> The java interface has support -http://kx.com/q/c/kx/c.java> The C# one is coming soon.>> thanks</char…>

> Thanks for the prompt reply, much appreciated. When you say soon do> you have any timeframe more specific? (wondering if I should try to> code my own fix based on your java interface or wait for the kx fix).Very likely the coming week.> Noticed you took down the other C# interface code I linked to too –> is that interface not going to be supported anymore?Correct. We will continue to maintain the original interface code thatArthur wrote - we have many users on Arthur’s code base and we had todecide which branch to keep maintaining. There’s not a great deal ofdifference between them (formatting and names aside), and pretty muchany IDE these days will reformat the code to your taste.thanks,Charlie