Dmitry Igrishin

Results 7 comments of Dmitry Igrishin

Hello, `Connection::socket()` shall be exposed for that. Is it still actual?

> @dmitigr No, at least for me, but if this is implemented it would be great @kvxmmu Ok, I see. I've planned asynchronous IO API (with automatic polling via libuv...

@stan-yu Hello! As [explained](https://www.postgresql.org/docs/current/plpgsql-cursors.html) in 43.7.3.5. of PostgreSQL documentation at you can work with the returned cursor by using the corresponding SQL commands like [FETCH](https://www.postgresql.org/docs/current/sql-fetch.html). But I would suggest you...

@dmitigr Probably it would be nice to add a convenient class to work with cursors.

Hey! I've compared with native libpq. The difference is around 11%. Please note, there are also another useful features like named parameters in prepared statements and convenient database function invoking...

Hello, While it'll be possible in the upcoming version 3 (which I hope to release this or next month), I'm really curious, why do you need to send comments to...