We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi OrientDB Docker image tag: 3.0.25 Orientjs: 3.0.8
Example
const session = await pool.acquire(); session.index.create({ name: 'User._username', class: 'User', type: 'UNIQUE', properties: ['username'], ifnotexist: true })
I'm getting an Error
throw e; ^ OrientDB.RequestError: Index User._username already exists
The text was updated successfully, but these errors were encountered:
fix: orientechnologies#418
0961b6b
1c7ce37
wolf4ood
No branches or pull requests
Hi
OrientDB Docker image tag: 3.0.25
Orientjs: 3.0.8
Example
I'm getting an Error
The text was updated successfully, but these errors were encountered: