Re: [Firebird-devel] Tackling CORE-4526 (OFFSET FETCH)

2014-11-29 Thread Mark Rotteveel
On 26-11-2014 10:40, Dmitry Yemanov wrote: 3) New reserved words (OFFSET and ROW) should be added to the keyword_or_column rule to simplify migration. That said, I'm wondering why ROWS wasn't added there too in v2.0. Probably my oversight. Just checked, ROWS was already in keyword_or_column.

[Firebird-devel] FB3 - Initialize database as own security database

2014-11-29 Thread Gabor Boros
Hi, Tried with Windows 32bit and embedded engine, snapshot 3.0.0.31444, got error with SEC$USERS. Databases.conf: MYDB = C:\Databases\MYDB.FDB { SecurityDatabase = MYDB } gsec -user SYSDBA -add MYADMIN -pw xxx -admin yes isql -user MYADMIN CREATE DATABASE MYDB PAGE_SIZE 4096; isql -user

Re: [Firebird-devel] Windows build empbuild.exe crashes

2014-11-29 Thread Mark Rotteveel
On 29-11-2014 14:18, Mark Rotteveel wrote: On Windows during make_examples.bat empbuild.exe crashes with: Unhandled exception at 0x7fffca148bcf in empbuild.exe: 0xC005: Access violation reading location 0x0009. Dump file:

Re: [Firebird-devel] Windows build empbuild.exe crashes

2014-11-29 Thread Dimitry Sibiryakov
29.11.2014 15:44, Mark Rotteveel wrote: The fact that the snapshot builds continue to be built seems to indicate it is something environment (or OS) related. No, it is just a stupid luck. -- WBR, SD. --

[Firebird-devel] [FB-Tracker] Created: (CORE-4625) instclient remove doesn't remove client library if shared DLL count 1 but reports it has removed it

2014-11-29 Thread Mark Rotteveel (JIRA)
instclient remove doesn't remove client library if shared DLL count 1 but reports it has removed it - Key: CORE-4625 URL:

[Firebird-devel] [FB-Tracker] Created: (CORE-4626) instclient usage help doesn't document remove -force

2014-11-29 Thread Mark Rotteveel (JIRA)
instclient usage help doesn't document remove -force Key: CORE-4626 URL: http://tracker.firebirdsql.org/browse/CORE-4626 Project: Firebird Core Issue Type: Bug Components: API /

[Firebird-devel] Struct declarations

2014-11-29 Thread Stuart Simon
I am writing a research paper that involves the Firebird source code. I have found the Firebird Internals Reference, but it dates from 2009. My questions: Are the struct declarations still the same? Where could I find them (or their C++ equivalents) in the source code? Thank you! -- Stuart