Re: [Firebird-devel] [PATCH] Casting errors

2014-12-22 Thread Dmitry Yemanov
22.12.2014 11:26, Alexey Pavlov wrote: > > ping? Applied, but I cannot validate compilation at the moment. Dmitry -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge

Re: [Firebird-devel] [PATCH] Casting errors

2014-12-22 Thread Alexey Pavlov
2014-12-19 10:03 GMT+03:00 Alexpux : > > 19 дек. 2014 г., в 9:56, Alexpux написал(а): > > > 18 дек. 2014 г., в 15:32, James Starkey написал(а): > > Uh, if you made it type-safe in the first place, you would need casts. > > Think about that over and over until you get it -- if things are declared

Re: [Firebird-devel] [PATCH] Casting errors

2014-12-18 Thread Alexpux
19 дек. 2014 г., в 9:56, Alexpux написал(а):18 дек. 2014 г., в 15:32, James Starkey написал(а):Uh, if you made it type-safe in the first place, you would need casts.Think about that over and over until you get it -- if things are declared and used properly,

Re: [Firebird-devel] [PATCH] Casting errors

2014-12-18 Thread Alexpux
> 18 дек. 2014 г., в 15:32, James Starkey написал(а): > > Uh, if you made it type-safe in the first place, you would need casts. > > Think about that over and over until you get it -- if things are declared and > used properly, you never need casts. > > Artificial types (used in moderation) e

Re: [Firebird-devel] [PATCH] Casting errors

2014-12-18 Thread James Starkey
Uh, if you made it type-safe in the first place, you would need casts. Think about that over and over until you get it -- if things are declared and used properly, you never need casts. Artificial types (used in moderation) eliminate most problems and make the code easier to understand. On Thurs

[Firebird-devel] [PATCH] Casting errors

2014-12-18 Thread Alexey Pavlov
Not sure if I'm properly fix it but I try. From ad519c7d7de3a7a5c1e41511412acb4ae4c66616 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Mon, 24 Nov 2014 08:15:50 +0300 Subject: [PATCH] Fix cast error for 64-bit. --- src/remote/server/os/win32/srvr_w32.cpp | 2 +- 1 file changed, 1 insertion(+), 1