Skip to content

Conversation

zerowidth
Copy link
Member

This PR is a continuation of the bugfix in #53:

  • Adds --table-name to the migration generator and config (for easier use, and for use in tests)
  • Adds --case-sensitive to the migration generator to update the KV table to use the case-sensitive utf8_bin collation for the key column and table.
  • Adds config support for config.case_sensitive = true to enable case-sensitive behavior in the KV library.

assert_equal "uppercase", @kv.get("FOO").value!
end

def test_get_and_set_case_insensitive

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def test_get_and_set_case_insensitive
def test_get_and_set_case_sensitive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants