maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Unquoted identifiers are case insensitive #58 #59

Closed silentsokolov closed 5 years ago

silentsokolov commented 5 years ago

Unquoted identifiers are case insensitive. Therefore:

CREATE TRIGGER after_insert_NAME_trigger
AFTER INSERT ON "parent_table1"
FOR EACH ROW EXECUTE PROCEDURE parent_table1_delete_master();

Trigger name always lowercase