Closed jilen closed 6 years ago
Version: (e.g. 0.8.1-SNAPSHOT) Module: (e.g. quill-core)
0.8.1-SNAPSHOT
quill-core
val suffix = "_100" val q = quote(query[Order].schema(_.entity("order" + suffix))) db.run(q)
Should either report failure or change table name
Compiles ok but table name not changed
@getquill/maintainers
Is this issue #373 related?
@beikern In someway, yes. The error report should happen and should be better.
closing in favor of https://github.com/getquill/quill/issues/373
Version: (e.g.
0.8.1-SNAPSHOT
) Module: (e.g.quill-core
)Expected behavior
Should either report failure or change table name
Actual behavior
Compiles ok but table name not changed
@getquill/maintainers