Re: [Firebird-devel] Database-only config parameter

2014-05-27 Thread Alex Peshkoff
On 05/26/14 22:39, Dimitry Sibiryakov wrote: Hello, All. Is it possible for 3.0 to have a parameter which can be set only for database, but not globally? No -- The best possible search technologies are now

[Firebird-devel] Client FBK restore using Services API

2014-05-27 Thread Jiri Cincura
Hi, I'm trying to implement restore via Services API when the FBK is on client (the new one from 2.5.2). The docs says: If service needs some data in stdin, it returns isc_info_svc_stdin in query results, followed by ***4-bytes value*** - number of bytes server is ready to accept from client. The

Re: [Firebird-devel] Client FBK restore using Services API

2014-05-27 Thread Alex Peshkoff
On 05/27/14 14:02, Jiri Cincura wrote: Hi, I'm trying to implement restore via Services API when the FBK is on client (the new one from 2.5.2). The docs says: If service needs some data in stdin, it returns isc_info_svc_stdin in query results, followed by ***4-bytes value*** - number of

Re: [Firebird-devel] Client FBK restore using Services API

2014-05-27 Thread Jiri Cincura
On Tue, May 27, 2014 at 12:09 PM, Alex Peshkoff peshk...@mail.ru wrote: Yes. We are moving (unfortunately slower than wanted) to make all numbers 4-byte in services. And therefore new place is made to use 4-byte format at once. That's not a very big trouble for you. The returned value is

Re: [Firebird-devel] Client FBK restore using Services API

2014-05-27 Thread Jiri Cincura
Any guess why I'm getting No request from user for stdin data? Should the data be sent to server in op_service_info message, right? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

[Firebird-devel] Feature request discussion (Reply to Planning the post v3 development)

2014-05-27 Thread marius adrian popa
1.One of the feature that i wish from project is to migrate from svn to github (serveral projects are on github and it's is a lot easier to contribute : MariaDB , Postgresql ...) 2.Faster release cycle with less features between releases (Some of the less used features could be handled after 3.0

Re: [Firebird-devel] Client FBK restore using Services API

2014-05-27 Thread Jiri Cincura
Trying to go to bare metal. 1. I do op_service_start. 2. Then op_service_info with isc_info_svc_stdin in items. That gives me 4b number (8k in my case). 3. Then I call op_service_info with isc_info_svc_stdin in SPB and { isc_info_svc_line, data length, data, isc_info_end } in items. And the

Re: [Firebird-devel] Feature request discussion (Reply to Planning the post v3 development)

2014-05-27 Thread Jim Starkey
On 5/27/2014 2:15 PM, Frank Schlottmann-Gödde wrote: On 05/27/2014 02:58 PM, marius adrian popa wrote: 1.One of the feature that i wish from project is to migrate from svn to github (serveral projects are on github and it's is a lot easier to contribute : MariaDB , Postgresql ...) Why do you

Re: [Firebird-devel] Feature request discussion (Reply to Planning the post v3 development)

2014-05-27 Thread Mark Rotteveel
On 27-5-2014 20:19, Dmitry Yemanov wrote: (several projects are on github and it's is a lot easier to contribute : MariaDB , Postgresql ...) How is it easier to contribute? You either have commmit rights or not. That is not true. Especially Github makes contributing a lot simpler for users

Re: [Firebird-devel] Feature request discussion (Reply to Planning the post v3 development)

2014-05-27 Thread Adriano dos Santos Fernandes
On 27-05-2014 17:36, Mark Rotteveel wrote: On 27-5-2014 20:19, Dmitry Yemanov wrote: (several projects are on github and it's is a lot easier to contribute : MariaDB , Postgresql ...) How is it easier to contribute? You either have commmit rights or not. That is not true. Especially Github