We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ded74e commit 2e19b2fCopy full SHA for 2e19b2f
src/queryable/stmt.rs
@@ -106,10 +106,7 @@ where
106
/// let columns = stmt.columns();
107
///
108
/// assert_eq!(columns.len(), 2);
109
- ///
110
/// assert_eq!(columns[0].column_type(), ColumnType::MYSQL_TYPE_VAR_STRING);
111
112
- /// assert_eq!(columns[1].column_type(), ColumnType::MYSQL_TYPE_LONGLONG);
113
/// assert!(columns[1].flags().contains(ColumnFlags::UNSIGNED_FLAG));
114
115
/// Ok(())
0 commit comments