From 9c9154157004dca26456c6216ef939449fdae020 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 3 Sep 2020 11:16:20 +0200 Subject: handle postgresql implementation of mysql replace --- test/it_dbi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/it_dbi.t') diff --git a/test/it_dbi.t b/test/it_dbi.t index 6cc0ec1..42a230c 100755 --- a/test/it_dbi.t +++ b/test/it_dbi.t @@ -250,7 +250,7 @@ $GLOBALS['debug_sqllog'] = true; @$record->store(['ID' => 5, 'x' => 6]); like( $record->_sqllog[1]['query'], - "REPLACE", + "REPLACE|ON CONFLICT", "store => REPLACE for new entries" ); $record->clear(); -- cgit v1.2.3