You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been scouring through documentation and source code for quite some time now to solve a basic problem - I want to execute an upsert statement using the dao api. I haven't found any indication on how to do batch upserts using dao api, no mention of the behavior of new(id, block) when a conflict is encountered (throw, replace, ignore?). Many functions like batchInsert in the DSL api are also lacking any sort of sensible documentation, mentioning tests only, and many are simply undocumented at all.
My problem for now is: how can I execute an upsert using DAO api?
But the bigger problem is that this library has one of the worst documentations I've ever seen.
The text was updated successfully, but these errors were encountered:
I've been scouring through documentation and source code for quite some time now to solve a basic problem - I want to execute an upsert statement using the dao api. I haven't found any indication on how to do batch upserts using dao api, no mention of the behavior of
new(id, block)
when a conflict is encountered (throw, replace, ignore?). Many functions likebatchInsert
in the DSL api are also lacking any sort of sensible documentation, mentioning tests only, and many are simply undocumented at all.My problem for now is: how can I execute an upsert using DAO api?
But the bigger problem is that this library has one of the worst documentations I've ever seen.
The text was updated successfully, but these errors were encountered: