Gary

Results 3 issues of Gary

### Bug description When using `prisma.$queryRaw` to query data, columns of the `Int.Unsigned` type in MySQL will be converted to and returned as the Bigint type. ### How to reproduce...

bug/2-confirmed
kind/bug
topic: raw
topic: mysql
team/client
topic: unsigned

### Topic Support new SQL ### Description Any plan to support clickHouse? - [clickhouse antlr](https://github.com/ClickHouse/ClickHouse/blob/master/utils/antlr/README.md)

### Version v4.3.1 ### Which SQL? Spark ### SQL content ```sql select market, from_unixtime ( unix_timestamp (cast(`date` as string), 'yyyyMMdd'), 'yyyy-MM-dd' ) as prev_trade_date, row_number() over ( partition by market...

bug