Skip to content

Commit

Permalink
Fix Quill Issue links
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy authored Feb 13, 2018
1 parent dd394aa commit 16869e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@ ctx.run(query[Shirt].insert(_.size -> lift(ShirtSize.Small: ShirtSize)))
ctx.run(query[Shirt]).foreach(println)
```
- Note that an explicit cast to the `ValueEnumEntry` abstract class (eg. `ShirtSize.Small: ShirtSize`) is required when binding hardcoded `ValueEnumEntry`s
- `quill-cassandra` currently does not support `ShortEnum` and `ByteEnum` (see getquill/quill#1009)
- `quill-orientdb` currently does not support `ByteEnum` (see getquill/quill#1029)
- `quill-cassandra` currently does not support `ShortEnum` and `ByteEnum` (see [getquill/quill#1009](https://github.com/getquill/quill/issues/1009))
- `quill-orientdb` currently does not support `ByteEnum` (see [getquill/quill#1029](https://github.com/getquill/quill/issues/1029))

## Slick integration

Expand Down

0 comments on commit 16869e1

Please sign in to comment.