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
An exception occurred while executing a query: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
SQLSTATE[22003]: Numeric value out of range: 7 ERROR: value "09018829619" is out of range for type integer CONTEXT: unnamed portal parameter $1 = '...'
概要(Overview)
#2285
追加した携帯電話番号カラムを検索に含めようとすると、PostgreSQLだと下記エラーが出て実行できない。どうもDoctrineのバグっぽい
サンプルコード
OrderEntityにはmobile_phoneをstringで追加済み
再現手順(Procedure)
環境(Environment)
EC-CUBE: 4.2.1
PostgreSQL 14.11
PHP 8.1.2
doctrine/dbal 3.7.2
The text was updated successfully, but these errors were encountered: