Skip to content

Commit

Permalink
Merge pull request #4307 from sofiaritz/fix-comment
Browse files Browse the repository at this point in the history
Fix comment related to JSON and JSONB support under SQLite
  • Loading branch information
weiznich authored Oct 17, 2024
2 parents efd5955 + 3e2e5d5 commit 0d171eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/sqlite/types/json.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Support for JSON and JSONB values under PostgreSQL.
//! Support for JSON and JSONB values under SQLite.

use crate::deserialize::{self, FromSql};
use crate::serialize::{self, IsNull, Output, ToSql};
Expand Down

0 comments on commit 0d171eb

Please sign in to comment.