sqlite3 icon indicating copy to clipboard operation
sqlite3 copied to clipboard

Make JSON parsing optional

Open benmerckx opened this issue 1 year ago • 0 comments

I'm trying to create a wrapper over this library in rado (type safe query builder). Parsing columns that align to the JSON_SUBTYPE is making this hard because it requires keeping track of whether an expression could return parsed results or not. Making the parsing optional (always returning text) would make wrapping a lot easier.

benmerckx avatar Sep 11 '24 10:09 benmerckx