Build Logs

com-lihaoyi/scalasql • 3.8.0-RC2:2025-11-25

Errors

1

Warnings

829

Total Lines

1492

1##################################
2Clonning https://github.com/com-lihaoyi/scalasql.git into /build/repo using revision 0.2.3
3##################################
4Note: switching to 'e6adf19644f706072cf2c87e6216a7bb6d0165fb'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.6.2
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.mill
34Pattern: val scala3 = "3.6.2"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.6.2"' in build.mill
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43Mill project found:
44Found explicit mill version 0.12.14 in ./mill-version
45Force upgrade of millVersion 0.12.14 to 0.12.16
46Detected mill version=0.12.16, binary version: 0.12
47No prepare script found for project com-lihaoyi/scalasql
48No mill build directory found
49Apply scalafix rules to build.mill
50##################################
51Scala version: 3.8.0-RC2
52Targets: com.lihaoyi%scalasql com.lihaoyi%scalasql-core com.lihaoyi%scalasql-namedtuples com.lihaoyi%scalasql-operations com.lihaoyi%scalasql-query
53Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.mill","pattern":"val scala3 = \"3.6.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
54##################################
55Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
56 % Total % Received % Xferd Average Speed Time Time Time Current
57 Dload Upload Total Spent Left Speed
58
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 68 72.6M 68 49.5M 0 0 68.2M 0 0:00:01 --:--:-- 0:00:01 68.1M
61100 72.6M 100 72.6M 0 0 63.6M 0 0:00:01 0:00:01 --:--:-- 63.6M
62============================== resolve _ ==============================
63[build.mill-61/65] compile
64[build.mill-61] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
65[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
66[build.mill-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
67[build.mill-61] [warn] ^
68[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[build.mill-61] [warn] .iterator()
70[build.mill-61] [warn] ^
71[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
72[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
73[build.mill-61] [warn] ^
74[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
75[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
76[build.mill-61] [warn] ^
77[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
78[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
79[build.mill-61] [warn] ^
80[build.mill-61] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
81[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
82[build.mill-61] [warn] ^
83[build.mill-61] [warn] /build/repo/build.mill:12:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
84[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
85[build.mill-61] [warn] ^
86[build.mill-61] [warn] /build/repo/build.mill:23:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
87[build.mill-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
88[build.mill-61] [warn] ^
89[build.mill-61] [warn] /build/repo/build.mill:24:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
90[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
91[build.mill-61] [warn] ^
92[build.mill-61] [warn] /build/repo/build.mill:82:50: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
93[build.mill-61] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
94[build.mill-61] [warn] ^
95[build.mill-61] [warn] 10 warnings found
96[build.mill-61] [info] done compiling
97[1/1] resolve
98[0J[1A
99[0J[1A
100[1/1] ============================== resolve _ ============================== 20s
101Try build using ./mill
102--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
103[build.mill] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
104[build.mill] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
105[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
106[build.mill] [warn] ^
107[build.mill] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
108[build.mill] [warn] .iterator()
109[build.mill] [warn] ^
110[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
111[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
112[build.mill] [warn] ^
113[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
114[build.mill] [warn] val testModule = module.millInternal.modules.toList
115[build.mill] [warn] ^
116[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
117[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
118[build.mill] [warn] ^
119[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
120[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
121[build.mill] [warn] ^
122[build.mill] [warn] /build/repo/build.mill:12:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
123[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
124[build.mill] [warn] ^
125[build.mill] [warn] /build/repo/build.mill:23:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
126[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
127[build.mill] [warn] ^
128[build.mill] [warn] /build/repo/build.mill:24:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
129[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
130[build.mill] [warn] ^
131[build.mill] [warn] /build/repo/build.mill:82:50: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
132[build.mill] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
133[build.mill] [warn] ^
134[build.mill] [warn] 10 warnings found
135[build.mill] [info] done compiling
136Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.mill","pattern":"val scala3 = \"3.6.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
137Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
138Failed to resolve mappings for 1/5 targets: com.lihaoyi%scalasql-namedtuples
139Found targets [5]: %scalasql-3.8.0-RC2-test, com.lihaoyi%scalasql, com.lihaoyi%scalasql-core, com.lihaoyi%scalasql-operations, com.lihaoyi%scalasql-query
140
141Starting build for scalasql-core - [0/4]
142No test module defined in scalasql[3.8.0-RC2].core
143Failed to resolve scalaVersion, assume it's Scala 3 project
144[info] compiling 18 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/core/compile.dest/classes ...
145[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:264:74 -------------------
146[warn] 264 | updateGetGeneratedKeysSql(flattened)(qr.isGetGeneratedKeys(query).get, fileName, lineNum)
147[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
148[warn] |Implicit parameters should be provided with a `using` clause.
149[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
150[warn] |To disable the warning, please use the following option:
151[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
152[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:269:25 -------------------
153[warn] 269 | qr.asInstanceOf[Queryable[Q, Seq[?]]],
154[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155[warn] |Implicit parameters should be provided with a `using` clause.
156[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
157[warn] |To disable the warning, please use the following option:
158[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
159[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:11:65 ---------------------
160[warn] 11 | ctx.exprNaming.get(this.exprIdentity).getOrElse(renderToSql0(ctx))
161[warn] | ^^^
162[warn] |Implicit parameters should be provided with a `using` clause.
163[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
164[warn] |To disable the warning, please use the following option:
165[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
166[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:59:41 ---------------------
167[warn] 59 | new Simple[Option[T]](e.renderToSql0(_))
168[warn] | ^
169[warn] |Implicit parameters should be provided with a `using` clause.
170[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
171[warn] |To disable the warning, please use the following option:
172[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
173[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:68:17 ---------------------
174[warn] 68 | apply0[T](x)(conv)
175[warn] | ^^^^
176[warn] |Implicit parameters should be provided with a `using` clause.
177[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
178[warn] |To disable the warning, please use the following option:
179[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
180[warn] -- Warning: /build/repo/scalasql/core/src/ExprsToSql.scala:29:90 ---------------
181[warn] 29 | walked.map { case (k, v) => (ctx.config.renderColumnLabel(k), Renderable.renderSql(v)(ctx)) }
182[warn] | ^^^
183[warn] |Implicit parameters should be provided with a `using` clause.
184[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
185[warn] |To disable the warning, please use the following option:
186[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
187[warn] -- Warning: /build/repo/scalasql/core/src/SqlStr.scala:227:43 ------------------
188[warn] 227 | SqlStrInterp(Renderable.renderSql(t)(ctx))
189[warn] | ^^^
190[warn] |Implicit parameters should be provided with a `using` clause.
191[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
192[warn] |To disable the warning, please use the following option:
193[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
194[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/core/src/JoinNullable.scala:17:60
195[warn] 17 | implicit def toExpr[T](n: JoinNullable[Expr[T]])(implicit mt: TypeMapper[T]): Expr[Option[T]] =
196[warn] | ^^
197[warn] | unused implicit parameter
198[warn] there were 6 feature warnings; re-run with -feature for details
199[warn] 9 warnings found
200[info] done compiling
201Successfully evaluated scalasql[3.8.0-RC2].core.compile
202Option -classpath was updated
203-- Warning: /build/repo/scalasql/core/src/Queryable.scala:14:6 -----------------
20414 |trait Queryable[-Q, R] {
205 | ^
206 | Couldn't resolve a member for the given link query: valueReader
207-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:9:6 ---------------------
2089 |class SqlStr(
209 | ^
210 | Couldn't resolve a member for the given link query: Interp
211-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:154:6 -------------------
212154 | def join(strs: IterableOnce[SqlStr], sep: SqlStr = empty): SqlStr = {
213 | ^
214 | Couldn't resolve a member for the given link query: sep
215-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
21652 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
217 | ^
218 | Couldn't resolve a member for the given link query: R
219-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:7:6 ---------------
2207 |trait Aggregatable[Q] extends WithSqlExpr[Q] {
221 | ^
222 | Couldn't resolve a member for the given link query: Select
223-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:19:8 --------------
22419 | class Proxy[Q](val expr: Q) extends Aggregatable[Q] {
225 | ^
226 | Couldn't resolve a member for the given link query: Select.aggregate
227-- Warning: /build/repo/scalasql/core/src/DbClient.scala:14:6 ------------------
22814 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
229 | ^
230 | Couldn't resolve a member for the given link query: Q
231-- Warning: /build/repo/scalasql/core/src/DbClient.scala:22:6 ------------------
23222 | def transaction[T](block: DbApi.Txn => T): T
233 | ^
234 | Couldn't resolve a member for the given link query: block
235-- Warning: /build/repo/scalasql/core/src/DbClient.scala:68:8 ------------------
23668 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
237 | ^
238 | Couldn't resolve a member for the given link query: Q
239-- Warning: /build/repo/scalasql/core/src/DbClient.scala:74:8 ------------------
24074 | def transaction[T](block: DbApi.Txn => T): T = {
241 | ^
242 | Couldn't resolve a member for the given link query: block
243-- Warning: /build/repo/scalasql/core/src/DbClient.scala:127:8 -----------------
244127 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
245 | ^
246 | Couldn't resolve a member for the given link query: Q
247-- Warning: /build/repo/scalasql/core/src/DbClient.scala:139:8 -----------------
248139 | def transaction[T](block: DbApi.Txn => T): T = withConnection(_.transaction(block))
249 | ^
250 | Couldn't resolve a member for the given link query: block
251-- Warning: /build/repo/scalasql/core/src/DbApi.scala:17:6 ---------------------
25217 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
253 | ^
254 | Couldn't resolve a member for the given link query: Q
255-- Warning: /build/repo/scalasql/core/src/DbApi.scala:22:6 ---------------------
25622 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
257 | ^
258 | Couldn't resolve a member for the given link query: Q
259-- Warning: /build/repo/scalasql/core/src/DbApi.scala:31:6 ---------------------
26031 | def runSql[R](query: SqlStr, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
261 | ^
262 | Couldn't resolve a member for the given link query: R
263-- Warning: /build/repo/scalasql/core/src/DbApi.scala:42:6 ---------------------
26442 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
265 | ^
266 | Couldn't resolve a member for the given link query: Q
267-- Warning: /build/repo/scalasql/core/src/DbApi.scala:62:6 ---------------------
26862 | def runRaw[R](
269 | ^
270 | Couldn't resolve a member for the given link query: R
271-- Warning: /build/repo/scalasql/core/src/DbApi.scala:77:6 ---------------------
27277 | def streamRaw[R](
273 | ^
274 | Couldn't resolve a member for the given link query: R
275-- Warning: /build/repo/scalasql/core/src/DbApi.scala:256:8 --------------------
276256 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
277 | ^
278 | Couldn't resolve a member for the given link query: Q
279-- Warning: /build/repo/scalasql/core/src/DbApi.scala:287:8 --------------------
280287 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
281 | ^
282 | Couldn't resolve a member for the given link query: Q
283-- Warning: /build/repo/scalasql/core/src/DbApi.scala:308:8 --------------------
284308 | def runSql[R](
285 | ^
286 | Couldn't resolve a member for the given link query: R
287-- Warning: /build/repo/scalasql/core/src/DbApi.scala:373:8 --------------------
288373 | def runRaw[R](
289 | ^
290 | Couldn't resolve a member for the given link query: R
291-- Warning: /build/repo/scalasql/core/src/DbApi.scala:386:8 --------------------
292386 | def streamRaw[R](
293 | ^
294 | Couldn't resolve a member for the given link query: R
295-- Warning: /build/repo/scalasql/core/src/DbApi.scala:572:8 --------------------
296572 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
297 | ^
298 | Couldn't resolve a member for the given link query: Q
299-- Warning: /build/repo/scalasql/core/src/Context.scala:14:6 -------------------
30014 | def fromNaming: Map[Context.From, String]
301 | ^
302 | Couldn't resolve a member for the given link query: From
303-- Warning: /build/repo/scalasql/core/src/Context.scala:87:6 -------------------
30487 | def compute(prevContext: Context, prefixedFroms: Seq[From], unPrefixedFroms: Option[From]) = {
305 | ^
306 | Couldn't resolve a member for the given link query: prevContext
30727 warnings found
308Successfully evaluated scalasql[3.8.0-RC2].core.docJar
309Publishing Artifact(com.lihaoyi,scalasql-core_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
310Successfully evaluated scalasql[3.8.0-RC2].core.publishLocal
311
312Starting build for scalasql-query - [1/4]
313No test module defined in scalasql[3.8.0-RC2].query
314Failed to resolve scalaVersion, assume it's Scala 3 project
315[info] compiling 29 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/query/compile.dest/classes ...
316[warn] -- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:169:45 ---------
317[warn] 169 | Renderable.renderSql(orderBy.expr)(newCtx) + ascDesc + nulls
318[warn] | ^^^^^^
319[warn] |Implicit parameters should be provided with a `using` clause.
320[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
321[warn] |To disable the warning, please use the following option:
322[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
323[warn] -- Warning: /build/repo/scalasql/query/src/From.scala:18:52 --------------------
324[warn] 18 | val resolvedTable = Table.fullIdentifier(value)(prevContext)
325[warn] | ^^^^^^^^^^^
326[warn] |Implicit parameters should be provided with a `using` clause.
327[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
328[warn] |To disable the warning, please use the following option:
329[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
330[warn] -- Warning: /build/repo/scalasql/query/src/GetGeneratedKeys.scala:29:96 --------
331[warn] 29 | override private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(base)(ctx)
332[warn] | ^^^
333[warn] |Implicit parameters should be provided with a `using` clause.
334[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
335[warn] |To disable the warning, please use the following option:
336[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
337[warn] -- Warning: /build/repo/scalasql/query/src/InsertColumns.scala:31:42 -----------
338[warn] 31 | Table.fullIdentifier(table.value)(ctx)
339[warn] | ^^^
340[warn] |Implicit parameters should be provided with a `using` clause.
341[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
342[warn] |To disable the warning, please use the following option:
343[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
344[warn] -- Warning: /build/repo/scalasql/query/src/InsertSelect.scala:27:42 ------------
345[warn] 27 | Table.fullIdentifier(table.value)(ctx)
346[warn] | ^^^
347[warn] |Implicit parameters should be provided with a `using` clause.
348[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
349[warn] |To disable the warning, please use the following option:
350[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
351[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:27:49 ------------
352[warn] 27 | Table.fullIdentifier(insert.table.value)(ctx),
353[warn] | ^^^
354[warn] |Implicit parameters should be provided with a `using` clause.
355[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
356[warn] |To disable the warning, please use the following option:
357[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
358[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:32:12 ------------
359[warn] 32 | )(ctx.markAsValue).render()
360[warn] | ^^^^^^^^^^^^^^^
361[warn] |Implicit parameters should be provided with a `using` clause.
362[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
363[warn] |To disable the warning, please use the following option:
364[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
365[warn] -- Warning: /build/repo/scalasql/query/src/OnConflict.scala:25:44 --------------
366[warn] 25 | val str = Renderable.renderSql(query)(ctx)
367[warn] | ^^^
368[warn] |Implicit parameters should be provided with a `using` clause.
369[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
370[warn] |To disable the warning, please use the following option:
371[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
372[warn] -- Warning: /build/repo/scalasql/query/src/Query.scala:85:88 -------------------
373[warn] 85 | private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(query)(ctx)
374[warn] | ^^^
375[warn] |Implicit parameters should be provided with a `using` clause.
376[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
377[warn] |To disable the warning, please use the following option:
378[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
379[warn] -- Warning: /build/repo/scalasql/query/src/Returning.scala:62:84 ---------------
380[warn] 62 | .updated(returnable.table, Table.fullIdentifier(returnable.table.value)(contextStage1))
381[warn] | ^^^^^^^^^^^^^
382[warn] |Implicit parameters should be provided with a `using` clause.
383[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
384[warn] |To disable the warning, please use the following option:
385[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
386[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:61 -----------------
387[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
388[warn] | ^^
389[warn] |Implicit parameters should be provided with a `using` clause.
390[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
391[warn] |To disable the warning, please use the following option:
392[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
393[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:83 -----------------
394[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
395[warn] | ^^
396[warn] |Implicit parameters should be provided with a `using` clause.
397[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
398[warn] |To disable the warning, please use the following option:
399[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
400[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:236:50 -----------
401[warn] 236 | joinCopy0(f(expr, otherExpr), otherJoin, Nil)(jqr)
402[warn] | ^^^
403[warn] |Implicit parameters should be provided with a `using` clause.
404[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
405[warn] |To disable the warning, please use the following option:
406[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
407[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:112:77 -----------
408[warn] 112 | ): Select[QF, RF] = { joinCopy(other, on, prefix)(ja.appendTuple(_, _))(ja.qr) }
409[warn] | ^^^^^
410[warn] |Implicit parameters should be provided with a `using` clause.
411[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
412[warn] |To disable the warning, please use the following option:
413[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
414[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:277:66 -----------
415[warn] 277 | SqlStr.join(groupBy.keys.map(x => Renderable.renderSql(x)(context)), SqlStr.commaSep)
416[warn] | ^^^^^^^
417[warn] |Implicit parameters should be provided with a `using` clause.
418[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
419[warn] |To disable the warning, please use the following option:
420[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
421[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:72:11 ------------------
422[warn] 72 | ja.qr,
423[warn] | ^^^^^
424[warn] |Implicit parameters should be provided with a `using` clause.
425[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
426[warn] |To disable the warning, please use the following option:
427[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
428[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:99:82 ------------------
429[warn] 99 | contextStage1.fromNaming.updated(table, Table.fullIdentifier(table.value)(prevContext))
430[warn] | ^^^^^^^^^^^
431[warn] |Implicit parameters should be provided with a `using` clause.
432[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
433[warn] |To disable the warning, please use the following option:
434[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
435[warn] -- Warning: /build/repo/scalasql/query/src/Values.scala:24:30 ------------------
436[warn] 24 | new Values.Renderer(this)(implicitly, prevContext)
437[warn] | ^^^^^^^^^^
438[warn] |Implicit parameters should be provided with a `using` clause.
439[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
440[warn] |To disable the warning, please use the following option:
441[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
442[warn] -- Warning: /build/repo/scalasql/query/src/WithCte.scala:82:8 ------------------
443[warn] 82 | )(qr, dialect)
444[warn] | ^^
445[warn] |Implicit parameters should be provided with a `using` clause.
446[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
447[warn] |To disable the warning, please use the following option:
448[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
449[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:462:45
450[warn] 462 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2), QA, (Q1, Q2, QA), (R1, R2, RA)] = new scalasql.query.JoinAppend[(Q1, Q2), QA, (Q1, Q2, QA), (R1, R2, RA)] {
451[warn] | ^^^^
452[warn] | unused implicit parameter
453[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:470:45
454[warn] 470 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3), QA, (Q1, Q2, Q3, QA), (R1, R2, R3, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3), QA, (Q1, Q2, Q3, QA), (R1, R2, R3, RA)] {
455[warn] | ^^^^
456[warn] | unused implicit parameter
457[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:478:45
458[warn] 478 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4), QA, (Q1, Q2, Q3, Q4, QA), (R1, R2, R3, R4, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4), QA, (Q1, Q2, Q3, Q4, QA), (R1, R2, R3, R4, RA)] {
459[warn] | ^^^^
460[warn] | unused implicit parameter
461[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:486:45
462[warn] 486 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5), QA, (Q1, Q2, Q3, Q4, Q5, QA), (R1, R2, R3, R4, R5, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5), QA, (Q1, Q2, Q3, Q4, Q5, QA), (R1, R2, R3, R4, R5, RA)] {
463[warn] | ^^^^
464[warn] | unused implicit parameter
465[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:494:45
466[warn] 494 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6), QA, (Q1, Q2, Q3, Q4, Q5, Q6, QA), (R1, R2, R3, R4, R5, R6, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6), QA, (Q1, Q2, Q3, Q4, Q5, Q6, QA), (R1, R2, R3, R4, R5, R6, RA)] {
467[warn] | ^^^^
468[warn] | unused implicit parameter
469[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:502:45
470[warn] 502 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, QA), (R1, R2, R3, R4, R5, R6, R7, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, QA), (R1, R2, R3, R4, R5, R6, R7, RA)] {
471[warn] | ^^^^
472[warn] | unused implicit parameter
473[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:510:45
474[warn] 510 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, QA), (R1, R2, R3, R4, R5, R6, R7, R8, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, QA), (R1, R2, R3, R4, R5, R6, R7, R8, RA)] {
475[warn] | ^^^^
476[warn] | unused implicit parameter
477[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:518:45
478[warn] 518 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, RA)] {
479[warn] | ^^^^
480[warn] | unused implicit parameter
481[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:526:45
482[warn] 526 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, RA)] {
483[warn] | ^^^^
484[warn] | unused implicit parameter
485[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:534:45
486[warn] 534 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, RA)] {
487[warn] | ^^^^
488[warn] | unused implicit parameter
489[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:542:45
490[warn] 542 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, RA)] {
491[warn] | ^^^^
492[warn] | unused implicit parameter
493[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:550:45
494[warn] 550 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, RA)] {
495[warn] | ^^^^
496[warn] | unused implicit parameter
497[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:558:45
498[warn] 558 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, RA)] {
499[warn] | ^^^^
500[warn] | unused implicit parameter
501[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:566:45
502[warn] 566 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, RA)] {
503[warn] | ^^^^
504[warn] | unused implicit parameter
505[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:574:45
506[warn] 574 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, RA)] {
507[warn] | ^^^^
508[warn] | unused implicit parameter
509[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:582:45
510[warn] 582 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, RA)] {
511[warn] | ^^^^
512[warn] | unused implicit parameter
513[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:590:45
514[warn] 590 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, RA)] {
515[warn] | ^^^^
516[warn] | unused implicit parameter
517[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:598:45
518[warn] 598 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, RA)] {
519[warn] | ^^^^
520[warn] | unused implicit parameter
521[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:606:45
522[warn] 606 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, RA)] {
523[warn] | ^^^^
524[warn] | unused implicit parameter
525[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:614:45
526[warn] 614 | @annotation.nowarn("msg=never used") qr20: Queryable.Row[QA, RA]): scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, Q21), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, Q21, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, RA)] = new scalasql.query.JoinAppend[(Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, Q21), QA, (Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q18, Q19, Q20, Q21, QA), (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, RA)] {
527[warn] | ^^^^
528[warn] | unused implicit parameter
529[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:86:10
530[warn] 86 | dialect: DialectTypeMappers,
531[warn] | ^^^^^^^
532[warn] | unused explicit parameter
533[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:127:56
534[warn] 127 | (tableRef: TableRef, dialect: DialectTypeMappers, queryable: Table.Metadata.QueryableProxy) =>
535[warn] | ^^^^^^^^^
536[warn] | unused explicit parameter
537[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:79:37
538[warn] 79 | protected def subqueryRef(implicit qr: Queryable.Row[Q, R]) = new SubqueryRef(this)
539[warn] | ^^
540[warn] | unused implicit parameter
541[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:241:22
542[warn] 241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
543[warn] | ^^
544[warn] | unused implicit parameter
545[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:320:24
546[warn] 320 | def sorted(implicit tm: TypeMapper[T]): Select[Expr[T], T] = s.sortBy(identity)
547[warn] | ^^
548[warn] | unused implicit parameter
549[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:64:12
550[warn] 64 | (tpe.asType, tpe2.asType) match {
551[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
552[warn] | match may not be exhaustive.
553[warn] |
554[warn] | It would fail on pattern case: (_, _)
555[warn] |
556[warn] | longer explanation available when compiling with `-explain`
557[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:97:16
558[warn] 97 | (tpe.asType, tpe2.asType) match {
559[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
560[warn] | match may not be exhaustive.
561[warn] |
562[warn] | It would fail on pattern case: (_, _)
563[warn] |
564[warn] | longer explanation available when compiling with `-explain`
565[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:109:41
566[warn] 109 | constructV[Sc]((_, i) => { case (_, '[t], '[t2]) =>
567[warn] | ^
568[warn] | match may not be exhaustive.
569[warn] |
570[warn] | It would fail on pattern case: (_, _, _)
571[warn] |
572[warn] | longer explanation available when compiling with `-explain`
573[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:115:50
574[warn] 115 | constructV[SqlExpr]((param, i) => { case (_, '[t], '[t2]) =>
575[warn] | ^
576[warn] | match may not be exhaustive.
577[warn] |
578[warn] | It would fail on pattern case: (_, _, _)
579[warn] |
580[warn] | longer explanation available when compiling with `-explain`
581[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src/SqlWindow.scala:27:19
582[warn] 27 | val frameStr = (frameStart0, frameEnd0, exclusions) match {
583[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
584[warn] |match may not be exhaustive.
585[warn] |
586[warn] |It would fail on pattern case: (None, Some(_), _), (None, None, Some(_))
587[warn] |
588[warn] | longer explanation available when compiling with `-explain`
589[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:81:11
590[warn] 81 | case other: FlatJoin.MapResult[Q, Q2, R, R2] =>
591[warn] | ^
592[warn] |the type test for scalasql.query.FlatJoin.MapResult[Q, Q2, R, R2] cannot be checked at runtime because its type arguments can't be determined from scalasql.query.FlatJoin.Rhs[Q2, R2]
593[warn] |
594[warn] | longer explanation available when compiling with `-explain`
595[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:85:11
596[warn] 85 | case other: FlatJoin.FlatMapResult[Q, Q2, R, R2] =>
597[warn] | ^
598[warn] |the type test for scalasql.query.FlatJoin.FlatMapResult[Q, Q2, R, R2] cannot be checked at runtime because its type arguments can't be determined from scalasql.query.FlatJoin.Rhs[Q2, R2]
599[warn] |
600[warn] | longer explanation available when compiling with `-explain`
601[warn] 51 warnings found
602[info] done compiling
603Successfully evaluated scalasql[3.8.0-RC2].query.compile
604Option -classpath was updated
605-- Warning: /build/repo/scalasql/query/src/Column.scala:10:6 -------------------
60610 |class Column[T](tableRef: TableRef, val name: String)(implicit val mappedType: TypeMapper[T])
607 | ^
608 | Couldn't resolve a member for the given link query: Expr
609-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
61072 | def flatMap[Q2, R2](
611 | ^
612 | Couldn't resolve a member for the given link query: f
613-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
61498 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
615 | ^
616 | Couldn't resolve a member for the given link query: cond
617-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
618140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
619 | ^
620 | Couldn't resolve a member for the given link query: other
621-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
622146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
623 | ^
624 | Couldn't resolve a member for the given link query: other
625-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
626152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
627 | ^
628 | Couldn't resolve a member for the given link query: other
629-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
630171 | def mapAggregate[Q2, R2](
631 | ^
632 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
633-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
634218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
635 | ^
636 | Couldn't resolve a member for the given link query: n
637-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
638219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
639 | ^
640 | Couldn't resolve a member for the given link query: n
641-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
642187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
643 | ^
644 | Couldn't resolve a member for the given link query: other
645-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
646193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
647 | ^
648 | Couldn't resolve a member for the given link query: other
649-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
65010 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
651 | ^
652 | Couldn't resolve a member for the given link query: other
653-- Warning: /build/repo/scalasql/query/src/Select.scala:241:6 ------------------
654241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
655 | ^
656 | Couldn't resolve a member for the given link query: Expr
657-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
658278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
659 | ^
660 | Couldn't resolve a member for the given link query: other
661-- Warning: /build/repo/scalasql/query/src/From.scala:13:6 ---------------------
66213 | def fromRefPrefix(prevContext: Context) = prevContext.config.tableNameMapper(Table.name(value))
663 | ^
664 | Couldn't resolve a member for the given link query: From
665-- Warning: /build/repo/scalasql/query/src/From.scala:15:6 ---------------------
66615 | def fromExprAliases(prevContext: Context): Seq[(Expr.Identity, SqlStr)] = Nil
667 | ^
668 | Couldn't resolve a member for the given link query: Expr
669-- Warning: /build/repo/scalasql/query/src/From.scala:17:6 ---------------------
67017 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
671 | ^
672 | Couldn't resolve a member for the given link query: From
673-- Warning: /build/repo/scalasql/query/src/From.scala:54:6 ---------------------
67454 | def fromRefPrefix(prevContext: Context) = "cte"
675 | ^
676 | Couldn't resolve a member for the given link query: From
677-- Warning: /build/repo/scalasql/query/src/From.scala:56:6 ---------------------
67856 | def fromExprAliases(prevContext: Context) = {
679 | ^
680 | Couldn't resolve a member for the given link query: Expr
681-- Warning: /build/repo/scalasql/query/src/From.scala:60:6 ---------------------
68260 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
683 | ^
684 | Couldn't resolve a member for the given link query: From
685-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
68690 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
687 | ^
688 | Couldn't resolve a member for the given link query: f
689-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
690107 | def filterIf(cond: Boolean)(
691 | ^
692 | Couldn't resolve a member for the given link query: cond
693-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
694130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
695 | ^
696 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
697-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
698200 | def drop(n: Int): Select[Q, R]
699 | ^
700 | Couldn't resolve a member for the given link query: n
701-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
702206 | def take(n: Int): Select[Q, R]
703 | ^
704 | Couldn't resolve a member for the given link query: n
705-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
706257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
707 | ^
708 | Couldn't resolve a member for the given link query: other
709-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
710264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
711 | ^
712 | Couldn't resolve a member for the given link query: other
713-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
714271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
715 | ^
716 | Couldn't resolve a member for the given link query: other
717-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
718340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
719 | ^
720 | Couldn't resolve a member for the given link query: f
721-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
722346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
723 | ^
724 | Couldn't resolve a member for the given link query: cond
725-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
726356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
727 | ^
728 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
729-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
730374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
731 | ^
732 | Couldn't resolve a member for the given link query: n
733-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
734375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
735 | ^
736 | Couldn't resolve a member for the given link query: n
737-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
738385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
739 | ^
740 | Couldn't resolve a member for the given link query: other
741-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
742389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
743 | ^
744 | Couldn't resolve a member for the given link query: other
745-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
746393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
747 | ^
748 | Couldn't resolve a member for the given link query: other
749-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
75074 | override def drop(n: Int): Select[Q, R] =
751 | ^
752 | Couldn't resolve a member for the given link query: n
753-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
75476 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
755 | ^
756 | Couldn't resolve a member for the given link query: n
757-- Warning: /build/repo/scalasql/query/src/WithCte.scala:43:15 -----------------
75843 | override def drop(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.drop(n))
759 | ^
760 | Couldn't resolve a member for the given link query: n
761-- Warning: /build/repo/scalasql/query/src/WithCte.scala:44:15 -----------------
76244 | override def take(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.take(n))
763 | ^
764 | Couldn't resolve a member for the given link query: n
765-- Warning: /build/repo/scalasql/query/src/Values.scala:10:6 -------------------
76610 |class Values[Q, R](val ts: Seq[R])(
767 | ^
768 | Couldn't resolve a member for the given link query: T
769-- Warning: /build/repo/scalasql/query/src/Query.scala:10:6 --------------------
77010 |trait Query[R] extends Renderable {
771 | ^
772 | Couldn't resolve a member for the given link query: Query.Multiple
773-- Warning: /build/repo/scalasql/query/src/Query.scala:47:8 --------------------
77447 | trait DelegateQueryable[Q, R] extends scalasql.query.Query[R] with WithSqlExpr[Q] {
775 | ^
776 | Couldn't resolve a member for the given link query: Queryable
777-- Warning: /build/repo/scalasql/query/src/Query.scala:67:8 --------------------
77867 | class QueryQueryable[Q <: Query[R], R]() extends scalasql.core.Queryable[Q, R] {
779 | ^
780 | Couldn't resolve a member for the given link query: Queryable
781-- Warning: /build/repo/scalasql/query/src/Query.scala:74:8 --------------------
78274 | def renderSql(q: Q, ctx: Context): SqlStr = q.renderSql(ctx)
783 | ^
784 | Couldn't resolve a member for the given link query: SqlStr
785-- Warning: /build/repo/scalasql/query/src/Query.scala:76:17 -------------------
78676 | override def construct(q: Q, args: Queryable.ResultSetIterator): R = q.queryConstruct(args)
787 | ^
788 |Couldn't resolve a member for the given link query: Queryable.ResultSetIterator
789-- Warning: /build/repo/scalasql/query/src/From.scala:27:6 ---------------------
79027 | def fromRefPrefix(prevContext: Context): String = "subquery"
791 | ^
792 | Couldn't resolve a member for the given link query: From
793-- Warning: /build/repo/scalasql/query/src/From.scala:29:6 ---------------------
79429 | def fromExprAliases(prevContext: Context) = SubqueryRef.Wrapped.exprAliases(value, prevContext)
795 | ^
796 | Couldn't resolve a member for the given link query: Expr
797-- Warning: /build/repo/scalasql/query/src/From.scala:31:6 ---------------------
79831 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
799 | ^
800 | Couldn't resolve a member for the given link query: From
80150 warnings found
802Successfully evaluated scalasql[3.8.0-RC2].query.docJar
803Publishing Artifact(com.lihaoyi,scalasql-query_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
804Successfully evaluated scalasql[3.8.0-RC2].query.publishLocal
805
806Starting build for scalasql-operations - [2/4]
807No test module defined in scalasql[3.8.0-RC2].operations
808Failed to resolve scalaVersion, assume it's Scala 3 project
809[info] compiling 19 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/operations/compile.dest/classes ...
810[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggNumericOps.scala:7:30
811[warn] 7 |class AggNumericOps[V: Numeric: TypeMapper](v: Aggregatable[Expr[V]])(
812[warn] | ^
813[warn] | unused implicit parameter
814[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:8:45
815[warn] 8 |class AggOps[T](v: Aggregatable[T])(implicit qr: Queryable.Row[T, ?], dialect: DialectTypeMappers) {
816[warn] | ^^
817[warn] | unused implicit parameter
818[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:46:15
819[warn] 46 | implicit qr: Queryable.Row[Expr[V], V]
820[warn] | ^^
821[warn] | unused implicit parameter
822[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:51:15
823[warn] 51 | implicit qr: Queryable.Row[Expr[V], V]
824[warn] | ^^
825[warn] | unused implicit parameter
826[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:56:15
827[warn] 56 | implicit qr: Queryable.Row[Expr[V], V]
828[warn] | ^^
829[warn] | unused implicit parameter
830[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:61:15
831[warn] 61 | implicit qr: Queryable.Row[Expr[V], V]
832[warn] | ^^
833[warn] | unused implicit parameter
834[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/CaseWhen.scala:20:26
835[warn] 20 | class Else[T: TypeMapper](values: Seq[(Expr[Boolean], Expr[T])], `else`: Expr[T])
836[warn] | ^
837[warn] | unused implicit parameter
838[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprAggOps.scala:6:29
839[warn] 6 |abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
840[warn] | ^
841[warn] | unused explicit parameter
842[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:7:31
843[warn] 7 |class ExprNumericOps[T: Numeric](v: Expr[T])(implicit val m: TypeMapper[T]) {
844[warn] | ^
845[warn] | unused implicit parameter
846[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:10:18
847[warn] 10 | def +[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v + $x)" }
848[warn] | ^
849[warn] | unused implicit parameter
850[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:13:18
851[warn] 13 | def -[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v - $x)" }
852[warn] | ^
853[warn] | unused implicit parameter
854[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:16:18
855[warn] 16 | def *[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v * $x)" }
856[warn] | ^
857[warn] | unused implicit parameter
858[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:19:18
859[warn] 19 | def /[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v / $x)" }
860[warn] | ^
861[warn] | unused implicit parameter
862[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:22:18
863[warn] 22 | def %[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
864[warn] | ^
865[warn] | unused implicit parameter
866[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:25:18
867[warn] 25 | def &[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v & $x)" }
868[warn] | ^
869[warn] | unused implicit parameter
870[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:28:18
871[warn] 28 | def |[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v | $x)" }
872[warn] | ^
873[warn] | unused implicit parameter
874[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:31:18
875[warn] 31 | def ^[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v ^ $x)" }
876[warn] | ^
877[warn] | unused implicit parameter
878[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:51:20
879[warn] 51 | def mod[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
880[warn] | ^
881[warn] | unused implicit parameter
882[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:29
883[warn] 41 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
884[warn] | ^
885[warn] | unused implicit parameter
886[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:19:23
887[warn] 19 | def map[V: TypeMapper](f: Expr[T] => Expr[V]): Expr[Option[V]] = Expr { implicit ctx =>
888[warn] | ^
889[warn] | unused implicit parameter
890[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:23:27
891[warn] 23 | def flatMap[V: TypeMapper](f: Expr[T] => Expr[Option[V]]): Expr[Option[V]] =
892[warn] | ^
893[warn] | unused implicit parameter
894[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:8:21
895[warn] 8 | def sinh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"SINH($v)" }
896[warn] | ^
897[warn] | unused implicit parameter
898[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:11:21
899[warn] 11 | def cosh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"COSH($v)" }
900[warn] | ^
901[warn] | unused implicit parameter
902[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:14:21
903[warn] 14 | def tanh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"TANH($v)" }
904[warn] | ^
905[warn] | unused implicit parameter
906[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:8:24
907[warn] 8 | def degrees[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"DEGREES($x)" }
908[warn] | ^
909[warn] | unused implicit parameter
910[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:11:24
911[warn] 11 | def radians[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"RADIANS($x)" }
912[warn] | ^
913[warn] | unused implicit parameter
914[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:14:22
915[warn] 14 | def power[T: Numeric](x: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
916[warn] | ^
917[warn] | unused implicit parameter
918[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:19:20
919[warn] 19 | def exp[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"EXP($x)" }
920[warn] | ^
921[warn] | unused implicit parameter
922[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:22:19
923[warn] 22 | def ln[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LN($v)" }
924[warn] | ^
925[warn] | unused implicit parameter
926[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:25:20
927[warn] 25 | def log[T: Numeric](b: Expr[Int], x: Expr[T]): Expr[Double] = Expr { implicit ctx =>
928[warn] | ^
929[warn] | unused implicit parameter
930[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:30:22
931[warn] 30 | def log10[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LOG10($x)" }
932[warn] | ^
933[warn] | unused implicit parameter
934[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:33:21
935[warn] 33 | def sqrt[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SQRT($v)" }
936[warn] | ^
937[warn] | unused implicit parameter
938[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:36:20
939[warn] 36 | def sin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SIN($v)" }
940[warn] | ^
941[warn] | unused implicit parameter
942[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:39:20
943[warn] 39 | def cos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"COS($v)" }
944[warn] | ^
945[warn] | unused implicit parameter
946[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:42:20
947[warn] 42 | def tan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"TAN($v)" }
948[warn] | ^
949[warn] | unused implicit parameter
950[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:45:21
951[warn] 45 | def asin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ASIN($v)" }
952[warn] | ^
953[warn] | unused implicit parameter
954[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:48:21
955[warn] 48 | def acos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ACOS($v)" }
956[warn] | ^
957[warn] | unused implicit parameter
958[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:51:21
959[warn] 51 | def atan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ATAN($v)" }
960[warn] | ^
961[warn] | unused implicit parameter
962[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:54:22
963[warn] 54 | def atan2[T: Numeric](v: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
964[warn] | ^
965[warn] | unused implicit parameter
966[warn] 39 warnings found
967[info] done compiling
968Successfully evaluated scalasql[3.8.0-RC2].operations.compile
969Option -classpath was updated
970-- Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:6 -------------
97141 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
972 | ^
973 | Couldn't resolve a member for the given link query: SqlStr
974-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
97511 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
976 | ^
977 | Couldn't resolve a member for the given link query: x
978-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
97916 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
980 | ^
981 | Couldn't resolve a member for the given link query: x
9824 warnings found
983Successfully evaluated scalasql[3.8.0-RC2].operations.docJar
984Publishing Artifact(com.lihaoyi,scalasql-operations_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
985Successfully evaluated scalasql[3.8.0-RC2].operations.publishLocal
986
987Starting build for scalasql - [3/4]
988Failed to resolve scalaVersion, assume it's Scala 3 project
989[info] compiling 12 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/compile.dest/classes ...
990[warn] -- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:121:10 -----------
991[warn] 121 | t.containerQr
992[warn] | ^^^^^^^^^^^^^
993[warn] |Implicit parameters should be provided with a `using` clause.
994[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
995[warn] |To disable the warning, please use the following option:
996[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
997[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:244:10 --------
998[warn] 244 | t.containerQr
999[warn] | ^^^^^^^^^^^^^
1000[warn] |Implicit parameters should be provided with a `using` clause.
1001[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1002[warn] |To disable the warning, please use the following option:
1003[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1004[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:358:61 --------
1005[warn] 358 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
1006[warn] | ^^^^^^
1007[warn] |Implicit parameters should be provided with a `using` clause.
1008[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1009[warn] |To disable the warning, please use the following option:
1010[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1011[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:240:10 --------
1012[warn] 240 | t.containerQr2
1013[warn] | ^^^^^^^^^^^^^^
1014[warn] |Implicit parameters should be provided with a `using` clause.
1015[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1016[warn] |To disable the warning, please use the following option:
1017[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1018[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:256:10 --------
1019[warn] 256 | t.containerQr
1020[warn] | ^^^^^^^^^^^^^
1021[warn] |Implicit parameters should be provided with a `using` clause.
1022[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1023[warn] |To disable the warning, please use the following option:
1024[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1025[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:423:61 --------
1026[warn] 423 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
1027[warn] | ^^^^^^
1028[warn] |Implicit parameters should be provided with a `using` clause.
1029[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1030[warn] |To disable the warning, please use the following option:
1031[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1032[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:447:37 --------
1033[warn] 447 | new ValuesRenderer[Q, R](this)(implicitly, prevContext)
1034[warn] | ^^^^^^^^^^
1035[warn] |Implicit parameters should be provided with a `using` clause.
1036[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1037[warn] |To disable the warning, please use the following option:
1038[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1039[warn] -- Warning: /build/repo/scalasql/src/dialects/SqliteDialect.scala:210:10 -------
1040[warn] 210 | t.containerQr
1041[warn] | ^^^^^^^^^^^^^
1042[warn] |Implicit parameters should be provided with a `using` clause.
1043[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1044[warn] |To disable the warning, please use the following option:
1045[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1046[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:26:8 --------------
1047[warn] 26 | t.containerQr,
1048[warn] | ^^^^^^^^^^^^^
1049[warn] |Implicit parameters should be provided with a `using` clause.
1050[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1051[warn] |To disable the warning, please use the following option:
1052[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1053[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:43:8 --------------
1054[warn] 43 | t.containerQr2,
1055[warn] | ^^^^^^^^^^^^^^
1056[warn] |Implicit parameters should be provided with a `using` clause.
1057[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1058[warn] |To disable the warning, please use the following option:
1059[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1060[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:53:33 -------------
1061[warn] 53 | new Insert.Impl(expr, ref)(t.containerQr2, dialect)
1062[warn] | ^^^^^^^^^^^^^^
1063[warn] |Implicit parameters should be provided with a `using` clause.
1064[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1065[warn] |To disable the warning, please use the following option:
1066[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1067[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:305:42
1068[warn] 305 | implicit def AggAnyOpsConv[T: TypeMapper](v: Aggregatable[Expr[T]])(
1069[warn] | ^
1070[warn] | unused implicit parameter
1071[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:312:33
1072[warn] 312 | implicit def DbApiQueryOpsConv(db: => DbApi): DbApiQueryOps = new DbApiQueryOps(this)
1073[warn] | ^^
1074[warn] | unused explicit parameter
1075[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:313:28
1076[warn] 313 | implicit def DbApiOpsConv(db: => DbApi): DbApiOps = new DbApiOps(this)
1077[warn] | ^^
1078[warn] | unused explicit parameter
1079[warn] there were 62 feature warnings; re-run with -feature for details
1080[warn] 15 warnings found
1081[info] done compiling
1082Successfully evaluated scalasql[3.8.0-RC2].compile
1083Option -classpath was updated
1084-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
108516 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
1086 | ^
1087 | Couldn't resolve a member for the given link query: x
1088-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
108911 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
1090 | ^
1091 | Couldn't resolve a member for the given link query: x
1092-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:40:6 --------------
109340 | def update(filter: V[Column] => Expr[Boolean]): Update[V[Column], V[Sc]] = {
1094 | ^
1095 | Couldn't resolve a member for the given link query: filter
1096-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:60:6 --------------
109760 | def delete(filter: V[Column] => Expr[Boolean]): Delete[V[Column]] = {
1098 | ^
1099 | Couldn't resolve a member for the given link query: filter
1100-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
1101187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
1102 | ^
1103 | Couldn't resolve a member for the given link query: other
1104-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
1105264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1106 | ^
1107 | Couldn't resolve a member for the given link query: other
1108-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
1109271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1110 | ^
1111 | Couldn't resolve a member for the given link query: other
1112-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
1113257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1114 | ^
1115 | Couldn't resolve a member for the given link query: other
1116-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
111790 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1118 | ^
1119 | Couldn't resolve a member for the given link query: f
1120-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
1121278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
1122 | ^
1123 | Couldn't resolve a member for the given link query: other
1124-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
1125193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
1126 | ^
1127 | Couldn't resolve a member for the given link query: other
1128-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
1129130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1130 | ^
1131 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1132-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
1133107 | def filterIf(cond: Boolean)(
1134 | ^
1135 | Couldn't resolve a member for the given link query: cond
1136-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
113710 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1138 | ^
1139 | Couldn't resolve a member for the given link query: other
1140-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
1141206 | def take(n: Int): Select[Q, R]
1142 | ^
1143 | Couldn't resolve a member for the given link query: n
1144-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
1145200 | def drop(n: Int): Select[Q, R]
1146 | ^
1147 | Couldn't resolve a member for the given link query: n
1148-- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:178:17 -----------
1149178 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1150 | ^
1151 | Couldn't resolve a member for the given link query: other
1152-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
1153146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
1154 | ^
1155 | Couldn't resolve a member for the given link query: other
1156-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
1157140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
1158 | ^
1159 | Couldn't resolve a member for the given link query: other
1160-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
116172 | def flatMap[Q2, R2](
1162 | ^
1163 | Couldn't resolve a member for the given link query: f
1164-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
1165171 | def mapAggregate[Q2, R2](
1166 | ^
1167 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1168-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
116998 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1170 | ^
1171 | Couldn't resolve a member for the given link query: cond
1172-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
1173219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
1174 | ^
1175 | Couldn't resolve a member for the given link query: n
1176-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
1177218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
1178 | ^
1179 | Couldn't resolve a member for the given link query: n
1180-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
1181389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1182 | ^
1183 | Couldn't resolve a member for the given link query: other
1184-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
1185393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1186 | ^
1187 | Couldn't resolve a member for the given link query: other
1188-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
1189385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1190 | ^
1191 | Couldn't resolve a member for the given link query: other
1192-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
1193340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1194 | ^
1195 | Couldn't resolve a member for the given link query: f
1196-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
1197356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1198 | ^
1199 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1200-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
1201346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1202 | ^
1203 | Couldn't resolve a member for the given link query: cond
1204-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
120576 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
1206 | ^
1207 | Couldn't resolve a member for the given link query: n
1208-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
120974 | override def drop(n: Int): Select[Q, R] =
1210 | ^
1211 | Couldn't resolve a member for the given link query: n
1212-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
1213375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
1214 | ^
1215 | Couldn't resolve a member for the given link query: n
1216-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
1217374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
1218 | ^
1219 | Couldn't resolve a member for the given link query: n
1220-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:157:8 --------------
1221157 | def put(r: PreparedStatement, idx: Int, v: LocalDateTime) = r.setObject(idx, v)
1222 | ^
1223 | Couldn't resolve a member for the given link query: T
1224-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:156:8 --------------
1225156 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDateTime])
1226 | ^
1227 | Couldn't resolve a member for the given link query: T
1228-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:143:8 --------------
1229143 | def put(r: PreparedStatement, idx: Int, v: LocalDate) = r.setObject(idx, v)
1230 | ^
1231 | Couldn't resolve a member for the given link query: T
1232-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:142:8 --------------
1233142 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDate])
1234 | ^
1235 | Couldn't resolve a member for the given link query: T
1236-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:196:8 --------------
1237196 | def put(r: PreparedStatement, idx: Int, v: Instant) = {
1238 | ^
1239 | Couldn't resolve a member for the given link query: T
1240-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:179:8 --------------
1241179 | def get(r: ResultSet, idx: Int) = {
1242 | ^
1243 | Couldn't resolve a member for the given link query: T
1244-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:133:8 --------------
1245133 | def put(r: PreparedStatement, idx: Int, v: java.util.Date) = {
1246 | ^
1247 | Couldn't resolve a member for the given link query: T
1248-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:128:8 --------------
1249128 | def get(r: ResultSet, idx: Int) = {
1250 | ^
1251 | Couldn't resolve a member for the given link query: T
1252-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
1253152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1254 | ^
1255 | Couldn't resolve a member for the given link query: other
1256-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:33:8 ---------------
125733 | def get(r: ResultSet, idx: Int) = r.getString(idx)
1258 | ^
1259 | Couldn't resolve a member for the given link query: T
1260-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:34:8 ---------------
126134 | def put(r: PreparedStatement, idx: Int, v: String) = r.setString(idx, v)
1262 | ^
1263 | Couldn't resolve a member for the given link query: T
1264-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:40:8 ---------------
126540 | def get(r: ResultSet, idx: Int) = r.getByte(idx)
1266 | ^
1267 | Couldn't resolve a member for the given link query: T
1268-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:41:8 ---------------
126941 | def put(r: PreparedStatement, idx: Int, v: Byte) = r.setByte(idx, v)
1270 | ^
1271 | Couldn't resolve a member for the given link query: T
1272-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:47:8 ---------------
127347 | def get(r: ResultSet, idx: Int) = r.getShort(idx)
1274 | ^
1275 | Couldn't resolve a member for the given link query: T
1276-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:48:8 ---------------
127748 | def put(r: PreparedStatement, idx: Int, v: Short) = r.setShort(idx, v)
1278 | ^
1279 | Couldn't resolve a member for the given link query: T
1280-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:54:8 ---------------
128154 | def get(r: ResultSet, idx: Int) = r.getInt(idx)
1282 | ^
1283 | Couldn't resolve a member for the given link query: T
1284-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:55:8 ---------------
128555 | def put(r: PreparedStatement, idx: Int, v: Int) = r.setInt(idx, v)
1286 | ^
1287 | Couldn't resolve a member for the given link query: T
1288-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:61:8 ---------------
128961 | def get(r: ResultSet, idx: Int) = r.getLong(idx)
1290 | ^
1291 | Couldn't resolve a member for the given link query: T
1292-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:62:8 ---------------
129362 | def put(r: PreparedStatement, idx: Int, v: Long) = r.setLong(idx, v)
1294 | ^
1295 | Couldn't resolve a member for the given link query: T
1296-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:68:8 ---------------
129768 | def get(r: ResultSet, idx: Int) = r.getFloat(idx)
1298 | ^
1299 | Couldn't resolve a member for the given link query: T
1300-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:69:8 ---------------
130169 | def put(r: PreparedStatement, idx: Int, v: Float) = r.setFloat(idx, v)
1302 | ^
1303 | Couldn't resolve a member for the given link query: T
1304-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:75:8 ---------------
130575 | def get(r: ResultSet, idx: Int) = r.getDouble(idx)
1306 | ^
1307 | Couldn't resolve a member for the given link query: T
1308-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:76:8 ---------------
130976 | def put(r: PreparedStatement, idx: Int, v: Double) = r.setDouble(idx, v)
1310 | ^
1311 | Couldn't resolve a member for the given link query: T
1312-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:82:8 ---------------
131382 | def get(r: ResultSet, idx: Int) = r.getBigDecimal(idx)
1314 | ^
1315 | Couldn't resolve a member for the given link query: T
1316-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:83:8 ---------------
131783 | def put(r: PreparedStatement, idx: Int, v: scala.math.BigDecimal) = r
1318 | ^
1319 | Couldn't resolve a member for the given link query: T
1320-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:90:8 ---------------
132190 | def get(r: ResultSet, idx: Int) = r.getBoolean(idx)
1322 | ^
1323 | Couldn't resolve a member for the given link query: T
1324-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:91:8 ---------------
132591 | def put(r: PreparedStatement, idx: Int, v: Boolean) = r.setBoolean(idx, v)
1326 | ^
1327 | Couldn't resolve a member for the given link query: T
1328-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:98:8 ---------------
132998 | def get(r: ResultSet, idx: Int) = {
1330 | ^
1331 | Couldn't resolve a member for the given link query: T
1332-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:106:8 --------------
1333106 | def put(r: PreparedStatement, idx: Int, v: UUID) = {
1334 | ^
1335 | Couldn't resolve a member for the given link query: T
1336-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:114:8 --------------
1337114 | def get(r: ResultSet, idx: Int) = {
1338 | ^
1339 | Couldn't resolve a member for the given link query: T
1340-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:119:8 --------------
1341119 | def put(r: PreparedStatement, idx: Int, v: geny.Bytes) = {
1342 | ^
1343 | Couldn't resolve a member for the given link query: T
1344-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:149:8 --------------
1345149 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalTime])
1346 | ^
1347 | Couldn't resolve a member for the given link query: T
1348-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:150:8 --------------
1349150 | def put(r: PreparedStatement, idx: Int, v: LocalTime) = r.setObject(idx, v)
1350 | ^
1351 | Couldn't resolve a member for the given link query: T
1352-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:164:8 --------------
1353164 | def get(r: ResultSet, idx: Int) = {
1354 | ^
1355 | Couldn't resolve a member for the given link query: T
1356-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:169:8 --------------
1357169 | def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1358 | ^
1359 | Couldn't resolve a member for the given link query: T
1360-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:206:8 --------------
1361206 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[OffsetTime])
1362 | ^
1363 | Couldn't resolve a member for the given link query: T
1364-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:207:8 --------------
1365207 | def put(r: PreparedStatement, idx: Int, v: OffsetTime) = r.setObject(idx, v)
1366 | ^
1367 | Couldn't resolve a member for the given link query: T
1368-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:214:8 --------------
1369214 | def get(r: ResultSet, idx: Int) = {
1370 | ^
1371 | Couldn't resolve a member for the given link query: T
1372-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:219:8 --------------
1373219 | def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1374 | ^
1375 | Couldn't resolve a member for the given link query: T
1376-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:106:17 --------
1377106 | override def get(r: ResultSet, idx: Int) = {
1378 | ^
1379 | Couldn't resolve a member for the given link query: T
1380-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:112:17 --------
1381112 | override def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1382 | ^
1383 | Couldn't resolve a member for the given link query: T
1384-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:122:17 --------
1385122 | override def get(r: ResultSet, idx: Int) = {
1386 | ^
1387 | Couldn't resolve a member for the given link query: T
1388-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:126:17 --------
1389126 | override def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1390 | ^
1391 | Couldn't resolve a member for the given link query: T
1392-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:304:17 --------
1393304 | override def take(n: Int): scalasql.query.Select[Q, R] = {
1394 | ^
1395 | Couldn't resolve a member for the given link query: n
1396-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:308:17 --------
1397308 | override def drop(n: Int): scalasql.query.Select[Q, R] = throw new Exception(
1398 | ^
1399 | Couldn't resolve a member for the given link query: n
1400-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:324:17 --------
1401324 | override def take(n: Int): scalasql.query.Select[Q, R] = copy(
1402 | ^
1403 | Couldn't resolve a member for the given link query: n
1404-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
140552 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
1406 | ^
1407 | Couldn't resolve a member for the given link query: R
1408-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:81:17 ---------
140981 | override def put(r: PreparedStatement, idx: Int, v: UUID) = {
1410 | ^
1411 | Couldn't resolve a member for the given link query: T
1412-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:228:17 --------
1413228 | override def update(
1414 | ^
1415 | Couldn't resolve a member for the given link query: filter
1416-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:387:17 --------
1417387 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1418 | ^
1419 | Couldn't resolve a member for the given link query: other
142085 warnings found
1421Successfully evaluated scalasql[3.8.0-RC2].docJar
1422[info] compiling 58 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/test/compile.dest/classes ...
1423[warn] -- Warning: /build/repo/scalasql/test/src/datatypes/OptionalTests.scala:42:6 ---
1424[warn] 42 | )(implicitly, utest.framework.TestPath(Nil))
1425[warn] | ^^^^^^^^^^
1426[warn] |Implicit parameters should be provided with a `using` clause.
1427[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1428[warn] |To disable the warning, please use the following option:
1429[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1430[warn] -- Warning: /build/repo/scalasql/test/src/operations/DbCountOpsTests.scala:149:6
1431[warn] 149 | )(implicitly, utest.framework.TestPath(Nil))
1432[warn] | ^^^^^^^^^^
1433[warn] |Implicit parameters should be provided with a `using` clause.
1434[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1435[warn] |To disable the warning, please use the following option:
1436[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1437[warn] there were 2 feature warnings; re-run with -feature for details
1438[warn] three warnings found
1439[info] done compiling
1440Successfully evaluated scalasql[3.8.0-RC2].test.compile
1441Publishing Artifact(com.lihaoyi,scalasql_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
1442Successfully evaluated scalasql[3.8.0-RC2].publishLocal
1443
1444************************
1445Build summary:
1446[{
1447 "module": "scalasql-core",
1448 "compile": {"status": "ok", "tookMs": 12098, "warnings": 0, "errors": 0},
1449 "doc": {"status": "ok", "tookMs": 6637, "files": 1, "totalSizeKb": 2870},
1450 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1451 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1452 "publish": {"status": "ok", "tookMs": 426},
1453 "metadata": {
1454 "crossScalaVersions": ["2.13.12", "3.6.2"]
1455}
1456},{
1457 "module": "scalasql-query",
1458 "compile": {"status": "ok", "tookMs": 17773, "warnings": 0, "errors": 0},
1459 "doc": {"status": "ok", "tookMs": 10347, "files": 1, "totalSizeKb": 3265},
1460 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1461 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1462 "publish": {"status": "ok", "tookMs": 205},
1463 "metadata": {
1464 "crossScalaVersions": ["2.13.12", "3.6.2"]
1465}
1466},{
1467 "module": "scalasql-operations",
1468 "compile": {"status": "ok", "tookMs": 7949, "warnings": 0, "errors": 0},
1469 "doc": {"status": "ok", "tookMs": 5057, "files": 1, "totalSizeKb": 2724},
1470 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1471 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1472 "publish": {"status": "ok", "tookMs": 129},
1473 "metadata": {
1474 "crossScalaVersions": ["2.13.12", "3.6.2"]
1475}
1476},{
1477 "module": "scalasql",
1478 "compile": {"status": "ok", "tookMs": 14577, "warnings": 0, "errors": 0},
1479 "doc": {"status": "ok", "tookMs": 14918, "files": 1, "totalSizeKb": 3350},
1480 "test-compile": {"status": "ok", "tookMs": 65939, "warnings": 0, "errors": 0},
1481 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1482 "publish": {"status": "ok", "tookMs": 205},
1483 "metadata": {
1484 "crossScalaVersions": ["2.13.12", "3.6.2"]
1485}
1486}]
1487************************"
1488
1489Checking patch build.mill...
1490Checking patch .mill-version...
1491Applied patch build.mill cleanly.
1492Applied patch .mill-version cleanly.