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
Using Database version 3.0.28
Using OrientJS API version 3.0.9
Using the class API method to drop the Class is throwing error as followed
On using method classObject.drop(CLASSNAME)
Error thrown is as followed
"Cannot read property 'pageSize' of undefined"
There is an issue with exec called within the drop method.
On further handling, the drop method promise break issue was seen.
The text was updated successfully, but these errors were encountered:
@wolf4ood When you are planning to release 3.0.10? We are in process of upgrading OrientDB as well as OrientJS. The timeline would be helpful to plan the activities.
Using Database version 3.0.28
Using OrientJS API version 3.0.9
Using the class API method to drop the Class is throwing error as followed
On using method classObject.drop(CLASSNAME)
Error thrown is as followed
"Cannot read property 'pageSize' of undefined"
There is an issue with exec called within the drop method.
On further handling, the drop method promise break issue was seen.
The text was updated successfully, but these errors were encountered: