Very helpful MicroORM so far, but it seems that there is no support for output bind variables at all for oracle, the simplest example: BEGIN :0 := 333; END; won't do a thing, it seems that all bind variables are set as input.
Is there even a possible way for an elegant implementation for output bind variables for oracle ?