summaryrefslogtreecommitdiff
path: root/src/couch/include/couch_db.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/include/couch_db.hrl')
-rw-r--r--src/couch/include/couch_db.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couch/include/couch_db.hrl b/src/couch/include/couch_db.hrl
index 0cb01d0f4..df81cfbb0 100644
--- a/src/couch/include/couch_db.hrl
+++ b/src/couch/include/couch_db.hrl
@@ -24,6 +24,7 @@
-define(JSON_ENCODE(V), couch_util:json_encode(V)).
-define(JSON_DECODE(V), couch_util:json_decode(V)).
+-define(JSON_DECODE(V, O), couch_util:json_decode(V, O)).
-define(IS_OLD_RECORD(V, R), (tuple_size(V) /= tuple_size(R))).