Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Dec 18, 2023
1 parent a61155a commit 975bc96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion psl/builtin-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ indoc.workspace = true
lsp-types = "0.91.1"
once_cell = "1.3"
regex = "1"
chrono = { version = "0.4.6", default_features = false }
chrono = { version = "0.4.6", default-features = false }

1 change: 0 additions & 1 deletion quaint/src/visitor/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub struct Postgres<'a> {

impl<'a> Postgres<'a> {
fn visit_json_build_obj_expr(&mut self, expr: Expression<'a>) -> crate::Result<()> {
dbg!(&expr);
match expr.kind() {
ExpressionKind::Column(col) => match (col.type_family.as_ref(), col.native_type.as_deref()) {
(Some(TypeFamily::Decimal(_)), Some("MONEY")) => {
Expand Down

0 comments on commit 975bc96

Please sign in to comment.