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

Commits on May 5, 2024

  1. Improvements on the sending update/upsert statements

    **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 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b6c9c66 View commit details
    Browse the repository at this point in the history