https://bugs.freedesktop.org/show_bug.cgi?id=38811
--- Comment #20 from Michael Meeks <[email protected]> 2012-06-08 03:13:46 UTC --- > In the discussion in bug 50575, I discovered that SQLite3 has a rather weak > notion of datatype, and uses dynamic typing instead of static typing which > underlies the SQL data model. Interesting of course :-) - I guess we're not talking though about importing arbitrary sqlite databases, but having a well confined database inside our own file formats, that we can apply our own constraints to (right?). In such a situation surely it is possible to layer constraints / strong typing on top of the database in our code ? [ wouldn't we do that by accident / default anyway ]. But I guess it's more work if we have to have extra type annotation information around the place. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
