gpt4 book ai didi

android - 我可以依赖于在我的 Android 环境中使用 SQLite 内置函数吗?

转载 作者:太空狗 更新时间:2023-10-29 16:31:55 25 4
gpt4 key购买 nike

我遇到了一个异常,有两个设备霍尼韦尔 CT50 和斑马 TC75。两者都在我尝试使用 printf SQLite 函数的 4.x android 版本上运行。

异常:

android.database.sqlite.SQLiteException: no such function: printf (code 1): , while compiling: xxx

相关查询:

SELECT 
rowid,
printf('GPS;%s;%f;%f;%f;%f', Timestamp, Longitude, Latitude, Speed, Bearing)
FROM CapturedLocation;

在不同的设备上,例如Nexus、Galaxy、Sony、Opticon 一切正常。

基本上我想知道我是否可以依赖于使用 SQLite 函数并且它们是按照官方 SQLite 文档中的说明实现的,或者它是否是特定于制造商的,我不得不希望制造商完全实现 SQLite。

在我当前的实现中,我使用 try/catch block 处理异常,但我想知道是否有任何其他解决方案来解决这个问题。

最佳答案

sqlite printf 添加到 version 3.8.3和许多platform versions have older version of sqlite .

考虑在您的应用程序代码中而不是在 SQL 中格式化输出。

关于android - 我可以依赖于在我的 Android 环境中使用 SQLite 内置函数吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36838941/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com