Charles Samborski

Results 105 comments of Charles Samborski

I wanted to completely clear my cargo cache. I searched for `cargo clear cache` and this repo was one of the top results (using Duck Duck Go).

Hi, I am maintaining [swf-parser](https://github.com/open-flash/swf-parser/), a library to parse SWF files. These files can be encoded with LZMA and I am using this library to decode them. To support streaming...

I was able to advance on this PR and the hardest part should be done. The `PgTypeRegistry` struct keeps track of the current state of all the known types. In...

I started the work in my PR by focusing on types. However, by working on it, it seems that the core of issue is synchronization of the catalog between the...

Some updates: I added checks to detect inconsistent DB responses. For example when a type kind changed or when the status present/missing changed. In practice we cache everything forever and...

I agree that the entry point for resolution should be a name and that SQLx should handle the resolution with the DB. I don´t think we should let the user...

Thank you for reporting this error. I was busy for a few weeks but still intend to refactor SQLx to fully support custom types. I am sorry for the regression....

Hi, I submitted support for arrays of custom types a few months ago, this issue is definitely a bug. Sorry. Arrays of custom types should be supported. I've hit this...

A quick update on this bug. Over the last weeks, I was working on [refactoring Postgres types](https://github.com/launchbadge/sqlx/pull/1810). The linked PR is pretty exploratory and will need a lot of work...

I have a good news: I have a branch where I am able to decode anonymous records and arrays of custom types. The bad news is that it requires quite...