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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changed varchar2 precision to byte for column data representation.
  • Loading branch information
jgebal committed Apr 18, 2017
commit 4209764f14f6db21584dda754999e352c6f53418
2 changes: 1 addition & 1 deletion source/core/types/ut_varchar2_rows.tps
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ create or replace type ut_varchar2_rows as
See the License for the specific language governing permissions and
limitations under the License.
*/
table of varchar2(4000)
table of varchar2(4000 byte)
/