Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dimitry Sibiryakov
12.08.2014 19:37, Dalton Calford wrote: > I would never, ever put a binary such as a database or compiled executable > into a version > control system, but, there is nothing preventing my extracting the DML > (insert into foo .values..) and inserting that into the version > control system

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Mark Rotteveel
On 12-8-2014 19:37, Dalton Calford wrote: > If I understand your message, I am still confused by the statement. > > I would never, ever put a binary such as a database or compiled > executable into a version control system, but, there is nothing > preventing my extracting the DML > (insert into foo

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Leyne, Sean
Mark, > I think you misunderstand. Historically, the error messages within the build > where stored inside a Firebird database. That database itself was the source > for the generated header with errorcodes and the firebird.msg file. I have never understood, why this database has not been replace

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dalton Calford
Hi Mark, If I understand your message, I am still confused by the statement. I would never, ever put a binary such as a database or compiled executable into a version control system, but, there is nothing preventing my extracting the DML (insert into foo .values..) and inserting that into

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Jim Starkey
That wasn't a problem for Interbase because we used a source control system that was also based on the database. We found that having developers who were also database users made them a great deal more sympathetic with customers. We also used the database as this basis for the test system (tcs

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Mark Rotteveel
On 12-8-2014 19:22, Dalton Calford wrote: > May I ask why you say a database system is not suitable for CVS? I had > ours on cvs for a few years before moving it to git. > > If you view the operational database as source code, then I can > understand your point, but, I view an operational databas

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dalton Calford
Hi Dimitry, May I ask why you say a database system is not suitable for CVS? I had ours on cvs for a few years before moving it to git. If you view the operational database as source code, then I can understand your point, but, I view an operational database as a compiled end product while the

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Ann Harrison
> On Aug 12, 2014, at 1:17 PM, Jim Starkey wrote: > > Sigh. There used to be database based system to create and edit messages and > generate header and message files. Very handy using a database to develop a > database system. Please lets not get into the moral and political issues of re

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dimitry Sibiryakov
12.08.2014 18:17, Jim Starkey wrote: > There used to be database based system to create and edit messages and > generate header and message files. Yes, I know that because I am exactly that guy who killed this system because database isn't suitable for CVS. -- WBR, SD. --

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Jim Starkey
Sigh. There used to be database based system to create and edit messages and generate header and message files. Very handy using a database to develop a database system. > On Aug 12, 2014, at 9:34 AM, Dimitry Sibiryakov wrote: > > Hello, All. > > Is there a simple step-by-step guide

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dmitry Yemanov
12.08.2014 18:03, Mark Rotteveel wrote: > Doesn't this miss a "add specific standard (or vendor-specific) SQL state" > somewhere? It's hidden inside item (3) ;-) Dmitry -- Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Mark Rotteveel
On Tue, 12 Aug 2014 17:51:36 +0400, Dmitry Yemanov wrote: > 12.08.2014 17:34, Dimitry Sibiryakov wrote: >> >> Is there a simple step-by-step guide how to add new error codes and >> corresponding >> messages into the engine and firebird.msg? > > 1) Choose the facility for your error > 2) Bump next

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dmitry Yemanov
12.08.2014 17:56, Dimitry Sibiryakov wrote: >> 1) Choose the facility for your error > > How to choose between JRD and DSQL? When in doubts, go for JRD. Dmitry -- Firebird-Devel mailing list, web interface at https:/

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dimitry Sibiryakov
12.08.2014 15:51, Dmitry Yemanov wrote: > 1) Choose the facility for your error How to choose between JRD and DSQL? -- WBR, SD. -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists

Re: [Firebird-devel] Error messages how-to

2014-08-12 Thread Dmitry Yemanov
12.08.2014 17:34, Dimitry Sibiryakov wrote: > > Is there a simple step-by-step guide how to add new error codes and > corresponding > messages into the engine and firebird.msg? 1) Choose the facility for your error 2) Bump next error number in facilities.sql for your facility 3) Add a record into