mysql-binuuid-rails
mysql-binuuid-rails copied to clipboard
Cast UUIDs to downcase
This PR closes #58 by always downcasing string UUID representations. This resolves any possible case inconsistencies between UUIDs supplied by the user and those loaded from the database.
This is a potentially breaking change, so I've bumped the version to 2.0.0 in this PR. Please let me know if that's correct, and I'd love any and all other feedback on this PR!