Skip to content

Commit 2fac983

Browse files
committed
a comment
1 parent 4c05a3d commit 2fac983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/tyql/query/Query.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ trait Query[A, Category <: ResultCategory](using ResultTag[A]) extends DatabaseA
382382
def exceptAll(that: Query[A, ?]): Query[A, BagResult] =
383383
Query.ExceptAll(this, that)
384384

385+
// XXX we are waiting for https://github.com/scala/scala3/issues/22392
385386
inline def insertInto[R, PartialNames <: Tuple]
386387
(table: InsertableTable[R, PartialNames])
387388
(using

0 commit comments

Comments
 (0)