From 504692e7f54ed0219c920b47d66a6dc00250dc64 Mon Sep 17 00:00:00 2001 From: Alex Piechowski Date: Tue, 1 Feb 2022 10:11:20 -0600 Subject: [PATCH] Update to crystal-pg v0.26.x (#807) https://github.com/will/crystal-pg/compare/v0.24.0...v0.26.0 https://github.com/crystal-lang/crystal-db/compare/v0.10.1...v0.11.0 This adds the upstream changes from crystal-pg v0.11 This also allows us to remove the monkey patches required for null array elements in avram, added/utilized by the bulk upsert functionality #789 --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index f1c25bd62..34a684d5e 100644 --- a/shard.yml +++ b/shard.yml @@ -18,7 +18,7 @@ dependencies: version: ~> 0.1.0 pg: github: will/crystal-pg - version: ~> 0.24.0 + version: ~> 0.26.0 habitat: github: luckyframework/habitat version: ~> 0.4.7