panates / postgrejs

Professional PostgreSQL client for NodeJS
https://postgrejs.panates.com
MIT License
50 stars 12 forks source link

doesn't send uuid type parameters #1

Closed mutavci closed 3 years ago

mutavci commented 3 years ago

Actual Behavior

operator does not exist: uuid = character varying

Steps to Reproduce the Problem

 const result = await connection.query(
  'select * from users where uid = $1',
  {values: ['3f680a7f-6f86-11eb-bd8b-02004c4f4f50']});

Specifications

erayhanoglu commented 3 years ago

Fixed in version 1.14.1