You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this could be done simply by changing if (params.size() - dupes != paramNames.length) in CouchUdx.java to be a strict >. Thus the couchUDX can return less columns but not more, and the columns not returned will be nulled.
The text was updated successfully, but these errors were encountered:
Issue discussed here: http://www.luciddb.org/forums/discussion/554/couchdb-connector-seems-to-needs-a-consistent-schema-across-json-documentss
It seems that this could be done simply by changing
if (params.size() - dupes != paramNames.length)
in CouchUdx.java to be a strict>
. Thus the couchUDX can return less columns but not more, and the columns not returned will be nulled.The text was updated successfully, but these errors were encountered: