aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/dbi.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-08-29 21:58:48 -0400
committerRalph Amissah <ralph@amissah.com>2012-08-29 21:58:48 -0400
commitdd13f639ddc54bc9d5519c41d685dd9b23500702 (patch)
tree1f966220624266f2ad7cdd646267691c933451e9 /lib/sisu/v3/dbi.rb
parentv3: some pre-unicode meddling sorted (diff)
v3: dbi, pgsql, report need for instructions when none given
Diffstat (limited to 'lib/sisu/v3/dbi.rb')
-rw-r--r--lib/sisu/v3/dbi.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sisu/v3/dbi.rb b/lib/sisu/v3/dbi.rb
index 535ab0f2..cd44b808 100644
--- a/lib/sisu/v3/dbi.rb
+++ b/lib/sisu/v3/dbi.rb
@@ -107,8 +107,6 @@ module SiSU_DBI
puts %{manually create the database: "#{@db.db}" if it does not yet exist}
#sudo su -p postgres; createdb #{@db.db}; #[createuser?]
end
- SiSU_DbDBI::Case.new(@opt,@conn,@sql_type).cases
- @conn=DBI.connect(@db.dbi,@db.user,@db.db)
ensure
end
end