bad argument corrected

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@813981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-09-11 18:49:30 +00:00
parent 677d34049c
commit 38f31390a9
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class LobFieldStrategy extends AbstractFieldStrategy {
(row, field.getColumns()[0], store, ob, sel);
} else {
store.getDBDictionary().insertClobForStreamingLoad
(row, field.getColumns()[0], sel);
(row, field.getColumns()[0], ob);
}
}
}