Sqlite3-ruby 1.3.1, itextomml 1.3.26
Update vendored sqlite3-ruby and tests for latest itextmml.
This commit is contained in:
parent
29224d6bcc
commit
b3aae9b06d
16 changed files with 257 additions and 9 deletions
|
@ -261,7 +261,7 @@ class TC_Database_Integration < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_execute_batch_with_bind
|
||||
@db.execute_batch( <<-SQL, 1 )
|
||||
@db.execute_batch( <<-SQL, [1] )
|
||||
create table bar ( a, b, c );
|
||||
insert into bar values ( 'one', 2, ? );
|
||||
insert into bar values ( 'four', 5, ? );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue