We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65af32 commit 1c193f6Copy full SHA for 1c193f6
pgmoon/init.lua
@@ -8,7 +8,7 @@ do
8
end
9
local unpack = table.unpack or unpack
10
local DEBUG = false
11
-local VERSION = "1.15.0"
+local VERSION = "1.16.0"
12
local _len
13
_len = function(thing, t)
14
if t == nil then
pgmoon/init.moon
@@ -9,7 +9,7 @@ unpack = table.unpack or unpack
-- https://www.postgresql.org/docs/current/protocol-message-formats.html
DEBUG = false
-VERSION = "1.15.0"
+VERSION = "1.16.0"
_len = (thing, t=type(thing)) ->
15
switch t
0 commit comments