You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Failed test 'No tests run for subtest "Migrate to version 1"'
# at t/06-postgres-trigger.t line 42.
CREATE TABLE products(
id INT GENERATED ALWAYS AS IDENTITY,
name VARCHAR(100) NOT NULL,
price NUMERIC(10,2) NOT NULL,
PRIMARY KEY(id)
)
DBD::Pg::db do failed: FEHLER: Syntaxfehler bei "GENERATED"
ZEILE 2: id INT GENERATED ALWAYS AS IDENTITY,
^ at /usr/home/cpansand/.cpan/build/2025020720/DBIx-Migration-0.11-0/blib/lib/DBIx/Migration.pm line 90.
Pg refused to die gracefully; killing it violently.
would be easier to understand and to fix if the Test::PostgreSQL warning
Pg refused to die gracefully; killing it violently.
would contain PostgreSQL version information.
The text was updated successfully, but these errors were encountered:
Such errors
would be easier to understand and to fix if the
Test::PostgreSQL
warningPg refused to die gracefully; killing it violently.
would contain PostgreSQL version information.
The text was updated successfully, but these errors were encountered: