arcapos / luapgsql

Lua binding for PostgreSQL
112 stars 24 forks source link

Misc fixes #6

Closed daurnimator closed 9 years ago

daurnimator commented 10 years ago

Clean up as I use the library.

mbalmer commented 9 years ago

Check out the latest release or head branch, it now contains almost everything (if not all) that you suggested.

daurnimator commented 9 years ago

Thankyou.

One other API changing modification to make is around return values. The are functions that return 0 or 1, or -1 and 0. Using actual booleans would make sense.

mbalmer commented 9 years ago

Am 21.12.2014 um 14:41 schrieb daurnimator notifications@github.com:

Thankyou.

One other API changing modification to make is around return values. The are functions that return 0 or 1, or -1 and 0. Using actual booleans would make sense.

Yes, let me review those. At the very least, it should be consistent...