Skip to content

Commit

Permalink
Merge pull request #28 from dullbananas/patch-1
Browse files Browse the repository at this point in the history
Implement Clone and Copy for sql_types::Ltree
  • Loading branch information
TheConner authored Dec 17, 2023
2 parents 7c038e9 + d6ed126 commit 76ccef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub mod sql_types {
use diesel::query_builder::QueryId;
use diesel::sql_types::SqlType;

#[derive(SqlType, QueryId)]
#[derive(SqlType, Clone, Copy, QueryId)]
#[diesel(postgres_type(name = "ltree"))]
pub struct Ltree;

Expand Down

0 comments on commit 76ccef6

Please sign in to comment.