Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-698

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

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

      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 Emily Stolfo
            Reporter:
            brandon.black@10gen.com Brandon Black
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: