/** Begins a transaction. Returns true if the begin
* succeeded, false if it failed. If the database
* automatically begins a new transaction when a
* commit or rollback is issued then this doesn't
* do anything unless SQL Relay is faking transaction
* blocks. */
static VALUE sqlrcon_begin(VALUE self) {