knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

Case Insensitive Sort #42

Closed MarkNorman closed 10 years ago

MarkNorman commented 10 years ago

It appears that the sort is case sensitive. Is there any way to make that case insensitive?

knadh commented 10 years ago

Hello Mark, https://github.com/knadh/localStorageDB/commit/0f083e36b49398268068139cf53941fc4d8503b7 addresses the issue.