safired2017 / mdb-sqlite

Automatically exported from code.google.com/p/mdb-sqlite
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Accept cast from float to double : #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Caused by: java.lang.ClassCastException: java.lang.Float cannot be cast to
java.lang.Double
        at com.plausiblelabs.mdb.AccessExporter.populateTable(Unknown Source)
        at com.plausiblelabs.mdb.AccessExporter.populateTables(Unknown Source)
        at com.plausiblelabs.mdb.AccessExporter.export(Unknown Source)
        at com.plausiblelabs.mdb.Main.main(Unknown Source)
        ... 6 more

Original issue reported on code.google.com by Silvers...@gmail.com on 5 Mar 2009 at 10:28

GoogleCodeExporter commented 8 years ago
Just so you know, I did apply the float patch first

Original comment by Silvers...@gmail.com on 5 Mar 2009 at 10:51

GoogleCodeExporter commented 8 years ago
Works for me. Check that your patch is correct.

Original comment by adjo...@gmail.com on 9 Jan 2011 at 1:06

GoogleCodeExporter commented 8 years ago
I applied the float patch and i hit this same error, i have attached the hack 
that i used to work around the error.

The schema i am working from has Single type float fields.

Cheers,
Russell

Original comment by russell....@gmail.com on 22 Apr 2013 at 12:33

Attachments: