Subversion Repositories oidplus

Rev

Rev 863 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 863 Rev 865
Line 50... Line 50...
50
                // TODO: Implement
50
                // TODO: Implement
51
                // However, this is not important, because Access is not yet correctly implemented anyway
51
                // However, this is not important, because Access is not yet correctly implemented anyway
52
        } else if ($db->getSlang()->id() == 'sqlite') {
52
        } else if ($db->getSlang()->id() == 'sqlite') {
53
                // It looks like SQLite is case-sensitive by default
53
                // It looks like SQLite is case-sensitive by default
54
                // https://stackoverflow.com/questions/973541/how-to-set-sqlite3-to-be-case-insensitive-when-string-comparing
54
                // https://stackoverflow.com/questions/973541/how-to-set-sqlite3-to-be-case-insensitive-when-string-comparing
55
                // TODO: Reproduce that this is true
55
                // DM 05.06.2022 : Reproduction on Ubuntu successful. The default is case-sensitive, like we want.
56
        } else {
56
        } else {
57
                // This should not happen
57
                // This should not happen
58
        }
58
        }
59
 
59
 
60
        $version = 1001;
60
        $version = 1001;