Luca Cappelletti

Results 249 comments of Luca Cappelletti

Both are available in the README

Here you go - the bug is still there. Is version 2.17 recent enough? It is the default one on COLAB.

In the [example you linked](https://github.com/pgcentralfoundation/pgrx/blob/develop/pgrx-tests/src/tests/complex.rs) it is handled by asking the user to manually define the whole set of features, right? My idea was to simply extend the derive macro...

Hi @dongxudongxu - Disregard the documentation website and do read the set of methods that you get when running the `help` method as suggested in the README. Of course, if...

> Thanks! It might be some time before I have the bandwidth to review and get this merged. I am fixing the last failing CI, do let me know if...

While I am at it, I will also do a round of clippy code-smell fixes. Note that the changes in the code are strictly limited to adding serde feature gates,...

Assuming that the current PR should be more or less merged as-is (given the triviality of it) I will get started with the `no-std` one, which I need for the...

I have encountered the following case which I had honestly never heard of before. I suggest to move such data preprocessing in the tokenizer, as I would argue the benefits...

I managed to get a reasonably refactored version to handle the `COPY... STDIN` thing, but I am now struggling to find a solution for big query identifiers, which unfortunately require...

The #2077 PR basically moves all of the whitespace related processing in the tokenizer, so that the parser can then entirely be freed of dealing with them. There are some...