Skip to main content

New answers tagged

3 votes

How to get the actual number of inserted rows when writing to a table in a DolphinDB plugin function?

Thank you @Ted Lyngmo for the tip. After switching to tableInsert instead of append!, I am able to get the actual number of rows inserted: static FunctionDefSP appendFunc = heap->currentSession()-&...
Shiv Sharma's user avatar
0 votes

Sync topics completion status across all courses in LearnDash

It's been a year and I'm sure you've fixed it by now, but for anyone else looking ... The obvious :O) - you haven't closed the function: learndash_process_mark_complete($user_id, $topic_id, true, ...
DuncanJ's user avatar
  • 16
1 vote
Accepted

DolphinDB Plugin Function Fails to Write Data to DFS

It is recommended to use the system's built-in append! function for writing to DFS tables. The "external partitions" error mentioned in the message is a self-protection mechanism of the ...
Gerard Kane's user avatar
Advice
0 votes
0 replies
0 views

Coding minecraft plugin with java

thank you so much!! i'll check it out <3
Tommaso's user avatar
Advice
1 vote
0 replies
0 views

Coding minecraft plugin with java

There are some tutorials (out there) that teach you how to do some of this work. (Like this one: https://docs.papermc.io/velocity/dev/creating-your-first-plugin/ ) However, if you have zero experience ...
Stultuske's user avatar
  • 9,469

Top 50 recent answers are included