Reilly Wood e445c41454
Fix to json for SQLite databases (#8343)
Fixes #8341. 

The `CustomValue::to_json()` function is an odd duck; it defaults to
returning `null`, and no `CustomValue` implementations override it to do
anything useful. I forgot to implement `to_json()` for `SQLiteDatabase`,
so `open foo.db | to json` was returning `null`.

To fix this, I've removed `CustomValue::to_json()` and now `to json`
will collect a `CustomValue` into a regular `Value` before doing a JSON
conversion.
2023-03-06 14:36:26 -08:00
..
2023-02-09 13:59:38 -06:00
2022-08-11 11:54:54 -05:00
2022-05-08 07:39:22 +12:00
2023-02-27 20:44:05 +13:00
2023-02-22 16:18:33 +00:00
2022-11-11 19:51:08 +13:00