|
|
彷徨的匕首 · Use data operations ...· 4 月前 · |
|
|
挂过科的葡萄 · 使用MERGE ...· 1 月前 · |
|
|
慷慨大方的香烟 · PostgreSQL 如何忽略事务中错误 ...· 2 年前 · |
|
|
大方的炒饭 · JavaScript任务队列的顺序机制(事件 ...· 3 年前 · |
|
|
沉稳的绿豆 · macos - error "sh: ...· 3 年前 · |
|
|
高兴的黄豆 · CSharpCodeProvider ...· 3 年前 · |
What did you do?
Created a table without rowid.
What did you expect to happen?
Nothing special really.
What happened instead?
Everytime I access the database through my
FetchableRecords I get these log entries.no such column: rowid in "SELECT rowid FROM "list_items""The reason my tabels are without rowid is because I use UUIDs to identify everything. Perhaps this is the wrong approach?
Environment
GRDB flavor(s): GRDB
GRDB version: 5.6.0
Installation method: SPM
Xcode version: 12.3
Swift version: 5.3
Platform(s) running GRDB: iOS
macOS version running Xcode: 11.2.3
Demo Project
If necessary for further debugging I can certainly provide this! :)