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
Hi,
I have upgrade orm to 2.0.11, the error log in #135 disappeared, however, when I use the find method, it returns a list of results that each one is all the same. It repeats one and only one result many times.
webperformance.find(query, 10, function (err, page) {
});
I had met this once when I added the column id but do not set it to primary key and default value is null;
Here is my Model;
Hi,
I have upgrade orm to 2.0.11, the error log in #135 disappeared, however, when I use the find method, it returns a list of results that each one is all the same. It repeats one and only one result many times.
I had met this once when I added the column id but do not set it to primary key and default value is null;
Here is my Model;
And here is my table;
I have checked that all the primary key field is not null in database.
The text was updated successfully, but these errors were encountered: