iCyberon / pg_hashids

Short unique id generator for PostgreSQL, using hashids
MIT License
280 stars 24 forks source link

Better error messages #3

Closed iCyberon closed 4 years ago

iCyberon commented 7 years ago

Right now we're not doing any error handling at all (shame). The next version should fix this. We're going to use ereport everywhere :)

dwagin commented 4 years ago

fixed in #22