We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. kotlin
e.g. v2.1.9
e.g. Android
e.g. Maven
有两个问题想问下, 1、我拿到数据库对象之后调用tableExist查询是否有某张表,会闪退,且必现,只要不调这个方法就没问题,异常如下: com.tencent.wcdb.base.WCDBNormalException: Code: -1; Message: invalid error obj 2、我需要使用表名动态生成表,但是生成表似乎是异步,我调完createTable方法之后,再调用其他方法去操作这个表的内容,比如插入数据,会报没有这个表的异常。我想问下如何能让我可以同步实现创建表后可以立即使用。 以上,谢谢解答
The text was updated successfully, but these errors were encountered:
give me a demo to reproduce it
Sorry, something went wrong.
No branches or pull requests
The language of WCDB
The version of WCDB
The platform of WCDB
The installation of WCDB
What's the issue?
有两个问题想问下,
1、我拿到数据库对象之后调用tableExist查询是否有某张表,会闪退,且必现,只要不调这个方法就没问题,异常如下:
com.tencent.wcdb.base.WCDBNormalException: Code: -1; Message: invalid error obj
2、我需要使用表名动态生成表,但是生成表似乎是异步,我调完createTable方法之后,再调用其他方法去操作这个表的内容,比如插入数据,会报没有这个表的异常。我想问下如何能让我可以同步实现创建表后可以立即使用。
以上,谢谢解答
The text was updated successfully, but these errors were encountered: