-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinty for different data types #55
Comments
From looking at the code I don't think that it is possible at the moment. The only workaround would be to send the whole command as a string:
|
Unfortunately I need this for |
For writing, we use the JavaScript You can switch from To solve this issue, you would need to make a change to support writing of a JavaScript |
Interesting, I'll try this idea, thanks! |
Hi!
I'm struggling with this task: sometimes I need to send timestamp as infinity (
0Wp
). Is it possible? Perhapstyped
could takeInfinity
or some parameter that means "I want to deserialize it as null/inf etc... on kdb side"?Thanks!
The text was updated successfully, but these errors were encountered: