PHP GDインストール PostgreSQL::テーブル定義の変更
11月 09

Insert時の時など文字列に改行コード(\r\n)等が含まれる場合に

警告が表示されます。

対応としましては

Hintにあるように文字列の前に”E”を付与する


WARNING:  nonstandard use of \\ in a string literal
HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

Comments are closed.

preload preload preload