News

With Go 1.9, driver-specific things are not needed, everything (I need) can be achieved with the standard database/sql library. Even calling stored procedures with OUT parameters, or ...
However, there are exceptional cases, when you need it even for Oracle - e.g. at the end of a PL/SQL block. The library can handle it for you and remove the semicolon at the end of the SQL string. By ...