summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c856cc7)
raw | patch | inline | side by side (parent: c856cc7)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 11 Mar 2015 18:59:13 +0000 (19:59 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 11 Mar 2015 18:59:13 +0000 (19:59 +0100) |
src/core/data.c | patch | blob | history |
diff --git a/src/core/data.c b/src/core/data.c
index 914946fbec6761d3e7b4345742ddbd63668106c1..2b1cff2ae066316cb1628a7037fa3f250ef21496 100644 (file)
--- a/src/core/data.c
+++ b/src/core/data.c
char d1_str[sdb_data_strlen(d1) + 1];
char d2_str[sdb_data_strlen(d2) + 1];
- if ((d1->type & SDB_TYPE_ARRAY) || (d2->type & SDB_TYPE_ARRAY)) {
- /* TODO */
- errno = ENOTSUP;
- return -1;
- }
-
if (sdb_data_isnull(d1))
d1 = NULL;
if (sdb_data_isnull(d2))