[TYPO3-dev] floats in Database
Stefan Beylen
typo3 at we-make.net
Thu Jan 17 10:43:17 CET 2008
Steffen Kamper wrote:
> you can cast the field to any float in MySQL
thank you for your answer.
I defined the field now as a tinytext in tca (type: input)
then I changed in ext_tables.sql from
lng tinytext NOT NULL,
to
lng float(13,10) NOT NULL,
works so far, but now I get a backend error on saving:
102: These fields are not properly updated in database: (lng) Probably
value mismatch with fieldtype.
any hint? :(
More information about the TYPO3-dev
mailing list