You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with the groupBy example in examples/src/main/scala/zio/sql. The AggregationDef import does not resolve
The zio-sql version I am using is 0.1.2. I noticed in the source code that the AggregationDef.scala is available in the core module. Is this not supported in version 0.1.2?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am working with the groupBy example in
![image](https://private-user-images.githubusercontent.com/1852283/332046413-e82e559b-e58e-40a5-990d-0440858968fe.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ0NzQ3ODIsIm5iZiI6MTczNDQ3NDQ4MiwicGF0aCI6Ii8xODUyMjgzLzMzMjA0NjQxMy1lODJlNTU5Yi1lNThlLTQwYTUtOTkwZC0wNDQwODU4OTY4ZmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEyMTdUMjIyODAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjdhMTI0NzJhNmNiODBhNTU2ZjU0ZTExY2MzOTFlYjc2YTI5ZWMxYWQ1NDU5ODYwNTY2YzVlMDQyMGE3ZDA1ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BitoTJkAJZcaULlfo7lWXSX0p8GTojirY1sUg9RBGYw)
examples/src/main/scala/zio/sql
. The AggregationDef import does not resolveThe zio-sql version I am using is 0.1.2. I noticed in the source code that the
AggregationDef.scala
is available in the core module. Is this not supported in version 0.1.2?Thanks
The text was updated successfully, but these errors were encountered: