79280487

Date: 2024-12-14 10:50:32
Score: 1
Natty:
Report link

Solution #1:

Expression<String>("id")

For this line just simply add SQLite. As a result we should have:

SQLite.Expression<String>("id")

Solution #2, global fix:

typealias Expression = SQLite.Expression

or

import SQLite.Expression

Just put this at the beginning. I searched a lot but didn't find any similar titles or solutions for this error at first, therefore maybe it would be useful for someone. Any other interesting solutions?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: J A S K I E R