github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/sql/pgwire/testdata/pgtest/array (about) 1 # Send a bad OID (the "1, 1, 1, 1" are the 4 OID bytes). 2 send 3 Parse {"Query": "SELECT $1::INTERVAL[]"} 4 Bind {"ParameterFormatCodes": [1], "Parameters": [[0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0]]} 5 Sync 6 ---- 7 8 until 9 ErrorResponse 10 ReadyForQuery 11 ---- 12 {"Type":"ParseComplete"} 13 {"Type":"ErrorResponse","Code":"42804"} 14 {"Type":"ReadyForQuery","TxStatus":"I"}