apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

Document another incompatibility between SM 1.8.5 and 78+ #5287

Closed nickva closed 1 month ago

nickva commented 1 month ago

This is gnarly as this is something a user might put in a filter function, so they'd start getting unexpected results after the upgrade.

% js
js> "abc".match(undefined)
null

% js91
js> "abc".match(undefined)
[""]