Skip to content

Dotted fields bugfix

Latest
Compare
Choose a tag to compare
@ksallee ksallee released this 16 Jan 00:26

Description

There was a problem when kwargs were used for fields instead of args, for dotted fields.

For example, sg.find_one("Version, [], ["entity.Shot.sg_query_field"]) was working but sg.find_one("Version", filters=[], fields=["entity.Shot.sg_query_field"]) was not.

This release fixes the issue.

Full Changelog: 0.3.1...0.3.2