Skip to content

Single-column record with empty string parsed incorrectly #14

Description

@kc41

For request SELECT str_field FROM some_table rows with empty str_field will be parsed not correctly in cause of next:

if not self._row:

We will get an empty record instead of record with empty string.
Fix looks like to be trivial. What do you think about removing this if? Could it affects any other cases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions