Add an option to disable compilation. If compilation is disabled, represent the BSON regexes some other way (e.g. a BSON::Regex type that contains the uncompiled regex pattern as a string) and all of its options.
In this release, compilation will still be enabled by default. In the next major release (2.0) we'll disable compilation by default.
- is depended on by
-
DRIVERS-82 Don't compile BSON regexes to native regexes
- Closed