uow: add "on_exception" lifecycle hook #250
Annotations
4 errors
Tests (3.9, mysql8):
tests/test_uow.py#L90
test_uow_transactions
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1170, "BLOB/TEXT column 'value' used in key specification without a key length")
[SQL:
CREATE TABLE data (
value TEXT NOT NULL,
CONSTRAINT pk_data PRIMARY KEY (value)
)
]
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
Tests (3.9, mysql8)
Process completed with exit code 1.
|
Tests (3.12, mysql8):
tests/test_uow.py#L90
test_uow_transactions
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1170, "BLOB/TEXT column 'value' used in key specification without a key length")
[SQL:
CREATE TABLE data (
value TEXT NOT NULL,
CONSTRAINT pk_data PRIMARY KEY (value)
)
]
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
Tests (3.12, mysql8)
Process completed with exit code 1.
|