[baseten-users] Is the "Money" data type supported.
Tuukka Norri
tuukka.norri at karppinen.fi
Fri Nov 27 01:01:41 EET 2009
Hi!
Raffaele Candeliere kirjoitti 21.11.2009 kello 21.34:
> The first one is: is the "money" type supported in the framework (postgres deprecated such data format in V 8.2 but in 8.3 it was "undeprecated" back)
We haven't implemented support for the money type, since its output used to depend on the locale. Because the locale could only be set once when setting up the database cluster, the data type seemed even less useful. Currently databases within a cluster can have different locales, but I would still use numeric, since its precision doesn't depend on the locale.
> The second is: How can i build a 64 bit application? (i'm running Snow Leopard) The IBPlugin is (apparently) only 32bit binary so IB opens always in 32 bit mode so whenever i try to build a x86_64 target the compiler crashes.
> I tried also to recompile the framework but i keep on getting errors from the linker complaining it cannot find some symbols called by libpq.
If you're using BaseTen 1.7, please try one of our recent automatic builds from http://basetenframework.org/autobuilds/
The bundled IB plug-in (actually inside BaseTenAppKit.framework, IB should be able to locate it automatically when the framework is added to a project) has support for both 64-bit and 32-bit versions of Interface Builder.
--
Best regards,
Tuukka Norri
MK&C
More information about the baseten-users
mailing list