Pārlūkot izejas kodu

No need for with_just_cached option

Andrew Kane 8 gadi atpakaļ
vecāks
revīzija
c3114633a8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lib/blazer/data_source.rb

+ 1 - 1
lib/blazer/data_source.rb

@@ -110,7 +110,7 @@ module Blazer
       end
 
       start_time = Time.now
-      result = run_statement(statement, options.merge(with_just_cached: true))
+      result = run_statement(statement, options)
       duration = Time.now - start_time
 
       if Blazer.audit