bugfix: lnnvl raw expr printer
This commit is contained in:
@ -19,5 +19,14 @@ select lnnvl(0) from dual;
|
||||
select lnnvl(NULL) from dual;
|
||||
select lnnvl('abc') from dual;
|
||||
|
||||
--disable_warnings
|
||||
drop view if exists v1;
|
||||
--enable_warnings
|
||||
create view v1 as select lnnvl(1) from dual;
|
||||
show create view v1;
|
||||
explain select * from v1;
|
||||
select * from v1;
|
||||
drop view v1;
|
||||
|
||||
connection syscon;
|
||||
--sleep 2
|
||||
|
||||
Reference in New Issue
Block a user