Skip to content
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

Support 'LONG' type #142

Open
nkibler7 opened this issue Jan 16, 2016 · 1 comment
Open

Support 'LONG' type #142

nkibler7 opened this issue Jan 16, 2016 · 1 comment

Comments

@nkibler7
Copy link

From the sounds of it, Waterline wants this to be at the database adapter level, per this issue. This has already been done to sails-mysql as well.

OrientDB does have long type support (-263 through 263-1) and it would be nice to use it, having it persist through schema migrations. For now, I can change my OrientDB field type directly, but if I perform a schema migration, I'll have to change it again.

@sixpounder
Copy link

I suggest you to follow this thread balderdashy/waterline#981.
In the meanwhile, you could edit the orientdb adapter in a way similar to the one I used in the PR you referenced, I think there should be no problems with that (if tests are ok)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants