arcapos / luapgsql

Lua binding for PostgreSQL
108 stars 24 forks source link

For largeObject userdata place *in* userdata instead of using a pointer #32

Closed daurnimator closed 8 years ago

daurnimator commented 8 years ago

At the moment you place a pointer to a largeObject in the userdata. Instead, put largeObject in the userdata itself.

daurnimator commented 8 years ago

Fixed in a19b4d711aedb87a3c23d9c3df8fc29e232b0729