aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/db_indexes.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-05-10 01:42:14 -0400
committerRalph Amissah <ralph@amissah.com>2008-05-10 01:42:14 -0400
commitd004875c53f756f9f09c69ef90b3484e23bc5760 (patch)
tree842f34cd0bb12b8494231998019351f705457f9f /lib/sisu/v0/db_indexes.rb
parentaddition of a couple of multiline search tags, and minor rearrangement (diff)
some re-arrangement related to sqlite3 testing (including a rudimentary sql import file, dbi by-pass)
Diffstat (limited to 'lib/sisu/v0/db_indexes.rb')
-rw-r--r--lib/sisu/v0/db_indexes.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/db_indexes.rb b/lib/sisu/v0/db_indexes.rb
index ff7a8156..faf2b720 100644
--- a/lib/sisu/v0/db_indexes.rb
+++ b/lib/sisu/v0/db_indexes.rb
@@ -61,8 +61,8 @@
=end
module SiSU_DB_index
class Index # create documents Indexes def initialize(opt,conn='',sql_type='')
- def initialize(opt,conn='',sql_type='')
- @opt,@conn,@sql_type=opt,conn,sql_type
+ def initialize(opt,conn,file,sql_type='')
+ @opt,@conn,@file,@sql_type=opt,conn,file,sql_type
end
def create_indexes # check added from pg not tested
def base