No operator matches the given name and argument type(s). You might need to add explicit type cast Bug reports francesco_a April 29, 2020, 2:58pm 1 Hi, we are using Metabase that connects to PostgreSQL. After upgrading to the 0.35.3 version, we get the fo...
The CommentResource is based on the built in django-comments model. It apears the error is due to the fact that the object_pk is defined as models.TextField(_('object ID')) in the model and PostgreSQL requires it to be cast as in integer since the commented object's pk is an intege...
The restore of a zabbix server with postgresql database with a timescaldb extension activated failed with following message: ERROR: function base36_decode(text) does not exist LINE 1: CAST(base36_decode(substring(cuid FROM 2 FOR 8))/1000 AS int... ^ HINT: No function matches the given n...