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 bb910af commit 8ca00beCopy full SHA for 8ca00be
my-postgres-core/src/sql_where/none_where_model.rs
@@ -2,6 +2,7 @@ use crate::sql::SqlValues;
2
3
use super::SqlWhereModel;
4
5
+#[derive(Debug, Clone)]
6
pub struct NoneWhereModel;
7
8
impl NoneWhereModel {
0 commit comments