pbalaga
Results
3
comments of
pbalaga
Why and how should it preserve references? This is how things work by design in almost all serialization software.
An easier workaround I got working is returning the `number` as real explicitly from sqlite: `insert into data_table (number) values (?) returning id, cast(number as real) as number`
An example for images would definitely be very helpful!