Alexander Peshkov
Alexander Peshkov
> And to be clear, this is my guess, and if my guess is correct, 99.99% it is correct > I see no point in changing the behaviour. I find...
On 10/24/25 15:44, mlazdans wrote: > *mlazdans* left a comment (FirebirdSQL/php-firebird#70) > > > I've been experimenting with a bit newer API with > |fb_get_master_interface()| looks nice and promising. There...
On 10/24/25 17:02, mlazdans wrote: > *mlazdans* left a comment (FirebirdSQL/php-firebird#70) > > > Thanks for insights. So the best solution indeed would be runtime > checks. For |fb_get_master_interface| FB...
On 10/25/24 16:01, Vlad Khorsun wrote: > > ***@***.**** commented on this pull request. > > ------------------------------------------------------------------------ > > In src/dsql/DdlNodes.h > : > > > @@ -1790,6 +1790,7 @@...
Do something like this: namespace Firebird { class PreciseTime { public: PreciseTime() : high(0), low(0) {} #ifdef WIN_NT PreciseTime(//Windows specific ctor #else PreciseTime(//Posix specific ctor #endif operator=(const PreciseTime&) = default;...