You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query: 'select varchar_field13, clob_field15, char_field16 from table1'
32
32
drop: 'DROP table table1;'
33
33
values:
34
-
- 'VARCHAR_FIELD13=some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar,
34
+
- 'VARCHAR_FIELD13=some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar,
35
35
some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar,
36
36
some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar,
37
37
some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar,
38
38
some text with char encoding that needs to be converted to varchar,some text with char encoding that needs to be converted to varchar'
39
-
- 'CLOB_FIELD15=some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob,
39
+
- 'CLOB_FIELD15=some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob,
40
40
some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob,
41
41
some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob,
42
42
some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob,
43
43
some text with char encoding that needs to be converted to clob,some text with char encoding that needs to be converted to clob'
44
-
- 'CHAR_FIELD16=some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding,
44
+
- 'CHAR_FIELD16=some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding,
45
45
some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding,some char text with char encoding'
0 commit comments