DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
33 stars 5 forks source link

Fix/sql dialect #18

Closed Somtom closed 10 months ago

Somtom commented 10 months ago

Problem

When using some SQL methods, we ran into issues where the method name is converted wrongly when using sqlglot. For example in Clickhouse method names where capitalized which led to a unknown method name

What changed