HuasoFoundries/phpPgAdmin6

Cannot create trigger

king2 opened this issue · 1 comments

king2 commented

While trying to create trigger with PostgreSQL 9.6, an error raises:
Call to undefined method PHPPgAdmin\Database\Postgres96::getTriggerFunctions() at line 420.

I'm sorry I hadn't seen this before.
Regarding the issue, for some reason whose forensics I'll do when I get some spare time, the method was removed while refactoring.

I restored it so it should be fine by now... but since I never wrote tests for the database methods (only for routes and controllers) we have yet to find out

https://github.com/HuasoFoundries/phpPgAdmin6/releases/tag/v6.0.0-beta.52

It should should up in packagist/composer soon enough