sudowing / service-engine

Generalized service engine that auto provisions REST, GraphQL & gRPC services that support CRUD operations with full validation to tables, views and materialized views of several popular databases.
MIT License
12 stars 0 forks source link

Oracle QA: Returning Fields on Mutation #65

Open sudowing opened 2 years ago

sudowing commented 2 years ago

Confirm that Oracle support for RETURNING after CREATE & UPDATE works correctly for REST, GraphQL & gRPC.

sudowing commented 2 years ago

Disable returning on SML for now. Cannot seem to build correct query with knex.js. Will make another attempt to add feature later.

LN: feature disable https://github.com/sudowing/service-engine/pull/66/files#diff-39b2554fd18da165b59a6351b1aafff3714e2a80c1435f2de9706355b4d32351R903