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
node-cubrid no longer emits events except for disconnect. All data, including errors, are now handled solely by callbacks or promises.
Support for Node less than v4 is dropped.
queryWithParams(), executeWithParams(), addQuery(), addNonQuery(), as well as queriesQueueIsEmpty() functions have been removed. query() and execute() functions can handle the same functionality.