[
https://issues.apache.org/jira/browse/CB-12822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16012810#comment-16012810
]
Kerri Shotts commented on CB-12822:
-----------------------------------
Does the issue occur in Mobile Safari or another browser like Google Chrome?
Also, please double check to see if the problem occurs in the release version
of 10.3.2.
Finally, please provide a small project that duplicates the issue so that we
can check it on our end.
My guess is, though, that this is a web view issue, and something we can't do
anything to fix. You might want to switch to a third-party SQLite plugin.
> 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, cordova-js
> Affects Versions: [email protected]
> Environment: UIWebview Websql database
> Reporter: SAILLARD
> Priority: Blocker
> 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: [email protected]
For additional commands, e-mail: [email protected]