Browse Source
sqlite3 will just report 0 for anything that it thinks should be numeric, or is accessed using a numeric accessor. Postgres does not, so we need to check for is_null before trying to read it. Signed-off-by: Christian Decker <decker.christian@gmail.com>travis-debug
Christian Decker
5 years ago
committed by
Rusty Russell
1 changed files with 5 additions and 3 deletions
Loading…
Reference in new issue