https://bugs.documentfoundation.org/show_bug.cgi?id=167792
--- Comment #4 from [email protected] --- > Couldn't find any buggy behavior here. As I already mentioned, I haven't checked the code yet, but I'm having this problem with the Oracle JDBC driver ojdbc11.jar. This driver has the particularity of providing types with the getTypeInfo() method of the XDatabaseMetData interface that have the same type name (i.e., NUMBER) but a different data type to differentiate all the types, for example: - TYPE_NAME: NUMBER / DATA_TYPE: -7 - TYPE_NAME: NUMBER / DATA_TYPE: -6 - TYPE_NAME: NUMBER / DATA_TYPE: -5 - TYPE_NAME: NUMBER / DATA_TYPE: 2 - TYPE_NAME: NUMBER / DATA_TYPE: 4 - TYPE_NAME: NUMBER / DATA_TYPE: 5 And it is precisely when I change the field type and go from one NUMBER type entry to another that no refresh happens. So far, I haven't been able to reproduce this without ojdbc11.jar. -- You are receiving this mail because: You are the assignee for the bug.
