[Firebird-devel] [FB-Tracker] Created: (CORE-5493) Add context variable about transaction start timestamp

2017-02-28 Thread Karol Bieniaszewski (JIRA)
Add context variable about transaction start timestamp -- Key: CORE-5493 URL: http://tracker.firebirdsql.org/browse/CORE-5493 Project: Firebird Core Issue Type: New Feature

[Firebird-devel] [FB-Tracker] Created: (CORE-5492) Add a new foreign not null field to a populated table

2017-02-28 Thread Alfonso Presa (JIRA)
Add a new foreign not null field to a populated table -- Key: CORE-5492 URL: http://tracker.firebirdsql.org/browse/CORE-5492 Project: Firebird Core Issue Type: Bug Components:

Re: [Firebird-devel] Firebird friendly error messages

2017-02-28 Thread Dmitry Yemanov
01.03.2017 00:18, Dmitry Kuzmenko wrote: > > As to BLR, I don't think that eliminating BLR is a good idea. You need > to have same or better speed of interpreting SQL Execution time does not depend on whether it's BLR or SQL. Parsing time (read: prepare time) depends. Dmitry

Re: [Firebird-devel] Firebird friendly error messages

2017-02-28 Thread Adriano dos Santos Fernandes
Em 28/02/2017 17:57, marius adrian popa escreveu: > > Well if we could get rid of BLR > Errors messages have nothing to do with it directly, it depends on design and implementation of things. Adriano -- Check

Re: [Firebird-devel] Firebird friendly error messages

2017-02-28 Thread Dmitry Kuzmenko
Hello, Marius! Tuesday, February 28, 2017, 11:57:10 PM, you wrote: map> Well if we could get rid of BLR > database, Interbase. Whenever you did something wrong, it would give you an > error saying 'Error at BLR offset 283729' or similar, offset being the bullshit. "Error at BLR offset"...

[Firebird-devel] Firebird friendly error messages

2017-02-28 Thread marius adrian popa
Well if we could get rid of BLR "One of the most painful memories I have from software, the stuff that haunts me in my dreams; is writing stored procedures for Delphi's favorite database, Interbase. Whenever you did something wrong, it would give you an error saying 'Error at BLR offset

[Firebird-devel] windows test build - least painful way?

2017-02-28 Thread Michal Kubecek
Hello, as my Hackweek project, I played with struct rem_port and tried to turn it into class hierarchy with virtual functions. The plan is to use this to implement listening on multiple sockets (CORE-5219) and possibly also AF_UNIX socket support but I didn't get that far yet. Current state of