On 2/3/10 5:03 AM, Jacek Kałucki wrote: > Użytkownik Ed Leafe napisał: >> I just pushed a fix. I went with a minimally invasive approach, rather >> than something that always ran the code, since 99%+ of the time it isn't >> needed. >> >> It works with a PostgreSQL double precision column in my tests; let me >> know if it solves your issues. >> > > It is strange, but problem with Decimal-float conversion doesn't affect > SQLite, where conversion is done by backend. > I checked Firebird and PostgreSQL also, where problem exist.
This is one of the major challenges we have in coding Dabo's data access layer: inconsistent behavior by the adapters. Some adapters handle type conversion well, others do not. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
