2008/6/18 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Ok, perhaps it needs to wait until the C api matures a bit. One other > observation though, if I may. DatabaseMetaData.getColumns() returns > yet another data type code:
Ah, good catch. That function is parsing the results of pragma table_info(), which sadly just returns whatever type name the user gave, even if it's nonsense. So it catches int/integer and float, and otherwise returns a varchar. This too, is highly questionable behaviour. I'm not really sure what would be the best thing to do here. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
