[Firebird-devel] [FB-Tracker] Created: (CORE-5507) Wrong value of the new field at the old records, created before that new field was added.

2017-03-23 Thread Vlad Khorsun (JIRA)
Wrong value of the new field at the old records, created before that new field was added. - Key: CORE-5507 URL: http://tracker.firebirdsql.org/browse/CORE-5507

Re: [Firebird-devel] x64 fblient.dll ISC_STATUS data type vs. lib version

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 21:47, malloc meyer wrote: > My question ist, was there any version in past of the fbclient API for x64 > windows which defines ISC_STATUS as a 32 bit integer ? No. Status array contains (among other information) also pointers. -- WBR, SD.

Re: [Firebird-devel] x64 fblient.dll ISC_STATUS data type vs. lib version

2017-03-23 Thread Vlad Khorsun
23.03.2017 22:47, malloc meyer wrote: > > > Dear, > > I am developing with IBPP on x64 linux and windows hosts. Using IBPP on a x64 > windows LLP64 system leads to exceptions. > The reason is a wrong definition of ISC_STATUS in the IBPP headers. IBPP > defines ISC_STATUS for a LLP64 windows

Re: [Firebird-devel] Where is Android port?

2017-03-23 Thread Carlos H. Cantu
Thanks Dmitry, I hope it will not take too long to publish it... probably we will have a lot of people visiting the download page in the next days. []s Carlos http://www.firebirdnews.org FireBase - http://www.FireBase.com.br DY> 23.03.2017 05:19, Carlos H. Cantu wrote: >> I see two mentions in

Re: [Firebird-devel] Where is Android port?

2017-03-23 Thread Dmitry Yemanov
23.03.2017 05:19, Carlos H. Cantu wrote: > I see two mentions in the 3.02 ReleaseNotes about Android port > [(CORE-3885) and (CORE-5332)], but I can't find any Android link in > the download page. > > This needs to be fixed. To be published, I'd want it to be rebuilt from the 3.0.2 codebase. The

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5507) Wrong value of the new field at the old records, created before that new field was added.

2017-03-23 Thread Adriano dos Santos Fernandes
Em 23/03/2017 20:29, Mark Rotteveel escreveu: > To me the behavior described under "actual" intuitively sounds like the > correct behavior. Why do you expect that the column value would change > to 'ABC'? > > The column was created with a default, which means that existing rows > will get that

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5507) Wrong value of the new field at the old records, created before that new field was added.

2017-03-23 Thread Mark Rotteveel
To me the behavior described under "actual" intuitively sounds like the correct behavior. Why do you expect that the column value would change to 'ABC'? The column was created with a default, which means that existing rows will get that value, afaik it shouldn't change if the default later is

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5507) Wrong value of the new field at the old records, created before that new field was added.

2017-03-23 Thread Vlad Khorsun
24.03.2017 1:29, Mark Rotteveel wrote: > To me the behavior described under "actual" intuitively sounds like the > correct behavior. Why do you expect that the column value > would change to 'ABC'? Because Firebird doesn't update old records when new field was created. > The column was

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 15:44, Alex Peshkoff wrote: > I wonder - what scripts do you mean, grepping in our > master/builds/install does not find unix2dos. B3_0_Release branch, install/arch-specific/win32/BuildExecutableInstall.bat -- WBR, SD.

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Dimitry Sibiryakov
23.03.2017 15:58, Alex Peshkoff wrote: > Occasionally BuildExecutableInstall.bat itself was wrongly committed to > git - checked outon linux it has CR-LF lineend instead just LF. I.e. > itself needs unix2dos ;) Luckily it does not actually matter. Actually, it does matter. Stupid Windows

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Alex Peshkoff
On 03/23/17 17:04, Dimitry Sibiryakov wrote: > Hello, All. > > What version/build of subj supports '-D' switch -D, --display-enc ENCODING Set encoding of displayed text. Where ENCODING is one of: ansi, unicode, unicodebom, utf8, utf8bom with ansi being the

Re: [Firebird-devel] Where is Android port?

2017-03-23 Thread Alex Peshkoff
On 03/23/17 11:54, Dmitry Yemanov wrote: > 23.03.2017 05:19, Carlos H. Cantu wrote: > >> I see two mentions in the 3.02 ReleaseNotes about Android port >> [(CORE-3885) and (CORE-5332)], but I can't find any Android link in >> the download page. >> >> This needs to be fixed. > To be published, I'd

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Paul Reeves
On Thu, 23 Mar 2017 15:04:56 +0100 Dimitry Sibiryakov wrote >Hello, All. > >What version/build of subj supports '-D' switch Good question. If unix2dos is not found then an error will be thrown. It is not clearly documented but in the HELP screen there will be this: @echo o sed is

Re: [Firebird-devel] unix2dos

2017-03-23 Thread Alex Peshkoff
On 03/23/17 18:05, Dimitry Sibiryakov wrote: > 23.03.2017 15:58, Alex Peshkoff wrote: >> Occasionally BuildExecutableInstall.bat itself was wrongly committed to >> git - checked outon linux it has CR-LF lineend instead just LF. I.e. >> itself needs unix2dos ;) Luckily it does not actually matter.

Re: [Firebird-devel] Where is Android port?

2017-03-23 Thread Alex Peshkoff
On 03/23/17 18:30, Dmitry Yemanov wrote: > 23.03.2017 17:53, Alex Peshkoff wrote: > >>> To be published, I'd want it to be rebuilt from the 3.0.2 codebase. The >>> latest Android binaries are v3.0.0, not something to be put on the >>> v3.0.2 download page. >> What problems do we have buildig it?