You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2017/06/03 01:36:04 UTC

[jira] [Updated] (CB-12822) Bug when create an virtual table with fts3 option in the Websql database on UiWebview

     [ https://issues.apache.org/jira/browse/CB-12822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-12822:
----------------------------------
       Priority: Major  (was: Blocker)
    Component/s:     (was: cordova-js)

> Bug when  create an virtual table with fts3 option in the Websql database on UiWebview
> --------------------------------------------------------------------------------------
>
>                 Key: CB-12822
>                 URL: https://issues.apache.org/jira/browse/CB-12822
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>    Affects Versions: cordova-ios@4.3.1
>         Environment: UIWebview Websql database
>            Reporter: David Saillard
>              Labels: performance
>
> Hello,
> I develop software with cordova, since 6 years, and actually use the UiWebview with the Websql database because he WkWebview don't use this.
> When I execute an transaction for create a virtual table  with the option fts3. The query return an error and the table is not create.
> When I dont' use the option fts3 for create an normal table, it's OK. I have success operation.
>  This Problem doesn't exist on iOS 10.3.1 and before.
> Steps to Reproduce:
> CREATE VIRTUAL TABLE IF NOT EXISTS param USING fts3 ( soc_code VARCHAR(5), prm_table VARCHAR(50), prm_coderec VARCHAR(50), prm_lbl VARCHAR(70), prm_comment VARCHAR(200), prm_actif VARCHAR(1), prm_value VARCHAR(50), prm_order INTEGER, INDEX_PAGINATION INTEGER ) ";
> Version:
> iOS 10.3.2  beta5
> Notes:
> I can use in my application Virtual table previously create before upgrade on iOS 10.3.2 beta5. That mean that it's supported, only the creat doesn't run.
> Configuration:
> ipad air2  64go



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org