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

Issue 13 #22

Merged
merged 8 commits into from
Jan 21, 2022
Merged

Issue 13 #22

merged 8 commits into from
Jan 21, 2022

Conversation

Ang3
Copy link
Owner

@Ang3 Ang3 commented Jan 21, 2022

  • Fixed Insert Query Builder returns error #13
  • Domains updates:
    • Enforces domains as iterable values.
    • Allow criteria as array and interpret as "composite domain AND" for simple criteria
  • Fixed code

@Ang3 Ang3 merged commit 70f5df2 into master Jan 21, 2022
@jsayer101
Copy link
Contributor

jsayer101 commented Jan 21, 2022

Thanks for the release. @Ang3, The functions used in the Client aren't deprecated anymore ?

@Ang3 Ang3 deleted the issue_13 branch January 22, 2022 00:03
@Ang3
Copy link
Owner Author

Ang3 commented Jan 22, 2022

Hi,

Yes, DBAL features will probably be moved to a different package in v8. The client will still be the main entrypoint to the odoo database. The client will be more "securized" for updates (yes we need tests! ^^). But don't worry, you will just have to download the DBAL package (no BC break - An exeption will be thrown if DBAL package is missing).

@Ang3
Copy link
Owner Author

Ang3 commented Jan 22, 2022

#24

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

Successfully merging this pull request may close these issues.

Insert Query Builder returns error
2 participants