author | Sebastian Harl <sh@tokkee.org> | |
Mon, 20 Oct 2014 07:44:16 +0000 (09:44 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 20 Oct 2014 07:44:16 +0000 (09:44 +0200) | ||
commit | 2f85566fbc79498eb7abfaf1cbd279f71f7ea8d1 | |
tree | ae7caab56a37059bb4715f4846aea9007ede264a | tree | snapshot |
parent | e597f7858a91ea4aca9619ac281b9a99f0ad9f3b | commit | diff |
data: Added support for comparing integer, decimal, and string arrays.
Array comparison works element-by-element, returning how the first non-equal
elements compare to each other.
Added tests for array comparison and concatenation.
Array comparison works element-by-element, returning how the first non-equal
elements compare to each other.
Added tests for array comparison and concatenation.
src/core/data.c | diff | blob | history | |
t/unit/core/data_test.c | diff | blob | history |