Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-4432

WebSQL adapter - ID as a String Breaks stuff

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • None

    Description

      If the "id" field of the data in a WebSQL adapter is a string, the read method will break trying select it out

      example:
      SELECT * FROM recipes WHERE ID = dbed3a0b-9fc4-4d94-a98c-2b632250104f

      that errors, it should be

      SELECT * FROM recipes WHERE ID = 'dbed3a0b-9fc4-4d94-a98c-2b632250104f'

      Attachments

        Activity

          People

            lholmqui@redhat.com Lucas Holmquist
            lholmqui@redhat.com Lucas Holmquist
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: