Hi,
Since the 1.0 beta3, the DBConn exec seem not to take the callback as a callback anymore. In fact, it is considered as a parameter and therefor crash the script.
I get the following:
Am I doing something wrong or is it broken?
Mmoi
Since the 1.0 beta3, the DBConn exec seem not to take the callback as a callback anymore. In fact, it is considered as a parameter and therefor crash the script.
Code:
dbConn.exec(table, function()
{
sconomyLog(INFO, "Main table exists or created");
});
I get the following:
2019-06-29T22:32:31+02:00 error: sql: expected 0 arguments, got 1
Am I doing something wrong or is it broken?
Mmoi