Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4209764

Browse files
committed
Changed varchar2 precision to byte for column data representation.
1 parent d47dd10 commit 4209764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/types/ut_varchar2_rows.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ create or replace type ut_varchar2_rows as
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
*/
18-
table of varchar2(4000)
18+
table of varchar2(4000 byte)
1919
/

0 commit comments

Comments
 (0)