Ophir LOJKINE
Ophir LOJKINE
@alamb : related: https://github.com/apache/datafusion-sqlparser-rs/pull/1848 (we are currently serializing literal strings character by character)
Hi @S-poony ! Welcome to Github ! We generally try to avoid opening issues without at least a sentence of explanation around here; it's friendlier when you actually say what...
Hello and welcome to sqlpage ! I cannot reproduce this issue. Could you please upgrade to the latest release and confirm whether you still observe this behavior ? 
Indeed, I can reproduce the issue in v0.31  but not in 0.32  I'm going to mark this issue as fixed. You can download pre-release versions if you need...
Can you share a reproduction of the issue ? Does a simple ```sql select '00:00:00'::interval ``` trigger the issue ?
Ok, can you make a minimal version that will be easy for me to reproduce? Maybe adding a `create temp table if not exists` and a `set person =` on...
Ok, I can reproduce it. Let me reopen this issue ! Postgres returns textual interval representations for static queries, and binary values for parametrized queries. Until we fix this, you...