aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/dbi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/dbi.rb')
-rw-r--r--lib/sisu/v3dv/dbi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/dbi.rb b/lib/sisu/v3dv/dbi.rb
index e0bd169e..f11d9e81 100644
--- a/lib/sisu/v3dv/dbi.rb
+++ b/lib/sisu/v3dv/dbi.rb
@@ -71,7 +71,7 @@ module SiSU_DBI
SiSU_Env::Load.new('dbi',true).prog
@opt=opt
@db=SiSU_Env::InfoDb.new
- if @opt.cmd =~/d/i \
+ if @opt.cmd =~/[Dd]/ \
or @opt.mod.inspect =~/--(pg(?:sql)?|(?:sq)?lite)/
@sql_type=if @opt.cmd=~/D/ \
or @opt.mod.inspect =~/--pg(?:sql)?/