Skip to content

Commit

Permalink
1826895 - base64 encode oracle blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 27, 2008
1 parent 077f339 commit 2e3a876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion symmetric/src/main/resources/dialects/oracle.xml
Expand Up @@ -30,7 +30,6 @@
v_clob CLOB := null;
v_varchar VARCHAR2(32767);
v_start PLS_INTEGER := 1;
--v_buffer PLS_INTEGER := 32767;
v_buffer PLS_INTEGER := 32767;
BEGIN
IF blob_in IS NOT NULL THEN
Expand Down

0 comments on commit 2e3a876

Please sign in to comment.