We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat: upgrade `sqlize_value` with tortoise.converters, and replace it… … with `escape`
feat: switch to `CursorHandler.sum_row_cnt` in `BaseManager.insert_in… …to_select`
fix: multiple join in `SQLizer.bulk_update_from_dicts`
feat: enable keyword-only arguments for the main methods
feat: add param `merge_fields` to upsert_on_duplicate
feat: import escape_string from tortoise
build: publish 0.0.9 by Poetry
style: rename to tortoise_version
style: build_fly_table
fix: Q.resolve compatibility problem