[Firebird-devel] [FB-Tracker] Created: (CORE-4734) Select on empty database generate: internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2369

2015-04-04 Thread Carl-Johan Wik (JIRA)
Select on empty database generate: internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2369 Key: CORE-4734

[Firebird-devel] LocalStatus - check or throw

2015-04-04 Thread Dimitry Sibiryakov
Hello, All. I have two question about latest changes in interfaces: 1) In pluginmanager.cpp::findDefConfig() the only thing that is done with status vector is call of check() that throw. Why ThrowStatusWrapper isn't used there? 2) Why wrapper is needed at all instead of declaring

[Firebird-devel] [FB-Tracker] Created: (CORE-4735) Expression 'where bool_field IS true | false' should also use index as 'where bool_field = true | false' (if such index exists)

2015-04-04 Thread Pavel Zotov (JIRA)
Expression 'where bool_field IS true | false' should also use index as 'where bool_field = true | false' (if such index exists) --- Key: CORE-4735

Re: [Firebird-devel] Semantics of field [NOT] NULL flag based on domains

2015-04-04 Thread Leyne, Sean
What percent of our users cares about auto-generated domains? Percent? Too small to measure (less than 20 people in the world!) Sean -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored

[Firebird-devel] [FB-Tracker] Created: (CORE-4737) Ignore additional useless parameters at execute statement

2015-04-04 Thread JIRA
Ignore additional useless parameters at execute statement - Key: CORE-4737 URL: http://tracker.firebirdsql.org/browse/CORE-4737 Project: Firebird Core Issue Type: Improvement

[Firebird-devel] [FB-Tracker] Created: (CORE-4736) Ignore additional useless parameters at execute statement

2015-04-04 Thread JIRA
Ignore additional useless parameters at execute statement - Key: CORE-4736 URL: http://tracker.firebirdsql.org/browse/CORE-4736 Project: Firebird Core Issue Type: Improvement

[Firebird-devel] Events in Firebird 3 client library

2015-04-04 Thread Mark Rotteveel
What is the current status of events in the Firebird 3 client library? Are there known problems? I am currently reimplementing events in Jaybird, and when I talk to a Firebird 2.5.4 fbclient.dll it works ok, but when I talk to a Firebird 3.0.0.31733 fbclient.dll (snapshot from last week), it

Re: [Firebird-devel] Events in Firebird 3 client library

2015-04-04 Thread Michal Kubecek
On Sat, Apr 04, 2015 at 06:39:06PM +0200, Mark Rotteveel wrote: What is the current status of events in the Firebird 3 client library? Are there known problems? While testing the IPv6 implementation, I also tested events (as there were some changes to aux connection handling). I repeated the