zio / zio-sql

Type-safe, composable SQL for ZIO applications
https://zio.dev/zio-sql/
Apache License 2.0
236 stars 116 forks source link

Syntax Errors in shop.sql File #1014

Open mainali123 opened 4 months ago

mainali123 commented 4 months ago

I have found syntax errors in the shop.sql file located at zio-sql/core/sql/shop.sql in main repository. There are minor errors like comma at the end column of table creation, missing semicolons.

Additionally, I noticed that this file is not referenced anywhere in the project. Could you please verify if this file is still needed or if there are plans to fix these errors?