mirror of https://github.com/apache/openjpa.git
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:
parent
677d34049c
commit
38f31390a9
|
@ -135,7 +135,7 @@ public class LobFieldStrategy extends AbstractFieldStrategy {
|
||||||
(row, field.getColumns()[0], store, ob, sel);
|
(row, field.getColumns()[0], store, ob, sel);
|
||||||
} else {
|
} else {
|
||||||
store.getDBDictionary().insertClobForStreamingLoad
|
store.getDBDictionary().insertClobForStreamingLoad
|
||||||
(row, field.getColumns()[0], sel);
|
(row, field.getColumns()[0], ob);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue