| Should database metadata contain all sequences from all schemas? ExtractedDatabaseMetaData.getSequenceInformationList() contains all sequences and has one usage where it filters the required schema (valid). This may produce bugs in the futures if it is used in other locations without filtering the required schema. |