COMMIT RELEASE — release current connection after commit
COMMIT [ WORK ] RELEASE
The COMMIT RELEASE command releases current connection
between the client and the LightDB server after commit. Even on commit
failure, this command still releases current connection.
EXEC SQL COMMIT WORK RELEASE;
COMMIT RELEASE is compatible with Oracle Pro*C.