projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d430e0
)
Remove duplicate entry in DBI drivers hash
Dagfinn Ilmari Mannsåker [Sun, 17 Apr 2016 16:08:15 +0000 (17:08 +0100)]
lib/SQL/Translator/Parser/DBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Parser/DBI.pm
b/lib/SQL/Translator/Parser/DBI.pm
index
7115f74
..
73a73bc
100644
(file)
--- a/
lib/SQL/Translator/Parser/DBI.pm
+++ b/
lib/SQL/Translator/Parser/DBI.pm
@@
-111,7
+111,6
@@
use constant DRIVERS => {
pg => 'PostgreSQL',
sqlite => 'SQLite',
sybase => 'Sybase',
- pg => 'PostgreSQL',
db2 => 'DB2',
};