SELECT push(colors) FROM baseball
GO
See the attached pic
same for addtoset(colors)
The unmatched space char appears because of the way how the default JSON array serializer displays the array as string. I'll replace these default serializers with custom ones (see issue #8855) and then this issue will be fixed, too.
The unmatched space char appears because of the way how the default JSON array serializer displays the array as string. I'll replace these default serializers with custom ones (see issue #8855) and then this issue will be fixed, too.
Emil, this doesnt seem to be fixed in 14.0.0-beta-17. Can you double check ?
Emil, this doesnt seem to be fixed in 14.0.0-beta-17. Can you double check ?
Indeed, this issue was half-fixed (select colors from baseball
was displayed ok, but select push(colors) from baseball
) due to a bug inside the Mongo Java Driver library.
I've patched this library and also fixed the JDBC driver source-code for aggregate functions and now it works ok.
Indeed, this issue was half-fixed (select colors from baseball
was displayed ok, but select push(colors) from baseball
) due to a bug inside the Mongo Java Driver library.
I've patched this library and also fixed the JDBC driver source-code for aggregate functions and now it works ok.
I've patched this library
Since the java library is an OSS project on github, could you file an issue with them and also send them the fix. This way, hopefully they'll incorporate it into their next version and we won't have to maintain this one-off patch.
I've patched this library
Since the java library is an OSS project on github, could you file an issue with them and also send them the fix. This way, hopefully they'll incorporate it into their next version and we won't have to maintain this one-off patch.
Issue #8955 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-beta-22 (mongo-jdbc 1.2.0) |
No time estimate |
1 issue link |
depends upon #8855
Issue #8855$date added as key field in date datatype |
same for addtoset(colors)