Closed adminko-svk closed 7 years ago
Hello Angel, replace function is not working.
Example code from https://medoo.in/api/replace is executed as: UPDATE "account" SET "type" = REPLACE("type", '', ''), "column" = REPLACE("column", '', '') WHERE "user_id" > 1000 So without values to replace.
UPDATE "account" SET "type" = REPLACE("type", '', ''), "column" = REPLACE("column", '', '') WHERE "user_id" > 1000
Yes, it is a bug. It fixed on 0ae17978b1b8.
Thanks, can you create stable version 1.4.6?
@adminko-svk it will possibly be with v1.5 soon.
Hello Angel, replace function is not working.
Example code from https://medoo.in/api/replace is executed as:
UPDATE "account" SET "type" = REPLACE("type", '', ''), "column" = REPLACE("column", '', '') WHERE "user_id" > 1000
So without values to replace.