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
We needed to add the name attribute to this adapter because of the way that knex queries work. If you don't make a call to knex('table_name') every time then you end up with weird results. An alternative is to use the .from('table_name') syntax but you'd still need to call it every time you make a query.
All other db adapters support these options:
So it should look like this:
The text was updated successfully, but these errors were encountered: