Ophir LOJKINE

Results 1257 comments of 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 ? ![image](https://github.com/user-attachments/assets/ca79c100-4415-4c1d-be08-3586f4e295c8)

Indeed, I can reproduce the issue in v0.31 ![image](https://github.com/user-attachments/assets/b3619228-5e2e-47f6-93db-e2bbad438ca4) but not in 0.32 ![image](https://github.com/user-attachments/assets/0a5acb23-41d9-4090-b1c4-8ee05c8299f2) 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...