Maxim Orgiyan
Maxim Orgiyan
And if you wanted to use CLIENT assigned keys instead, you'd do: {"keyColumn" : {"assignmentMethod" : "CLIENT"}, "contentColumn" : { "sqlType" : "BLOB"}, "versionColumn" : {"name" : "VERSION", "method" :...
We will take a look and get back to you. This seems completely unrelated to SODA.
Thanks. We (SODA team) tried this out against Ashburn but can't reproduce. Must be something specific to the UK region you're trying. We are checking with the appropriate team, will...
Our apologies about that! We reached out to the Autonomous DB team, and they asked for these details: Region Tenancy OCID Database name Would you be able to provide these?
We've tried in US, and it's working fine. I'll see if they can reproduce in UK. Or you can just shoot me an email: maxim dot orgiyan at oracle dot...
@CoolSoybean our apologies for that! Somehow I didn't get a notification on your message so just seeing it now. Have you solved the issue? If not, I can help you...
We've considered various ways to support "for each" with the Cursor, but it's not doable. The issue is having to implement Iterable/Iterator, those are not appropriate for the Cursor (for...
We considered unchecked exceptions but didn't want to go that route. For forEach, I'll look into it.
@karim789 Hi, we can definitely look into this suggestion. Is there some specific project/use-case that you need this support in SODA for, or is it more of a general request?...
Hi, thank you for the reply. SODA performance, and in particular SODA Java, is highly optimized. So you should be getting very high throughput and low latency with it, assuming...