Background: I've compiled qtjambi with the postgres plugin. It works. Using Eclipse, I modified the cached table example to hit my postgres server. All is fine. I've got a treeWidget, and a tableView loading off of a self referential table. Loads fine. I can make edits to the tableView fine.
Problem: Only thing is when edit a date field in the tableView, it autofills it with a default value (my postgres is not set to do this). Example, a date field auto fills with 1/1/2000. My postgres allows fields to be null. But once the date is autofilled by QTableView, I cannot delete it from within the tableView. field.defaultValue()==null. Field.isAutoValue ()==false. Field.isGenerated()==true (I don't know what generated indicates). Question: I need to be able to null out a date field from the QTableView. Any ideas? Thanks, Caymran
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
