问题标签 [coolstorage]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
72 浏览

sqlite - 无法使用 Vici Coolstorage 检索自动生成的主键

我在 Windows 窗体项目中使用 Vici Coolstorage 来访问 SQLite 数据库。在我的数据库中的每个表中,都有一个名为 ID 的字段定义为 INTEGER PRIMARY KEY,因此它是一个自动递增字段。

在将对象存储在数据库中后,我试图检索该字段的值,但我总是得到值 0 而不是真实 ID。Vici Coolstorage 文档指出“如果主键被定义为数据库中的自动编号(身份)字段,您可以在保存对象后检索生成的主键”,但这似乎不是真的,除非我'我做错了什么。请帮我。此代码将重现该问题:

谢谢!

0 投票
3 回答
4815 浏览

angular - 模块 /node_modules/angular2-cool-storage/index.d.ts 的元数据版本不匹配错误,找到版本 4,预期为 3,

我在运行ng build命令时遇到错误。删除 node_modules 文件夹和 npm installe 给出以下警告

对于 ng build 下面的 id 详细错误:

模块 /node_modules/angular2-cool-storage/index.d.ts 的元数据版本不匹配错误,找到版本 4,预期为 3,解析 /src/app/app.module.ts 中的符号 AppModule 解析 /src/ 中的符号 AppModule应用程序/app.module.ts

Package.json 是

早些时候我使用了 angular2-cool-storage,现在安装和使用ng2-cookies ng build 失败了。请建议我一个解决方案。