Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix _create for oracledb client (#221)
The _create method was throwing an error because oracledb insert was returning the counting of changed rows instead of an array with row inserted rows id. The fix consists in adding a clause to set the "returning" parameter of insert to ["id"].
- Loading branch information