We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&'static str
RealStr
1 parent 2f15e67 commit f04f466Copy full SHA for f04f466
1 file changed
diesel/src/macros/mod.rs
@@ -96,7 +96,7 @@ macro_rules! __diesel_column {
96
impl $crate::query_source::Column for $column_name {
97
type Table = $table;
98
99
- const NAME: &'static str = $sql_name;
+ const NAME: $crate::RealStr = $sql_name;
100
}
101
102
impl<T> $crate::EqAll<T> for $column_name where
0 commit comments