In pipeline mode, running this operation: ```python with conn.pipeline(): cur = conn.execute("select 'test'") cur.fetchone() == ("test",) ``` we receive the notification: `message type 0x33 arrived from server while idle`.