|
Good point... I think many DDL statements need fixing in that case: ij> create table session.permTable ( i int); 0 rows inserted/updated/deleted ij> create view view1 as select * from session.permTable; ERROR XCL51: The requested function can not reference tables in SESSION schema. ij> create trigger trig1 after insert on session.permTable for each row mode db2 sql insert into t1 values (1); ERROR XCL51: The requested function can not reference tables in SESSION schema. ij> create synonym syn1 for session.permTable; ERROR XCL51: The requested function can not reference tables in SESSION schema. ij> create index indSession on session.permTable (i); <============ Works correctly. 0 rows inserted/updated/deleted I seem to have changed from the correct way to check in original submitted patch to incorrect way in the last "cleanup"... :-( Satheesh Daniel John Debrunner wrote: Satheesh Bandaram (JIRA) wrote:[ http://issues.apache.org/jira/browse/DERBY-347?page=comments#action_12313495 ] |
- Re: [jira] Commented: (DERBY-347) Document SYNONYM ... Satheesh Bandaram
- Re: [jira] Commented: (DERBY-347) Document SYN... Mamta Satoor
- Re: [jira] Commented: (DERBY-347) Document... Satheesh Bandaram
- Re: [jira] Commented: (DERBY-347) Docu... Mamta Satoor
- [jira] Commented: (DERBY-347) Document SYNONYM... Mamta A. Satoor (JIRA)
- [jira] Commented: (DERBY-347) Document SYNONYM... Mamta A. Satoor (JIRA)
