Closed kevinrae closed 6 years ago
development on mac osx allowed case insensitive tbl & col names.
when porting app to unix platform on dreamhost... these tbl & col references are case sensitive now.
SQL (and maybe even DOM references in jquery) need to be refactored for case sensitivity.
(i.e. url.id != URL.id)
This issue was moved to kevinrae/mosskey-www#6
development on mac osx allowed case insensitive tbl & col names.
when porting app to unix platform on dreamhost... these tbl & col references are case sensitive now.
SQL (and maybe even DOM references in jquery) need to be refactored for case sensitivity.
(i.e. url.id != URL.id)