jzebedee / uscis

Daily datasets of USCIS form processing times
3 stars 1 forks source link

Explicitly cast readfile to text affinity #14

Closed jzebedee closed 8 months ago

jzebedee commented 8 months ago

Note: SQLite 3.45.0's jsonb handling broke us because readfile returns a blob which the default json functions interpret as well-formed JSONB and attempt to parse.

https://www.sqlite.org/releaselog/3_45_0.html