about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/dtas/mlib.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dtas/mlib.rb b/lib/dtas/mlib.rb
index d883523..0012159 100644
--- a/lib/dtas/mlib.rb
+++ b/lib/dtas/mlib.rb
@@ -41,6 +41,8 @@ class DTAS::Mlib # :nodoc:
       db.transaction_mode = :immediate
       db.synchronous = :off
       db.case_sensitive_like = false
+    else
+      warn 'non-SQLite databases may not work in the future'
     end
     @db = db
     @pwd = nil