When trying to use the currency type I started getting errors. After peaking
at the code I noticed that it was being mapped to money, as MySQL does not
have a money type I changed it to this:
MysqlDialect, RegisterColumnType(DbType.Currency, "NUMERIC(19,5)");
Nick
Original issue reported on code.google.com by Nick.G.C...@googlemail.com on 14 May 2009 at 11:26
Original issue reported on code.google.com by
Nick.G.C...@googlemail.com
on 14 May 2009 at 11:26