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

New AQL features #13

Open
1 of 8 tasks
theosotr opened this issue Jun 10, 2020 · 3 comments
Open
1 of 8 tasks

New AQL features #13

theosotr opened this issue Jun 10, 2020 · 3 comments

Comments

@theosotr
Copy link
Owner

theosotr commented Jun 10, 2020

  • INSERT, UPDATE, and DELETE queries
  • distinct records
  • many-to-many relationships
  • one-to-one relationships
  • NULL values
  • Array values
  • Datetime values
  • More predicate operators. Some examples
    • startswith
    • endswith
    • in
    • is
    • between
    • ... more
@theosotr theosotr added the AQL label Jun 10, 2020
@theosotr
Copy link
Owner Author

@StefanosChaliasos

@StefanosChaliasos
Copy link
Collaborator

For INSERT, UPDATE, and DELETE, should we run a select * query afterward to check the results?

@StefanosChaliasos
Copy link
Collaborator

#26 Distinct

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

No branches or pull requests

2 participants