lib/knj/rhodes/rhodes.rb in knjrbfw-0.0.41 vs lib/knj/rhodes/rhodes.rb in knjrbfw-0.0.42
- old
+ new
@@ -39,10 +39,11 @@
@db = Knj::Db.new(
:type => "sqlite3",
:subtype => "rhodes",
:path => "#{Rho::RhoApplication.get_user_path}rhodes_default.sqlite3",
:return_keys => "symbols",
- :require => false
+ :require => false,
+ :index_append_table_name => true
)
if @args[:schema]
schema = @args[:schema]
else
\ No newline at end of file