Raymond Feng
Raymond Feng
As it complains, the base class only accepts two args. If you meant to configure the dataSource with `schema`, you need to change the `dataSource` in the constructor before calling...
You can define a function such as: ```ts function updateDataSource(dataSource: juggler.DataSource) {} ``` Then in the constructor: ```ts super(entityClass, updateDataSource(dataSource)) ```
Good point. I'll update. Please use https://github.com/strongloop/loopback-next/tree/socketio instead.
It's a general configuration scheme. 1. The data source settings should have the option to specify default DB schema. 2. Each model can override it using https://docs.strongloop.com/display/public/LB/Model+definition+JSON+file#ModeldefinitionJSONfile-Datasource-specificoptions Most connectors should...
If you propose to enhance https://github.com/strongloop/loopback-connector/blob/master/lib/sql.js#L229 to consider `schema`, +1.
@lhr0909 Sorry for the long delay. Would you like to rebase it on top of master branch? I have fixed the project dependencies and set up. It would be great...
To those who are concerned, we did the analysis and concluded that the reported vulnerability was transitively from an older version of mocha. No runtime code uses that dependency and...