godness84
godness84
I use Next.JS with typescript plugin. When I import the generated client that's the exception that gets raised. If I replace `exports.createClient` with `module.exports.createClient` it works. What am I missing?
For each model a `xxxPrimitives` instance is generated in order to quickly select all the simple fields of a model. It's an instance of `QueryBuilder`, so you can keep calling...
It would be great if there were a code highlighting and syntax validation plugin for NetBeans.
The autogenerated code in _search.php uses a dropDownList for the properties that are marked as foreign keys. If in your model you are using the EActiveRecordRelationBehavior, the attribute used in...
fix too early unsubscription from channel pattern when there are multiple listeners on the same channel pattern.
Just to point out a behavior of this library that is not obvious and that made me wrong. If you subscribe for the same channel pattern multiple times, and then...