According to `SqlDriver.execute` <documentation>,...
# squarelibraries
m
According to
SqlDriver.execute
documentation, non insert/delete/update SQL return 0, but when I use
VACUUM INTO
I get 1 (mostly, though 0 sometimes which I presume is when nothing changed). Is this expected?
d
The documentation is a bit overgeneralized. Other statements can return something non-zero but it's specific to the driver and the statement that was executed
thank you color 1