You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added mssql as client in ternary and it worked (in bold)
please update in future release
The text was updated successfully, but these errors were encountered:
Oumar24sh
changed the title
Create with knexDb plugged with mssql returns no id gets General Error
Create method with knex plugged with mssql database returns no id. Gets General Error in feathers api
Feb 17, 2020
feathers-knex\lib\index : line 245
const returning = client === "pg" || client === "oracledb" || client === "mssql"? [this.id] : [];
Added mssql as client in ternary and it worked (in bold)
please update in future release
The text was updated successfully, but these errors were encountered: