Dimitry Sibiryakov

Results 227 comments of Dimitry Sibiryakov

BTW Mark is right: TCP itself was designed to be unbreakable with all these ACK packets, timeouts and retries. If TCP connection got broken - something really bad happened.

> Tried to search trough FB code, but did not find the way it is written and or read from the file. You don't need to search where it is...

This PR also solves #6233.

I would understand if you assigned to me the mentioned issues, but what is the point to assign a pull request? There is nothing I can do with it in...

This class currently has nine members, seven are initialized by explicit constructor, one by implicit constructor and one in the code immediately after instantiation. What exactly do you expect me...

`opStreamedBlob` would sound better for me (no impression that it supersede `opStoreBlob` at least). Segmented BLOBs has its own usage. I'll vote against their dropping.

Size of objects may vary but yes, preserving boundaries between them is a useful feature. The same way in network world stream-oriented TCP is mostly used but message-oriented UDP still...

> Don't the xxxW functions expect UTF-16? Yes for Windows and unixODBC. No for iODBC. Unicode encoding in specification is not actually specified IIRC. > What needs to be done,...

That makes the Unicode part of the driver completely broken on Linux where `wchar_t` is UCS4 aka UTF-32.

Ok, if nobody has a better idea I'll try to fix the driver for awhile using hardcoded UTF-8 charset for SQL*ConnectW functions and performing conversions accordingly.