Ivan Krivosheev

Results 41 issues of Ivan Krivosheev

@mdsteele hello! thank you for the great library! I have cab archive (get from MSI): [python.zip](https://github.com/mdsteele/rust-cab/files/8825947/python.zip) I have two problems: 1. Unpacking is very slow 2. A lot errors: ```...

Hello, thank you for the library. I open [LibreOffice installer](https://www.libreoffice.org/download/download/) with [rust-msi](https://github.com/mdsteele/rust-msi). Then open **libreoffice1.cab** stream with this library and get some erros: ``` _d0000002.html unpacker error=UnpackError { err: Custom...

## Motivation A lot code in my projects is mapping SQL query result into rust struct and convert it to JSON string. I have a few suggestions on how to...

C-enhancement

Sometimes, i see in logs error: ` type=, error='NoneType' object has no attribute 'drain'` after `channel.basic_publish`. It is vary hard for reproduce.

## Summary We have some deprecated functions: - [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L72 **since = "0.12.0"** - [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L98 **since = "0.9.0"** - [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L126 **since = "0.9.0"** - [...

## PR Info - Closes https://github.com/SeaQL/sea-query/issues/336 Depends: - https://github.com/SeaQL/sea-query/pull/387 ## Adds - [x] Support Array ## Breaking Changes - [x] Drop feature `postgres-array` ## Todo: - [x] Implement for all...

## PR Info - Closes https://github.com/SeaQL/sea-query/issues/383 ## Adds - Add new crate like sea-query-binder for `rusqlte`.

## PR Info ## Changes - Rewrite examples using sea-query-binder instead sea-query-driver

## PR Info - Closes https://github.com/SeaQL/sea-query/issues/118 - https://github.com/SeaQL/sea-query/issues/216 ## Adds - SubQuery operators: `EXISTS`, `ALL`, `ANY`, `SOME`

## PR Info - Closes https://github.com/SeaQL/sea-query/issues/320 ## Breaking Changes - Remove breaking methods