leafo / pgmoon

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

enable compact. #91

Closed xiangnanscu closed 2 years ago

xiangnanscu commented 4 years ago

array of arrays instead of array of hashes when enable compact

xiangnanscu commented 4 years ago

checks failed but obviously it's not caused by my code. I just add simple if check.

leafo commented 2 years ago

I recommend modifying the data after you receive it. I'd like to avoid adding additional options to the pgmoon instance.