-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content of arrays disapearing when using the same schema in two databases #72
Comments
can you give a code example? usually, models are specifically tied to a database (collection), so I think this may be intended (although confusing) |
Sorry for the late reply. I post the schema, the controllers for the template and main database no function in the history scripts are called at the moment so I don't think it has an influence. Schema cmelement.js
cmelementController.js
templateController.js
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using linvodb3 for a cognitive mapping learning software and have three databases that should use the same schema, a main database where all the data of the user generated objects are stored, one for templates of this objects and another one for history (changed and deleted objects). As soon as I use the same schema file all arrays are shown empty at the moment I query the database but if I open the database file in an editor or with klausgao's GUI the content of the array is shown.
I could fix the problem in my application by just duplicating the schema with another name but I think this isn't supposed to be that way so I want to bring it to your attention.
The text was updated successfully, but these errors were encountered: