This pr try to compile the provided arguments using go-sqlbuilder library.
At the current state, the driver just discards the argument without even notifying the caller about this.
If we don't want to bother the driver with the responsability of compiling the arguments, we should at least return an error if any argument is provided so, at least, the caller know about this.
This pr try to compile the provided arguments using go-sqlbuilder library. At the current state, the driver just discards the argument without even notifying the caller about this. If we don't want to bother the driver with the responsability of compiling the arguments, we should at least return an error if any argument is provided so, at least, the caller know about this.