Subject: | PostgreSQL next_sequence_number does not quote identifiers. |
In Alzabo/Driver/PostgreSQL.pm line 202, the sequence name is not entered in double quotes if quote_identifiers is set for the schema.
It should add double quotes inside the single quotes to function correctly if the sequence name is mixed case.