In PR #27321 I implemented the getColumnLabel(int index) method from the java.sql.resultSetMetaData interface.
This doesn't pose any implementation problems, but it presents serious compatibility issues because, until now, the column name corresponded to its label.
What migration process have you planned for this problem?