Skip to content

Commit 7983574

Browse files
rzanekares
authored andcommitted
Initialize update_lob_values
1 parent 85e6402 commit 7983574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/arjdbc/firebird/adapter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def self.emulate_booleans; @@emulate_booleans; end
7676
def self.emulate_booleans=(emulate); @@emulate_booleans = emulate; end
7777

7878

79+
@@update_lob_values = true
80+
7981
# Updating records with LOB values (binary/text columns) in a separate
8082
# statement can be disabled using :
8183
#

0 commit comments

Comments
 (0)