[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

[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] [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: http://tracker.firebirdsql.org/browse/C

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

2014-11-29 Thread Mark Rotteveel
On 27-11-2014 22:21, Dmitry Yemanov wrote: > 28.11.2014 00:15, Mark Rotteveel wrote: > >> Interesting, I assume that is for dialect 1 as it doesn't have quoting? > > Supposedly, yes. This trick was inherited from InterBase and we try to > maintain it (when it's not forgotten :-). > >> Sounds like a

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

2014-11-29 Thread Mark Rotteveel
On 29-11-2014 15:44, Mark Rotteveel wrote: > I did some checking with various revisions, the last build that doesn't > crash is rev. 60185, the first to crash is rev. 60186: "Get rid of > upgradeInterface API method and some adjustments. To be continued." > > I am working on Windows 8.1 Pro 64 bit

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. -- Downlo

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: > https://www.dropbox.com/s/bnmhgt8uybo41q1/e

[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 M

[Firebird-devel] Windows build empbuild.exe crashes

2014-11-29 Thread Mark Rotteveel
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: https://www.dropbox.com/s/bnmhgt8uybo41q1/empbuild_20141129.7z?dl=0 The debugger marks empbuild.

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.