Re: [Firebird-devel] Learning the wire protocol

2015-06-06 Thread James Starkey
I suggest you learn C. It's a very easy, simple language. It should only take you a few hours and will save many times that down the road. In any case, you will need to understand both C and the debugger to debug your code. Yes, Firebird is now officially C++, but probably closer to C+ in most

Re: [Firebird-devel] Learning the wire protocol

2015-06-06 Thread Carlos H. Cantu
Title: Re: [Firebird-devel] Learning the wire protocol I can't help with this, but I know that the .NET provider and Jaybird are pure drivers (don't depend on fbclient), so if you understand Java or C#, you can take a look at their code and try to help from them. []s Carlos http://www.firebirdne

[Firebird-devel] [FB-Tracker] Created: (CORE-4830) Memory leak in SuperServer

2015-06-06 Thread Vlad Khorsun (JIRA)
Memory leak in SuperServer -- Key: CORE-4830 URL: http://tracker.firebirdsql.org/browse/CORE-4830 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 2.5.4 Environment: S

[Firebird-devel] [FB-Tracker] Created: (CORE-4829) UDF with cstring(32000) was previously suported but now it is not

2015-06-06 Thread Karol Bieniaszewski (JIRA)
UDF with cstring(32000) was previously suported but now it is not - Key: CORE-4829 URL: http://tracker.firebirdsql.org/browse/CORE-4829 Project: Firebird Core Issue Type: Bug

[Firebird-devel] Learning the wire protocol

2015-06-06 Thread Batwana I
Hello, I'm looking at the wire protocol because I'd like to create a client library for PureBasic that doesn't require any middleware. Unfortunately the documentation looks a little sparse and even though I've downloaded protocol.h my limited understanding of C means I still need help. I hope some