[Firebird-devel] Details on Firebird 3 protocol 13 changes, authentication and encryption

2015-07-25 Thread Mark Rotteveel
I am getting to a point where I want to implement the protocol 13 and new authentication and encryption of Firebird 3 in Jaybird. I'd like to know what was changed for protocol 13, and details on how authentication and encryption work, and how I can implement it. I'd prefer a formal description

[Firebird-devel] Preventing error code "collision"

2015-07-25 Thread Mark Rotteveel
Up to now Jaybird has always used the Firebird error codes, or specific error messages defined in code. I am currently looking into defining some Jaybird specific error codes, with associated messages and SQL states. To prevent collisions with future error codes in Firebird, I'd like to know if

Re: [Firebird-devel] Preventing error code "collision"

2015-07-25 Thread Vlad Khorsun
25.07.2015 14:57, Mark Rotteveel wrote: > Up to now Jaybird has always used the Firebird error codes, or specific > error messages defined in code. > > I am currently looking into defining some Jaybird specific error codes, > with associated messages and SQL states. Are you going to report is u

Re: [Firebird-devel] Preventing error code "collision"

2015-07-25 Thread Dmitry Yemanov
25.07.2015 15:16, Vlad Khorsun wrote: >> To prevent collisions with >> future error codes in Firebird, I'd like to know if using codes below >> 3 would be sufficient to prevent collision, or would it be >> better to follow the same formal rules as used inside Firebird to >> generate error

Re: [Firebird-devel] Preventing error code "collision"

2015-07-25 Thread Mark Rotteveel
On 25-7-2015 14:16, Vlad Khorsun wrote: > 25.07.2015 14:57, Mark Rotteveel wrote: >> Up to now Jaybird has always used the Firebird error codes, or specific >> error messages defined in code. >> >> I am currently looking into defining some Jaybird specific error codes, >> with associated messages a

[Firebird-devel] Windows snapshots builds broken?

2015-07-25 Thread Carlos H. Cantu
The last snapshot build for Windows is dated 16-July. []s Carlos http://www.firebirdnews.org FireBase - http://www.FireBase.com.br -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/lis

Re: [Firebird-devel] Windows snapshots builds broken?

2015-07-25 Thread Mark Rotteveel
On 25-7-2015 15:00, Carlos H. Cantu wrote: > The last snapshot build for Windows is dated 16-July. That happens to be the day of the SourceForge storage failure, and Subversion is still offline so no new code has been written since then. I don't think it is a coincidence. Mark -- Mark Rottevee

Re: [Firebird-devel] Preventing error code "collision"

2015-07-25 Thread Vlad Khorsun
25.07.2015 15:45, Mark Rotteveel wrote: > > How would I go about that if none of the errors in that facility are > defined inside Firebird, We could define and reserve facility code for Jaybird and let you know it. > and how can I know/calculate the range of error > codes I can use (a quick g