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

Improvements on the sending update/upsert statements #35

Merged
merged 1 commit into from
May 5, 2024

Conversation

igorcoding
Copy link
Owner

New features:

  • Implemented ability to send update/upsert requests with field names when schema is disabled (fetch_schema=False) and when fields are not found in the schema (good example of this case is using json path like data.inner1.inner2.key1 as a key)

Bug fixes:

Other changes

  • Fixed tests failing on modern Tarantool in the SQL queries.

@igorcoding igorcoding force-pushed the gh-34-update-improved-support branch from a95ba6f to 1c245be Compare May 5, 2024 14:06
**New features:**
* Implemented ability to send update/upsert requests with field names when schema is disabled (`fetch_schema=False`) and when fields are not found in the schema (good example of this case is using json path like `data.inner1.inner2.key1` as a key)

**Bug fixes:**
* Fixed issue with not being able to send Decimals in update statements. Now there are no extra checks - any payload is sent directly to Tarantool (fixes #34)

**Other changes**
* Fixed tests failing on modern Tarantool in the SQL queries.
* Remove from ci/cd testing on mac os python 3.7
* Added Tarantool 3 to CI testing
@igorcoding igorcoding force-pushed the gh-34-update-improved-support branch from 1c245be to b6c9c66 Compare May 5, 2024 14:09
@igorcoding igorcoding merged commit b6c9c66 into master May 5, 2024
29 checks passed
@igorcoding igorcoding deleted the gh-34-update-improved-support branch May 9, 2024 11:54
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.

Support for decimal and float types for arithmetic operations in update
1 participant