leafo / pgmoon

A pure Lua Postgres driver for use in OpenResty & more
MIT License
390 stars 93 forks source link

Fix set_type_deserializer example #134

Open GUI opened 1 year ago

GUI commented 1 year ago

The first argument to the deserializer function is self, not the actual value: https://github.com/leafo/pgmoon/blob/7b7ef2a3f17d32881c61f0fb258d2ee01718942c/pgmoon/init.lua#L850