[Firebird-devel] "alter column/domain" supporting collation change

2014-05-19 Thread Simonov Denis
Recently, direct editing of almost all system tables have been banned. However, not all DDL commands are implemented for the complete rejection of modifications to the system tables. In particular, there is still no possibility of change in domains collate and columns. In IBExpert previousl

[Firebird-devel] "IResultSet" Error when connecting to Firebird 3 build 31141

2014-05-19 Thread Martijn Tonies (Upscene Productions)
Hi, I just downloaded that particular build, installed it, but I get the following error when trying to connect to it via a Delphi application: --- Invalid resultset interfaceIResultSet::fetchNext failed when loading mapping cache --- This is 32 b

Re: [Firebird-devel] "IResultSet" Error when connecting to Firebird 3 build 31141

2014-05-19 Thread Mark Rotteveel
On Mon, 19 May 2014 13:13:44 +0200, "Martijn Tonies (Upscene Productions)" wrote: > Hi, > > I just downloaded that particular build, installed it, but I get the > following > error when trying to connect to it via a Delphi application: > > --- > Invalid resultset interfac

Re: [Firebird-devel] "IResultSet" Error when connecting to Firebird 3 build 31141

2014-05-19 Thread Martijn Tonies (Upscene Productions)
Hello Mark, >> I just downloaded that particular build, installed it, but I get the >> following >> error when trying to connect to it via a Delphi application: >> >> --- >> Invalid resultset interfaceIResultSet::fetchNext failed when loading >> mapping cache >> ---

[Firebird-devel] A patch to submit

2014-05-19 Thread Dimitry Sibiryakov
Hello, All. I would like to submit an attached patch. It does following things: 1) Fix CORE-4382, CORE-4383 and CORE-4424. 2) Fix unregistered case of missing index entries and blob ids after releasing one savepoint of many (list_staying() didn't take into account versions in memory undo lo

Re: [Firebird-devel] A patch to submit

2014-05-19 Thread Ann Harrison
On Mon, May 19, 2014 at 11:47 AM, Dimitry Sibiryakov wrote: > > 6) Implement erase-in-place which leads to significant code simplification. > > Can you explain "erase in place" briefly? In specific, how is it undone in a catastrophic failure (i.e. not a transaction cleanup)? Thanks, Ann ---

Re: [Firebird-devel] A patch to submit

2014-05-19 Thread Dimitry Sibiryakov
19.05.2014 18:23, Ann Harrison wrote: > Can you explain "erase in place" briefly? In specific, how is it undone in a > catastrophic > failure (i.e. not a transaction cleanup)? I simply call update_in_place() with delete stub from VIO_erase() if the head record version is marked with the sam

[Firebird-devel] [FB-Tracker] Created: (CORE-4434) Extend the use of colon prefix for read/assignment OLD/NEW fields and assignment to variables

2014-05-19 Thread Adriano dos Santos Fernandes (JIRA)
Extend the use of colon prefix for read/assignment OLD/NEW fields and assignment to variables - Key: CORE-4434 URL: http://tracker.firebirdsql.org/browse/CORE-4434