sql: make RANDOMBLOB(0) return NULL, fix rounding
Make RANDOMBLOB(0) return NULL, it was returning random blob of length 1 before. Allow rounding to more than 30 digits. Part of #2347
Loading
Please register or sign in to comment
Make RANDOMBLOB(0) return NULL, it was returning random blob of length 1 before. Allow rounding to more than 30 digits. Part of #2347