Issue Type: Bug Bug
Affects Versions: 1.3.1
Assignee: Lucas Holmquist
Components: datamanager
Created: 07/Jan/14 4:03 PM
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'

Fix Versions: 1.3.x
Project: AeroGear JavaScript
Priority: Major Major
Reporter: Lucas Holmquist
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira