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

WebSQL adapter - ID as a String Breaks stuff

XMLWordPrintable

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

      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'

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

                Created:
                Updated:
                Resolved: