Skip to content

Quoted keywords cannot be used as column values #43

Description

@qs5779

Let me first show the output for one of your examples.

$ sqlitis "SELECT id FROM foo WHERE id = 128"
select([foo.c.id]).where(text('id') == 128)

That looks good to me, so what is the issue with this?
$ sqlitis "SELECT ckey, cval FROM tinfo WHERE ckey = version"
select([tinfo.c.ckey, tinfo.c.cval]).where(text('ckey'))

There seems to be no comparison.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions