Closed scotmcp closed 9 months ago
Hello @scotmcp
SQLite only supports the following types:
There's no Vector3 there so you'll have to be a bit more creative :) As far as I see these are your options:
That is what I ended up doing as a workaround, but ... I thought it could be saved as a blob. Splitting it up works, but I would recommend improving blob support. String just seems so .... inefficient. Ok thanks for the help mate.
Hi Shady,
I need to store a vector3, GDSqlite is complaining that is a data type 9 and that it can't handle it.
The Vector3 is the "P" dictionary item in the Output frame.
How should this be accomplished?