|
|
|
|
|
by buhrmi
3933 days ago
|
|
I'm using upserts... The reason I'm using upserts is basically just lazyness because I didn't feel like refactoring the source code to work around requiring upserts. Also, I'm not very confident in C++ so I did not want to take on that task. |
|
IF record EXISTS then UPDATE else INSERT