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 a1fe18e commit e7233fcCopy full SHA for e7233fc
my-postgres-core/src/sql_where/raw_where_model.rs
@@ -2,6 +2,7 @@ use crate::sql::SqlValues;
2
3
use super::SqlWhereModel;
4
5
+#[derive(Debug)]
6
pub struct StaticLineWhereModel<'s> {
7
data: &'s str,
8
limit: Option<usize>,
0 commit comments