Skip to content

Commit 0b1a10a

Browse files
committed
Set NLS variables if oracle
1 parent 2e810bf commit 0b1a10a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,11 @@ sub load_prereqs {
14981498
% if ($type eq 'postgresql') {
14991499
export MT_TEST_BACKEND=Pg
15001500
% }
1501+
% if ($type =~ /oracle/) {
1502+
export MT_TEST_BACKEND=Oracle
1503+
export NLS_LANG=Japanese_Japan.AL32UTF8
1504+
export NLS_SORT=JAPANESE_M_CI
1505+
% }
15011506
15021507
exec "$@"
15031508

0 commit comments

Comments
 (0)