Re: [Firebird-devel] Odp: READ UNCOMMITTED implementation

2015-03-08 Thread Mark Rotteveel
On 5-3-2015 20:52, Jim Starkey wrote: >> On Mar 5, 2015, at 2:30 PM, Roman Simakov wrote: >> >> >>> 5 марта 2015 г., в 20:26, Jim Starkey написал(а): >>> >>> "read imaginary» >> >> Is it not the same as "read uncommited"? :) > > Oh, certainly not! Read imaginary invents whole new record(s) confo

Re: [Firebird-devel] Commits visible in our main page.

2015-03-08 Thread Mark Rotteveel
On 6-3-2015 13:56, Alex Peshkoff wrote: > On 03/05/15 23:21, Carlos H. Cantu wrote: >> I agree that it would help to make people aware that something is >> happening behind the scenes, but I think the content must be short, >> for example, showing only the last 5 commits (with its dates, and >> tit

[Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-08 Thread Nils B
Hi there I tried building the trunk version of Firebird on my Mac using Cmake. I installed the dev tools, libicu and CMake and generated an Xcode Project. When I tried to compile it on Xcode, I ended up with the following error: Ld /users/n/Develop/Firebird/build/src/Debug/bin/gpre_boot normal x8

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-08 Thread Egor Pugin
Hi, Should be fixed now. Update trunk to the latest revision and try to build it. Please note that cmake build is still an experimental feature. On 8 March 2015 at 14:59, Nils B wrote: > Hi there > > I tried building the trunk version of Firebird on my Mac using Cmake. I > installed the dev too

Re: [Firebird-devel] Firebird 3 API demo usage with Pascal

2015-03-08 Thread liviuslivius
>>Did you reopen Delphi after the change? >>You can also use embedded, passing only the database filename in the >>connection string. It should not need a password. >>Adriano Hi, i forgot about this - i run new process but forgot that from delphi debugger it inherit settings - now it worked tha

Re: [Firebird-devel] Firebird 3 API demo usage with Pascal

2015-03-08 Thread Dimitry Sibiryakov
08.03.2015 16:05, liviusliv...@poczta.onet.pl wrote: > in any place in FBApi change PChar declaration to PFBChar and string to > FBString and char to FBChar Right way would be to use PAnsiChar everywhere. Pascal strings (even AnsiString) has nothing to do with FB API. -- WBR, SD. --

Re: [Firebird-devel] Firebird 3 API demo usage with Pascal

2015-03-08 Thread liviuslivius
>> Right way would be to use PAnsiChar everywhere. Pascal strings (even >> AnsiString) has >>nothing to do with FB API. >>-- >> WBR, SD. This is demo usage for Pascal - then this is related to Pascal strings regards, Karol Bieniaszewski ---