Is there a way to remove the case sensitivity in InstantDB
example:
I would like to do a select statement:
SELECT FirstName FROM Data WHERE LastName = 'Smith'
but get the same result if i do this
SELECT FirstName FROM Data WHERE LastName = 'smith'
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|