Skip to content

Commit a817f4e

Browse files
foxycodedg
authored andcommitted
remove old sqlite2 driver (#155)
1 parent 82c7956 commit a817f4e

File tree

3 files changed

+1
-161
lines changed

3 files changed

+1
-161
lines changed

src/Database/Drivers/Sqlite2Driver.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/Database/ResultSet.normalizeRow.sqlite2.phpt

Lines changed: 0 additions & 114 deletions
This file was deleted.

tests/Database/connect.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function reformat($s)
4343
return strtr($s, '[]', '``');
4444
} elseif ($driverName === 'pgsql') {
4545
return strtr($s, '[]', '""');
46-
} elseif ($driverName === 'sqlsrv' || $driverName === 'sqlite' || $driverName === 'sqlite2') {
46+
} elseif ($driverName === 'sqlsrv' || $driverName === 'sqlite') {
4747
return $s;
4848
} else {
4949
trigger_error("Unsupported driver $driverName", E_USER_WARNING);

0 commit comments

Comments
 (0)