Skip to content

Commit

Permalink
Depend on newer replaceParams from sql_builder
Browse files Browse the repository at this point in the history
This should fix the backslash problem in parameters:
#57
  • Loading branch information
ccouzens committed Sep 30, 2020
1 parent 16d6c23 commit 788734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export { decode, encode } from "https://deno.land/std@0.63.0/encoding/utf8.ts";
export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.3.0/mod.ts";
export { Hash } from "https://deno.land/x/checksum@1.4.0/mod.ts";
export { sha256 } from "https://deno.land/x/sha256@v1.0.2/mod.ts";
export { replaceParams } from "https://deno.land/x/sql_builder@v1.6.0/util.ts";
export { replaceParams } from "https://deno.land/x/sql_builder@v1.7.0/util.ts";
export * as log from "https://deno.land/std@0.63.0/log/mod.ts";

0 comments on commit 788734b

Please sign in to comment.