Francisco

Results 7 comments of Francisco

Thank you very much for the in-depth explanation! I will investigate how cloning would work in my use case, since the limitation is that I need a mutable reference to...

Hello, thank you for answering so quickly! The use case I have in mind for ranges is for scheduling applications, that is, representing a period of time. Postgres already has...

Hello, thank you for your answer. Sounds indeed like point `3` is the clear first step that would be sufficient to deal with `insert` and `select` queries. As for binding...

I checked and indeed ```sql insert into events ("range") values ($1); ``` with `$1` being `'[10:30, 11:00]'` works perfectly. I'm looking now at issues #35 and #67. Is in your...

I believe this issue can be closed, fixed in #12911.

Hello, is someone willing to take a look at this PR? It is really annoying that new users need to add this setting to the configuration every time, causing unnecessary...

Hello, I have tried some things and I could not find a work around or solution. Edit: forgot to mention we are on dagster version `1.4.7`. We are in the...