Skip to content

Commit

Permalink
Revise RowMetaData#getColumnMetadata(String)
Browse files Browse the repository at this point in the history
Motivation:
The current behavior does not align with the specification

Modifications:
implement the intended behavior as per the specification.

Result:
Correct behavior
  • Loading branch information
jchrys committed Mar 7, 2024
1 parent b73a539 commit dc79609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ private static MySqlRowDescriptor create(final String... names) {
}


}
}

0 comments on commit dc79609

Please sign in to comment.