]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
table_print: sort numbers by their value instead of lexicographic representation
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 10 Jul 2020 20:09:46 +0000 (22:09 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 2 Nov 2020 09:26:44 +0000 (10:26 +0100)
commitbbc6aebcf96d789063a19f57c3da7fe1c5ebeaf9
treed975b110bbb7f4ef3a1efa822671d89b097f35e4
parent6f15c1d5dd33407811d71452f4215517ba9809fc
table_print: sort numbers by their value instead of lexicographic representation

Side-effect is that keys are grouped by their type, so numbers come
first and strings later..
daemon/lua/sandbox.lua.in