Skip to content

Commit

Permalink
removed uneeded reference (&postgis_query) from line 231
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 6, 2024
1 parent 1b8258e commit be72b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb_load/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ impl DuckDBFileProcessor {
');",
table_name, table_name, table_name
);
self.conn.execute(&postgis_query, [])?;
self.conn.execute(postgis_query, [])?;

println!(
"Table {} created and data inserted successfully",
Expand Down

0 comments on commit be72b0a

Please sign in to comment.