Add optional support to prevent compilation of BSON regexes into native types

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Minor - P4
    • 1.10.0, 2.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Emily Stolfo (Inactive)
              Reporter:
              Brandon Black (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: