leafo / pgmoon

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

Lua compatibility #98

Closed jprjr closed 3 years ago

jprjr commented 3 years ago

Split out from #97

Fixes a few bugs with Lua compatibility.

Adds a new bit module for compatibility with Lua 5.3's bitwise operators, and associated spec tests to ensure same behavior as luabitop.

leafo commented 3 years ago

Thanks