Re: [Firebird-devel] Jaybird hang on Firebird 4 with modified TcpRemoteBufferSize

2018-07-22 Thread Mark Rotteveel
This problem still occurs with 4.0.0.1059-0_x64, and I'm no closer to finding a cause, except that it looks like Firebird is somewhere encoding integer values incorrectly or seems to suffer from a buffer overflow somewhere depending on the configured value of TcpRemoteBufferSize. If I change o

Re: [Firebird-devel] Jaybird hang on Firebird 4 with modified TcpRemoteBufferSize

2018-07-22 Thread Dimitry Sibiryakov
22.07.2018 14:56, Mark Rotteveel wrote: If I change one of the two test classes that triggers this problem to create a single database for the entire test class, the problem changes from a too large buffer being read (which causes the hang) to an error Unsupported or unexpected operation code

Re: [Firebird-devel] Jaybird hang on Firebird 4 with modified TcpRemoteBufferSize

2018-07-22 Thread Mark Rotteveel
On 22-7-2018 16:14, Dimitry Sibiryakov wrote: 22.07.2018 14:56, Mark Rotteveel wrote: If I change one of the two test classes that triggers this problem to create a single database for the entire test class, the problem changes from a too large buffer being read (which causes the hang) to an e

Re: [Firebird-devel] Time zone feature documentation

2018-07-22 Thread Mark Rotteveel
On 11-5-2018 18:31, Adriano dos Santos Fernandes wrote: Hi! Here is the first README version for the time zone feature. https://github.com/FirebirdSQL/firebird/blob/work/time-zone-support/doc/sql.extensions/README.time_zone.md I just took another look, the format for isc_dpb_session_time_zone

Re: [Firebird-devel] Time zone feature documentation

2018-07-22 Thread Adriano dos Santos Fernandes
On 22/07/2018 13:14, Mark Rotteveel wrote: > On 11-5-2018 18:31, Adriano dos Santos Fernandes wrote: >> Hi! >> >> Here is the first README version for the time zone feature. >> >> https://github.com/FirebirdSQL/firebird/blob/work/time-zone-support/doc/sql.extensions/README.time_zone.md >> > > I ju