"New Trigger" wizard and case sensitive table names

Nicolas D.

Member²
Hi,

To report that when creating a trigger using the wizard (under File > New > Program Window > Trigger -- I'm on version 13.0.6.1911 in Menu style), if the table name is case sensitive - require double quote to be used in SQL - the wizard offer the table without taking the case into account, and it is not protecting the table name in the "create or replace trigger" generated - therefore won't work unless you fix it.

Those wizard should take that into account.

(I try to avoid that, but here I can't, I need table to match the case because of a sync software that create table that way)
 
Last edited:
Back
Top