Skip to content

Guild AI v0.1.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gar1t gar1t released this 19 Jan 21:24
Removed without rowid from run db schema

Background on 'without rowid':

https://www.sqlite.org/withoutrowid.html

This sqlite construct was introduced in 3.8.2 and is not something we
can rely on.

This is a stop gap measure as we need to staticly link our sqlite
support at buildtime.