ikusteu

Results 5 issues of ikusteu

## TL;DR Handle cases when automigration requires the creation of columns with non-constant DEFAULT values. This is currently broken and should either: - be explicitly forbidden (failing early) - handled...

Fixes #451 Fixes #452

## TL;DR The errors occurring in automigration function(s) aren't always communicated clearly to the caller. I see two points to this issue: - make sure we're using the correct DB...

## TL;DR I'd like to replace a cleanup in `automigrate_impl` [automigrate.rs](https://github.com/vlcn-io/cr-sqlite/blob/main/core/rs/core/src/automigrate.rs) on error: `ROLLBACK` (top level) -> `ROLLBACK automigrate_tables` + `RELEASE automigrate_tables` ## The issue Currently if an error is...

I've found `sqlite3_trace_v2` incredibly useful for debugging an issue I was working on. I've followed the conventions used in rest of the `lib*.(js|c)` shims and `sqlite-api.js` and thought this might...