diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-04-24 07:37:50 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-04-24 07:37:50 +0100 |
commit | a998feff046b4572958b4343485e331a65b90ac0 (patch) | |
tree | 81e75bcef58a2579c6a6d7d7c9e7e48a590404cf /lib | |
parent | Merge branch 'upstream' into debian/sid (diff) | |
parent | sqlite3 complete transaction issue not yet resolved (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/dbi.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/dbi.rb b/lib/sisu/v0/dbi.rb index 1746c71c..48137287 100644 --- a/lib/sisu/v0/dbi.rb +++ b/lib/sisu/v0/dbi.rb @@ -129,8 +129,8 @@ module SiSU_DBI ensure end begin - #@conn.disconnect if @sql_type =~/sqlite/ and @opt.mod.inspect !~/^--(?:re)?create/ - @conn.disconnect if @sql_type =~/sqlite/ + #@conn.disconnect if @sql_type =~/sqlite/ and @opt.mod.inspect !~/^--(?:re)?create/ + #@conn.disconnect if @sql_type =~/sqlite/ rescue connect end |