Skip to content

Commit e7233fc

Browse files
committed
Fixes
1 parent a1fe18e commit e7233fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

my-postgres-core/src/sql_where/raw_where_model.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::sql::SqlValues;
22

33
use super::SqlWhereModel;
44

5+
#[derive(Debug)]
56
pub struct StaticLineWhereModel<'s> {
67
data: &'s str,
78
limit: Option<usize>,

0 commit comments

Comments
 (0)