Build Logs

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

Errors

1

Warnings

823

Total Lines

1486

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 35 72.6M 35 26.0M 0 0 76.5M 0 --:--:-- --:--:-- --:--:-- 76.3M
61100 72.6M 100 72.6M 0 0 101M 0 --:--:-- --:--:-- --:--:-- 101M
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:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
66[build.mill-61] [warn] .iterator()
67[build.mill-61] [warn] ^
68[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
69[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
70[build.mill-61] [warn] ^
71[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
72[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
73[build.mill-61] [warn] ^
74[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
75[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
76[build.mill-61] [warn] ^
77[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
78[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
79[build.mill-61] [warn] ^
80[build.mill-61] [warn] /build/repo/build.mill:13:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
81[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
82[build.mill-61] [warn] ^
83[build.mill-61] [warn] /build/repo/build.mill:24:79: 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] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
85[build.mill-61] [warn] ^
86[build.mill-61] [warn] /build/repo/build.mill:25:50: 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] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
88[build.mill-61] [warn] ^
89[build.mill-61] [warn] /build/repo/build.mill:83: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")`
90[build.mill-61] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
91[build.mill-61] [warn] ^
92[build.mill-61] [warn] 9 warnings found
93[build.mill-61] [info] done compiling
94[1/1] resolve
95[0J[1A
96[0J[1A
97[1/1] ============================== resolve _ ============================== 21s
98Try build using ./mill
99--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
100[build.mill] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
101[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
102[build.mill] [warn] .iterator()
103[build.mill] [warn] ^
104[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
105[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
106[build.mill] [warn] ^
107[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
108[build.mill] [warn] val testModule = module.millInternal.modules.toList
109[build.mill] [warn] ^
110[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
111[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
112[build.mill] [warn] ^
113[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
114[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
115[build.mill] [warn] ^
116[build.mill] [warn] /build/repo/build.mill:13:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
117[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
118[build.mill] [warn] ^
119[build.mill] [warn] /build/repo/build.mill:24:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
120[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
121[build.mill] [warn] ^
122[build.mill] [warn] /build/repo/build.mill:25: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]) = scalaVersion.zip(asTarget).map {
124[build.mill] [warn] ^
125[build.mill] [warn] /build/repo/build.mill:83: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")`
126[build.mill] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
127[build.mill] [warn] ^
128[build.mill] [warn] 9 warnings found
129[build.mill] [info] done compiling
130Build 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>\""}]}
131Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
132Failed to resolve mappings for 1/5 targets: com.lihaoyi%scalasql-namedtuples
133Found targets [5]: %scalasql-3.8.0-RC2-test, com.lihaoyi%scalasql, com.lihaoyi%scalasql-core, com.lihaoyi%scalasql-operations, com.lihaoyi%scalasql-query
134
135Starting build for scalasql-core - [0/4]
136No test module defined in scalasql[3.8.0-RC2].core
137Failed to resolve scalaVersion, assume it's Scala 3 project
138[info] compiling 18 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/core/compile.dest/classes ...
139[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:264:74 -------------------
140[warn] 264 | updateGetGeneratedKeysSql(flattened)(qr.isGetGeneratedKeys(query).get, fileName, lineNum)
141[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142[warn] |Implicit parameters should be provided with a `using` clause.
143[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
144[warn] |To disable the warning, please use the following option:
145[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
146[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:269:25 -------------------
147[warn] 269 | qr.asInstanceOf[Queryable[Q, Seq[?]]],
148[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149[warn] |Implicit parameters should be provided with a `using` clause.
150[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
151[warn] |To disable the warning, please use the following option:
152[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
153[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:11:65 ---------------------
154[warn] 11 | ctx.exprNaming.get(this.exprIdentity).getOrElse(renderToSql0(ctx))
155[warn] | ^^^
156[warn] |Implicit parameters should be provided with a `using` clause.
157[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
158[warn] |To disable the warning, please use the following option:
159[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
160[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:59:41 ---------------------
161[warn] 59 | new Simple[Option[T]](e.renderToSql0(_))
162[warn] | ^
163[warn] |Implicit parameters should be provided with a `using` clause.
164[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
165[warn] |To disable the warning, please use the following option:
166[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
167[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:68:17 ---------------------
168[warn] 68 | apply0[T](x)(conv)
169[warn] | ^^^^
170[warn] |Implicit parameters should be provided with a `using` clause.
171[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
172[warn] |To disable the warning, please use the following option:
173[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
174[warn] -- Warning: /build/repo/scalasql/core/src/ExprsToSql.scala:29:90 ---------------
175[warn] 29 | walked.map { case (k, v) => (ctx.config.renderColumnLabel(k), Renderable.renderSql(v)(ctx)) }
176[warn] | ^^^
177[warn] |Implicit parameters should be provided with a `using` clause.
178[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
179[warn] |To disable the warning, please use the following option:
180[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
181[warn] -- Warning: /build/repo/scalasql/core/src/SqlStr.scala:227:43 ------------------
182[warn] 227 | SqlStrInterp(Renderable.renderSql(t)(ctx))
183[warn] | ^^^
184[warn] |Implicit parameters should be provided with a `using` clause.
185[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
186[warn] |To disable the warning, please use the following option:
187[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
188[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/core/src/JoinNullable.scala:17:60
189[warn] 17 | implicit def toExpr[T](n: JoinNullable[Expr[T]])(implicit mt: TypeMapper[T]): Expr[Option[T]] =
190[warn] | ^^
191[warn] | unused implicit parameter
192[warn] there were 6 feature warnings; re-run with -feature for details
193[warn] 9 warnings found
194[info] done compiling
195Successfully evaluated scalasql[3.8.0-RC2].core.compile
196Option -classpath was updated
197-- Warning: /build/repo/scalasql/core/src/Queryable.scala:14:6 -----------------
19814 |trait Queryable[-Q, R] {
199 | ^
200 | Couldn't resolve a member for the given link query: valueReader
201-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:9:6 ---------------------
2029 |class SqlStr(
203 | ^
204 | Couldn't resolve a member for the given link query: Interp
205-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:154:6 -------------------
206154 | def join(strs: IterableOnce[SqlStr], sep: SqlStr = empty): SqlStr = {
207 | ^
208 | Couldn't resolve a member for the given link query: sep
209-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
21052 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
211 | ^
212 | Couldn't resolve a member for the given link query: R
213-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:7:6 ---------------
2147 |trait Aggregatable[Q] extends WithSqlExpr[Q] {
215 | ^
216 | Couldn't resolve a member for the given link query: Select
217-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:19:8 --------------
21819 | class Proxy[Q](val expr: Q) extends Aggregatable[Q] {
219 | ^
220 | Couldn't resolve a member for the given link query: Select.aggregate
221-- Warning: /build/repo/scalasql/core/src/DbClient.scala:14:6 ------------------
22214 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
223 | ^
224 | Couldn't resolve a member for the given link query: Q
225-- Warning: /build/repo/scalasql/core/src/DbClient.scala:22:6 ------------------
22622 | def transaction[T](block: DbApi.Txn => T): T
227 | ^
228 | Couldn't resolve a member for the given link query: block
229-- Warning: /build/repo/scalasql/core/src/DbClient.scala:68:8 ------------------
23068 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
231 | ^
232 | Couldn't resolve a member for the given link query: Q
233-- Warning: /build/repo/scalasql/core/src/DbClient.scala:74:8 ------------------
23474 | def transaction[T](block: DbApi.Txn => T): T = {
235 | ^
236 | Couldn't resolve a member for the given link query: block
237-- Warning: /build/repo/scalasql/core/src/DbClient.scala:127:8 -----------------
238127 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
239 | ^
240 | Couldn't resolve a member for the given link query: Q
241-- Warning: /build/repo/scalasql/core/src/DbClient.scala:139:8 -----------------
242139 | def transaction[T](block: DbApi.Txn => T): T = withConnection(_.transaction(block))
243 | ^
244 | Couldn't resolve a member for the given link query: block
245-- Warning: /build/repo/scalasql/core/src/DbApi.scala:17:6 ---------------------
24617 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
247 | ^
248 | Couldn't resolve a member for the given link query: Q
249-- Warning: /build/repo/scalasql/core/src/DbApi.scala:22:6 ---------------------
25022 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
251 | ^
252 | Couldn't resolve a member for the given link query: Q
253-- Warning: /build/repo/scalasql/core/src/DbApi.scala:31:6 ---------------------
25431 | def runSql[R](query: SqlStr, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
255 | ^
256 | Couldn't resolve a member for the given link query: R
257-- Warning: /build/repo/scalasql/core/src/DbApi.scala:42:6 ---------------------
25842 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
259 | ^
260 | Couldn't resolve a member for the given link query: Q
261-- Warning: /build/repo/scalasql/core/src/DbApi.scala:62:6 ---------------------
26262 | def runRaw[R](
263 | ^
264 | Couldn't resolve a member for the given link query: R
265-- Warning: /build/repo/scalasql/core/src/DbApi.scala:77:6 ---------------------
26677 | def streamRaw[R](
267 | ^
268 | Couldn't resolve a member for the given link query: R
269-- Warning: /build/repo/scalasql/core/src/DbApi.scala:256:8 --------------------
270256 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
271 | ^
272 | Couldn't resolve a member for the given link query: Q
273-- Warning: /build/repo/scalasql/core/src/DbApi.scala:287:8 --------------------
274287 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
275 | ^
276 | Couldn't resolve a member for the given link query: Q
277-- Warning: /build/repo/scalasql/core/src/DbApi.scala:308:8 --------------------
278308 | def runSql[R](
279 | ^
280 | Couldn't resolve a member for the given link query: R
281-- Warning: /build/repo/scalasql/core/src/DbApi.scala:373:8 --------------------
282373 | def runRaw[R](
283 | ^
284 | Couldn't resolve a member for the given link query: R
285-- Warning: /build/repo/scalasql/core/src/DbApi.scala:386:8 --------------------
286386 | def streamRaw[R](
287 | ^
288 | Couldn't resolve a member for the given link query: R
289-- Warning: /build/repo/scalasql/core/src/DbApi.scala:572:8 --------------------
290572 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
291 | ^
292 | Couldn't resolve a member for the given link query: Q
293-- Warning: /build/repo/scalasql/core/src/Context.scala:14:6 -------------------
29414 | def fromNaming: Map[Context.From, String]
295 | ^
296 | Couldn't resolve a member for the given link query: From
297-- Warning: /build/repo/scalasql/core/src/Context.scala:87:6 -------------------
29887 | def compute(prevContext: Context, prefixedFroms: Seq[From], unPrefixedFroms: Option[From]) = {
299 | ^
300 | Couldn't resolve a member for the given link query: prevContext
30127 warnings found
302Successfully evaluated scalasql[3.8.0-RC2].core.docJar
303Publishing Artifact(com.lihaoyi,scalasql-core_3,0.2.3-DIRTY469bad27) to ivy repo /root/.ivy2/local
304Successfully evaluated scalasql[3.8.0-RC2].core.publishLocal
305
306Starting build for scalasql-query - [1/4]
307No test module defined in scalasql[3.8.0-RC2].query
308Failed to resolve scalaVersion, assume it's Scala 3 project
309[info] compiling 29 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/query/compile.dest/classes ...
310[warn] -- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:169:45 ---------
311[warn] 169 | Renderable.renderSql(orderBy.expr)(newCtx) + ascDesc + nulls
312[warn] | ^^^^^^
313[warn] |Implicit parameters should be provided with a `using` clause.
314[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
315[warn] |To disable the warning, please use the following option:
316[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
317[warn] -- Warning: /build/repo/scalasql/query/src/From.scala:18:52 --------------------
318[warn] 18 | val resolvedTable = Table.fullIdentifier(value)(prevContext)
319[warn] | ^^^^^^^^^^^
320[warn] |Implicit parameters should be provided with a `using` clause.
321[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
322[warn] |To disable the warning, please use the following option:
323[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
324[warn] -- Warning: /build/repo/scalasql/query/src/GetGeneratedKeys.scala:29:96 --------
325[warn] 29 | override private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(base)(ctx)
326[warn] | ^^^
327[warn] |Implicit parameters should be provided with a `using` clause.
328[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
329[warn] |To disable the warning, please use the following option:
330[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
331[warn] -- Warning: /build/repo/scalasql/query/src/InsertColumns.scala:31:42 -----------
332[warn] 31 | Table.fullIdentifier(table.value)(ctx)
333[warn] | ^^^
334[warn] |Implicit parameters should be provided with a `using` clause.
335[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
336[warn] |To disable the warning, please use the following option:
337[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
338[warn] -- Warning: /build/repo/scalasql/query/src/InsertSelect.scala:27:42 ------------
339[warn] 27 | Table.fullIdentifier(table.value)(ctx)
340[warn] | ^^^
341[warn] |Implicit parameters should be provided with a `using` clause.
342[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
343[warn] |To disable the warning, please use the following option:
344[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
345[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:27:49 ------------
346[warn] 27 | Table.fullIdentifier(insert.table.value)(ctx),
347[warn] | ^^^
348[warn] |Implicit parameters should be provided with a `using` clause.
349[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
350[warn] |To disable the warning, please use the following option:
351[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
352[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:32:12 ------------
353[warn] 32 | )(ctx.markAsValue).render()
354[warn] | ^^^^^^^^^^^^^^^
355[warn] |Implicit parameters should be provided with a `using` clause.
356[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
357[warn] |To disable the warning, please use the following option:
358[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
359[warn] -- Warning: /build/repo/scalasql/query/src/OnConflict.scala:25:44 --------------
360[warn] 25 | val str = Renderable.renderSql(query)(ctx)
361[warn] | ^^^
362[warn] |Implicit parameters should be provided with a `using` clause.
363[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
364[warn] |To disable the warning, please use the following option:
365[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
366[warn] -- Warning: /build/repo/scalasql/query/src/Query.scala:85:88 -------------------
367[warn] 85 | private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(query)(ctx)
368[warn] | ^^^
369[warn] |Implicit parameters should be provided with a `using` clause.
370[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
371[warn] |To disable the warning, please use the following option:
372[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
373[warn] -- Warning: /build/repo/scalasql/query/src/Returning.scala:62:84 ---------------
374[warn] 62 | .updated(returnable.table, Table.fullIdentifier(returnable.table.value)(contextStage1))
375[warn] | ^^^^^^^^^^^^^
376[warn] |Implicit parameters should be provided with a `using` clause.
377[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
378[warn] |To disable the warning, please use the following option:
379[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
380[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:61 -----------------
381[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
382[warn] | ^^
383[warn] |Implicit parameters should be provided with a `using` clause.
384[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
385[warn] |To disable the warning, please use the following option:
386[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
387[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:83 -----------------
388[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
389[warn] | ^^
390[warn] |Implicit parameters should be provided with a `using` clause.
391[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
392[warn] |To disable the warning, please use the following option:
393[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
394[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:236:50 -----------
395[warn] 236 | joinCopy0(f(expr, otherExpr), otherJoin, Nil)(jqr)
396[warn] | ^^^
397[warn] |Implicit parameters should be provided with a `using` clause.
398[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
399[warn] |To disable the warning, please use the following option:
400[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
401[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:112:77 -----------
402[warn] 112 | ): Select[QF, RF] = { joinCopy(other, on, prefix)(ja.appendTuple(_, _))(ja.qr) }
403[warn] | ^^^^^
404[warn] |Implicit parameters should be provided with a `using` clause.
405[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
406[warn] |To disable the warning, please use the following option:
407[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
408[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:277:66 -----------
409[warn] 277 | SqlStr.join(groupBy.keys.map(x => Renderable.renderSql(x)(context)), SqlStr.commaSep)
410[warn] | ^^^^^^^
411[warn] |Implicit parameters should be provided with a `using` clause.
412[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
413[warn] |To disable the warning, please use the following option:
414[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
415[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:72:11 ------------------
416[warn] 72 | ja.qr,
417[warn] | ^^^^^
418[warn] |Implicit parameters should be provided with a `using` clause.
419[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
420[warn] |To disable the warning, please use the following option:
421[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
422[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:99:82 ------------------
423[warn] 99 | contextStage1.fromNaming.updated(table, Table.fullIdentifier(table.value)(prevContext))
424[warn] | ^^^^^^^^^^^
425[warn] |Implicit parameters should be provided with a `using` clause.
426[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
427[warn] |To disable the warning, please use the following option:
428[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
429[warn] -- Warning: /build/repo/scalasql/query/src/Values.scala:24:30 ------------------
430[warn] 24 | new Values.Renderer(this)(implicitly, prevContext)
431[warn] | ^^^^^^^^^^
432[warn] |Implicit parameters should be provided with a `using` clause.
433[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
434[warn] |To disable the warning, please use the following option:
435[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
436[warn] -- Warning: /build/repo/scalasql/query/src/WithCte.scala:82:8 ------------------
437[warn] 82 | )(qr, dialect)
438[warn] | ^^
439[warn] |Implicit parameters should be provided with a `using` clause.
440[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
441[warn] |To disable the warning, please use the following option:
442[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
443[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:462:45
444[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)] {
445[warn] | ^^^^
446[warn] | unused implicit parameter
447[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:470:45
448[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)] {
449[warn] | ^^^^
450[warn] | unused implicit parameter
451[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:478:45
452[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)] {
453[warn] | ^^^^
454[warn] | unused implicit parameter
455[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:486:45
456[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)] {
457[warn] | ^^^^
458[warn] | unused implicit parameter
459[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:494:45
460[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)] {
461[warn] | ^^^^
462[warn] | unused implicit parameter
463[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:502:45
464[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)] {
465[warn] | ^^^^
466[warn] | unused implicit parameter
467[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:510:45
468[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)] {
469[warn] | ^^^^
470[warn] | unused implicit parameter
471[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:518:45
472[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)] {
473[warn] | ^^^^
474[warn] | unused implicit parameter
475[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:526:45
476[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)] {
477[warn] | ^^^^
478[warn] | unused implicit parameter
479[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:534:45
480[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)] {
481[warn] | ^^^^
482[warn] | unused implicit parameter
483[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:542:45
484[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)] {
485[warn] | ^^^^
486[warn] | unused implicit parameter
487[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:550:45
488[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)] {
489[warn] | ^^^^
490[warn] | unused implicit parameter
491[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:558:45
492[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)] {
493[warn] | ^^^^
494[warn] | unused implicit parameter
495[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:566:45
496[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)] {
497[warn] | ^^^^
498[warn] | unused implicit parameter
499[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:574:45
500[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)] {
501[warn] | ^^^^
502[warn] | unused implicit parameter
503[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:582:45
504[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)] {
505[warn] | ^^^^
506[warn] | unused implicit parameter
507[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:590:45
508[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)] {
509[warn] | ^^^^
510[warn] | unused implicit parameter
511[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:598:45
512[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)] {
513[warn] | ^^^^
514[warn] | unused implicit parameter
515[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:606:45
516[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)] {
517[warn] | ^^^^
518[warn] | unused implicit parameter
519[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:614:45
520[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)] {
521[warn] | ^^^^
522[warn] | unused implicit parameter
523[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:86:10
524[warn] 86 | dialect: DialectTypeMappers,
525[warn] | ^^^^^^^
526[warn] | unused explicit parameter
527[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:127:56
528[warn] 127 | (tableRef: TableRef, dialect: DialectTypeMappers, queryable: Table.Metadata.QueryableProxy) =>
529[warn] | ^^^^^^^^^
530[warn] | unused explicit parameter
531[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:79:37
532[warn] 79 | protected def subqueryRef(implicit qr: Queryable.Row[Q, R]) = new SubqueryRef(this)
533[warn] | ^^
534[warn] | unused implicit parameter
535[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:241:22
536[warn] 241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
537[warn] | ^^
538[warn] | unused implicit parameter
539[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:320:24
540[warn] 320 | def sorted(implicit tm: TypeMapper[T]): Select[Expr[T], T] = s.sortBy(identity)
541[warn] | ^^
542[warn] | unused implicit parameter
543[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:64:12
544[warn] 64 | (tpe.asType, tpe2.asType) match {
545[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
546[warn] | match may not be exhaustive.
547[warn] |
548[warn] | It would fail on pattern case: (_, _)
549[warn] |
550[warn] | longer explanation available when compiling with `-explain`
551[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:97:16
552[warn] 97 | (tpe.asType, tpe2.asType) match {
553[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
554[warn] | match may not be exhaustive.
555[warn] |
556[warn] | It would fail on pattern case: (_, _)
557[warn] |
558[warn] | longer explanation available when compiling with `-explain`
559[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:109:41
560[warn] 109 | constructV[Sc]((_, i) => { case (_, '[t], '[t2]) =>
561[warn] | ^
562[warn] | match may not be exhaustive.
563[warn] |
564[warn] | It would fail on pattern case: (_, _, _)
565[warn] |
566[warn] | longer explanation available when compiling with `-explain`
567[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:115:50
568[warn] 115 | constructV[SqlExpr]((param, i) => { case (_, '[t], '[t2]) =>
569[warn] | ^
570[warn] | match may not be exhaustive.
571[warn] |
572[warn] | It would fail on pattern case: (_, _, _)
573[warn] |
574[warn] | longer explanation available when compiling with `-explain`
575[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src/SqlWindow.scala:27:19
576[warn] 27 | val frameStr = (frameStart0, frameEnd0, exclusions) match {
577[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
578[warn] |match may not be exhaustive.
579[warn] |
580[warn] |It would fail on pattern case: (None, Some(_), _), (None, None, Some(_))
581[warn] |
582[warn] | longer explanation available when compiling with `-explain`
583[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:81:11
584[warn] 81 | case other: FlatJoin.MapResult[Q, Q2, R, R2] =>
585[warn] | ^
586[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]
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:85:11
590[warn] 85 | case other: FlatJoin.FlatMapResult[Q, Q2, R, R2] =>
591[warn] | ^
592[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]
593[warn] |
594[warn] | longer explanation available when compiling with `-explain`
595[warn] 51 warnings found
596[info] done compiling
597Successfully evaluated scalasql[3.8.0-RC2].query.compile
598Option -classpath was updated
599-- Warning: /build/repo/scalasql/query/src/Column.scala:10:6 -------------------
60010 |class Column[T](tableRef: TableRef, val name: String)(implicit val mappedType: TypeMapper[T])
601 | ^
602 | Couldn't resolve a member for the given link query: Expr
603-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
60472 | def flatMap[Q2, R2](
605 | ^
606 | Couldn't resolve a member for the given link query: f
607-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
60898 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
609 | ^
610 | Couldn't resolve a member for the given link query: cond
611-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
612140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
613 | ^
614 | Couldn't resolve a member for the given link query: other
615-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
616146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
617 | ^
618 | Couldn't resolve a member for the given link query: other
619-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
620152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
621 | ^
622 | Couldn't resolve a member for the given link query: other
623-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
624171 | def mapAggregate[Q2, R2](
625 | ^
626 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
627-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
628218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
629 | ^
630 | Couldn't resolve a member for the given link query: n
631-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
632219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
633 | ^
634 | Couldn't resolve a member for the given link query: n
635-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
636193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
637 | ^
638 | Couldn't resolve a member for the given link query: other
639-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
640187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
641 | ^
642 | Couldn't resolve a member for the given link query: other
643-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
64410 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
645 | ^
646 | Couldn't resolve a member for the given link query: other
647-- Warning: /build/repo/scalasql/query/src/Select.scala:241:6 ------------------
648241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
649 | ^
650 | Couldn't resolve a member for the given link query: Expr
651-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
652278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
653 | ^
654 | Couldn't resolve a member for the given link query: other
655-- Warning: /build/repo/scalasql/query/src/From.scala:13:6 ---------------------
65613 | def fromRefPrefix(prevContext: Context) = prevContext.config.tableNameMapper(Table.name(value))
657 | ^
658 | Couldn't resolve a member for the given link query: From
659-- Warning: /build/repo/scalasql/query/src/From.scala:15:6 ---------------------
66015 | def fromExprAliases(prevContext: Context): Seq[(Expr.Identity, SqlStr)] = Nil
661 | ^
662 | Couldn't resolve a member for the given link query: Expr
663-- Warning: /build/repo/scalasql/query/src/From.scala:17:6 ---------------------
66417 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
665 | ^
666 | Couldn't resolve a member for the given link query: From
667-- Warning: /build/repo/scalasql/query/src/From.scala:54:6 ---------------------
66854 | def fromRefPrefix(prevContext: Context) = "cte"
669 | ^
670 | Couldn't resolve a member for the given link query: From
671-- Warning: /build/repo/scalasql/query/src/From.scala:56:6 ---------------------
67256 | def fromExprAliases(prevContext: Context) = {
673 | ^
674 | Couldn't resolve a member for the given link query: Expr
675-- Warning: /build/repo/scalasql/query/src/From.scala:60:6 ---------------------
67660 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
677 | ^
678 | Couldn't resolve a member for the given link query: From
679-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
68090 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
681 | ^
682 | Couldn't resolve a member for the given link query: f
683-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
684107 | def filterIf(cond: Boolean)(
685 | ^
686 | Couldn't resolve a member for the given link query: cond
687-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
688130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
689 | ^
690 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
691-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
692200 | def drop(n: Int): Select[Q, R]
693 | ^
694 | Couldn't resolve a member for the given link query: n
695-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
696206 | def take(n: Int): Select[Q, R]
697 | ^
698 | Couldn't resolve a member for the given link query: n
699-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
700257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
701 | ^
702 | Couldn't resolve a member for the given link query: other
703-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
704264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
705 | ^
706 | Couldn't resolve a member for the given link query: other
707-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
708271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
709 | ^
710 | Couldn't resolve a member for the given link query: other
711-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
712340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
713 | ^
714 | Couldn't resolve a member for the given link query: f
715-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
716346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
717 | ^
718 | Couldn't resolve a member for the given link query: cond
719-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
720356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
721 | ^
722 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
723-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
724374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
725 | ^
726 | Couldn't resolve a member for the given link query: n
727-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
728375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
729 | ^
730 | Couldn't resolve a member for the given link query: n
731-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
732385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
733 | ^
734 | Couldn't resolve a member for the given link query: other
735-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
736389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
737 | ^
738 | Couldn't resolve a member for the given link query: other
739-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
740393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
741 | ^
742 | Couldn't resolve a member for the given link query: other
743-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
74474 | override def drop(n: Int): Select[Q, R] =
745 | ^
746 | Couldn't resolve a member for the given link query: n
747-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
74876 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
749 | ^
750 | Couldn't resolve a member for the given link query: n
751-- Warning: /build/repo/scalasql/query/src/WithCte.scala:43:15 -----------------
75243 | override def drop(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.drop(n))
753 | ^
754 | Couldn't resolve a member for the given link query: n
755-- Warning: /build/repo/scalasql/query/src/WithCte.scala:44:15 -----------------
75644 | override def take(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.take(n))
757 | ^
758 | Couldn't resolve a member for the given link query: n
759-- Warning: /build/repo/scalasql/query/src/Values.scala:10:6 -------------------
76010 |class Values[Q, R](val ts: Seq[R])(
761 | ^
762 | Couldn't resolve a member for the given link query: T
763-- Warning: /build/repo/scalasql/query/src/Query.scala:10:6 --------------------
76410 |trait Query[R] extends Renderable {
765 | ^
766 | Couldn't resolve a member for the given link query: Query.Multiple
767-- Warning: /build/repo/scalasql/query/src/Query.scala:47:8 --------------------
76847 | trait DelegateQueryable[Q, R] extends scalasql.query.Query[R] with WithSqlExpr[Q] {
769 | ^
770 | Couldn't resolve a member for the given link query: Queryable
771-- Warning: /build/repo/scalasql/query/src/Query.scala:67:8 --------------------
77267 | class QueryQueryable[Q <: Query[R], R]() extends scalasql.core.Queryable[Q, R] {
773 | ^
774 | Couldn't resolve a member for the given link query: Queryable
775-- Warning: /build/repo/scalasql/query/src/Query.scala:74:8 --------------------
77674 | def renderSql(q: Q, ctx: Context): SqlStr = q.renderSql(ctx)
777 | ^
778 | Couldn't resolve a member for the given link query: SqlStr
779-- Warning: /build/repo/scalasql/query/src/Query.scala:76:17 -------------------
78076 | override def construct(q: Q, args: Queryable.ResultSetIterator): R = q.queryConstruct(args)
781 | ^
782 |Couldn't resolve a member for the given link query: Queryable.ResultSetIterator
783-- Warning: /build/repo/scalasql/query/src/From.scala:27:6 ---------------------
78427 | def fromRefPrefix(prevContext: Context): String = "subquery"
785 | ^
786 | Couldn't resolve a member for the given link query: From
787-- Warning: /build/repo/scalasql/query/src/From.scala:29:6 ---------------------
78829 | def fromExprAliases(prevContext: Context) = SubqueryRef.Wrapped.exprAliases(value, prevContext)
789 | ^
790 | Couldn't resolve a member for the given link query: Expr
791-- Warning: /build/repo/scalasql/query/src/From.scala:31:6 ---------------------
79231 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
793 | ^
794 | Couldn't resolve a member for the given link query: From
79550 warnings found
796Successfully evaluated scalasql[3.8.0-RC2].query.docJar
797Publishing Artifact(com.lihaoyi,scalasql-query_3,0.2.3-DIRTY469bad27) to ivy repo /root/.ivy2/local
798Successfully evaluated scalasql[3.8.0-RC2].query.publishLocal
799
800Starting build for scalasql-operations - [2/4]
801No test module defined in scalasql[3.8.0-RC2].operations
802Failed to resolve scalaVersion, assume it's Scala 3 project
803[info] compiling 19 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/operations/compile.dest/classes ...
804[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggNumericOps.scala:7:30
805[warn] 7 |class AggNumericOps[V: Numeric: TypeMapper](v: Aggregatable[Expr[V]])(
806[warn] | ^
807[warn] | unused implicit parameter
808[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:8:45
809[warn] 8 |class AggOps[T](v: Aggregatable[T])(implicit qr: Queryable.Row[T, ?], dialect: DialectTypeMappers) {
810[warn] | ^^
811[warn] | unused implicit parameter
812[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:46:15
813[warn] 46 | implicit qr: Queryable.Row[Expr[V], V]
814[warn] | ^^
815[warn] | unused implicit parameter
816[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:51:15
817[warn] 51 | implicit qr: Queryable.Row[Expr[V], V]
818[warn] | ^^
819[warn] | unused implicit parameter
820[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:56:15
821[warn] 56 | implicit qr: Queryable.Row[Expr[V], V]
822[warn] | ^^
823[warn] | unused implicit parameter
824[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:61:15
825[warn] 61 | implicit qr: Queryable.Row[Expr[V], V]
826[warn] | ^^
827[warn] | unused implicit parameter
828[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/CaseWhen.scala:20:26
829[warn] 20 | class Else[T: TypeMapper](values: Seq[(Expr[Boolean], Expr[T])], `else`: Expr[T])
830[warn] | ^
831[warn] | unused implicit parameter
832[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprAggOps.scala:6:29
833[warn] 6 |abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
834[warn] | ^
835[warn] | unused explicit parameter
836[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:7:31
837[warn] 7 |class ExprNumericOps[T: Numeric](v: Expr[T])(implicit val m: TypeMapper[T]) {
838[warn] | ^
839[warn] | unused implicit parameter
840[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:10:18
841[warn] 10 | def +[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v + $x)" }
842[warn] | ^
843[warn] | unused implicit parameter
844[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:13:18
845[warn] 13 | def -[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v - $x)" }
846[warn] | ^
847[warn] | unused implicit parameter
848[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:16:18
849[warn] 16 | def *[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v * $x)" }
850[warn] | ^
851[warn] | unused implicit parameter
852[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:19:18
853[warn] 19 | def /[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v / $x)" }
854[warn] | ^
855[warn] | unused implicit parameter
856[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:22:18
857[warn] 22 | def %[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
858[warn] | ^
859[warn] | unused implicit parameter
860[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:25:18
861[warn] 25 | def &[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v & $x)" }
862[warn] | ^
863[warn] | unused implicit parameter
864[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:28:18
865[warn] 28 | def |[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v | $x)" }
866[warn] | ^
867[warn] | unused implicit parameter
868[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:31:18
869[warn] 31 | def ^[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v ^ $x)" }
870[warn] | ^
871[warn] | unused implicit parameter
872[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:51:20
873[warn] 51 | def mod[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
874[warn] | ^
875[warn] | unused implicit parameter
876[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:29
877[warn] 41 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
878[warn] | ^
879[warn] | unused implicit parameter
880[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:19:23
881[warn] 19 | def map[V: TypeMapper](f: Expr[T] => Expr[V]): Expr[Option[V]] = Expr { implicit ctx =>
882[warn] | ^
883[warn] | unused implicit parameter
884[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:23:27
885[warn] 23 | def flatMap[V: TypeMapper](f: Expr[T] => Expr[Option[V]]): Expr[Option[V]] =
886[warn] | ^
887[warn] | unused implicit parameter
888[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:8:21
889[warn] 8 | def sinh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"SINH($v)" }
890[warn] | ^
891[warn] | unused implicit parameter
892[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:11:21
893[warn] 11 | def cosh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"COSH($v)" }
894[warn] | ^
895[warn] | unused implicit parameter
896[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:14:21
897[warn] 14 | def tanh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"TANH($v)" }
898[warn] | ^
899[warn] | unused implicit parameter
900[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:8:24
901[warn] 8 | def degrees[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"DEGREES($x)" }
902[warn] | ^
903[warn] | unused implicit parameter
904[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:11:24
905[warn] 11 | def radians[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"RADIANS($x)" }
906[warn] | ^
907[warn] | unused implicit parameter
908[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:14:22
909[warn] 14 | def power[T: Numeric](x: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
910[warn] | ^
911[warn] | unused implicit parameter
912[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:19:20
913[warn] 19 | def exp[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"EXP($x)" }
914[warn] | ^
915[warn] | unused implicit parameter
916[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:22:19
917[warn] 22 | def ln[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LN($v)" }
918[warn] | ^
919[warn] | unused implicit parameter
920[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:25:20
921[warn] 25 | def log[T: Numeric](b: Expr[Int], x: Expr[T]): Expr[Double] = Expr { implicit ctx =>
922[warn] | ^
923[warn] | unused implicit parameter
924[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:30:22
925[warn] 30 | def log10[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LOG10($x)" }
926[warn] | ^
927[warn] | unused implicit parameter
928[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:33:21
929[warn] 33 | def sqrt[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SQRT($v)" }
930[warn] | ^
931[warn] | unused implicit parameter
932[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:36:20
933[warn] 36 | def sin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SIN($v)" }
934[warn] | ^
935[warn] | unused implicit parameter
936[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:39:20
937[warn] 39 | def cos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"COS($v)" }
938[warn] | ^
939[warn] | unused implicit parameter
940[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:42:20
941[warn] 42 | def tan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"TAN($v)" }
942[warn] | ^
943[warn] | unused implicit parameter
944[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:45:21
945[warn] 45 | def asin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ASIN($v)" }
946[warn] | ^
947[warn] | unused implicit parameter
948[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:48:21
949[warn] 48 | def acos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ACOS($v)" }
950[warn] | ^
951[warn] | unused implicit parameter
952[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:51:21
953[warn] 51 | def atan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ATAN($v)" }
954[warn] | ^
955[warn] | unused implicit parameter
956[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:54:22
957[warn] 54 | def atan2[T: Numeric](v: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
958[warn] | ^
959[warn] | unused implicit parameter
960[warn] 39 warnings found
961[info] done compiling
962Successfully evaluated scalasql[3.8.0-RC2].operations.compile
963Option -classpath was updated
964-- Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:6 -------------
96541 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
966 | ^
967 | Couldn't resolve a member for the given link query: SqlStr
968-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
96911 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
970 | ^
971 | Couldn't resolve a member for the given link query: x
972-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
97316 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
974 | ^
975 | Couldn't resolve a member for the given link query: x
9764 warnings found
977Successfully evaluated scalasql[3.8.0-RC2].operations.docJar
978Publishing Artifact(com.lihaoyi,scalasql-operations_3,0.2.3-DIRTY469bad27) to ivy repo /root/.ivy2/local
979Successfully evaluated scalasql[3.8.0-RC2].operations.publishLocal
980
981Starting build for scalasql - [3/4]
982Failed to resolve scalaVersion, assume it's Scala 3 project
983[info] compiling 12 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/compile.dest/classes ...
984[warn] -- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:121:10 -----------
985[warn] 121 | t.containerQr
986[warn] | ^^^^^^^^^^^^^
987[warn] |Implicit parameters should be provided with a `using` clause.
988[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
989[warn] |To disable the warning, please use the following option:
990[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
991[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:244:10 --------
992[warn] 244 | t.containerQr
993[warn] | ^^^^^^^^^^^^^
994[warn] |Implicit parameters should be provided with a `using` clause.
995[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
996[warn] |To disable the warning, please use the following option:
997[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
998[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:358:61 --------
999[warn] 358 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
1000[warn] | ^^^^^^
1001[warn] |Implicit parameters should be provided with a `using` clause.
1002[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1003[warn] |To disable the warning, please use the following option:
1004[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1005[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:240:10 --------
1006[warn] 240 | t.containerQr2
1007[warn] | ^^^^^^^^^^^^^^
1008[warn] |Implicit parameters should be provided with a `using` clause.
1009[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1010[warn] |To disable the warning, please use the following option:
1011[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1012[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:256:10 --------
1013[warn] 256 | t.containerQr
1014[warn] | ^^^^^^^^^^^^^
1015[warn] |Implicit parameters should be provided with a `using` clause.
1016[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1017[warn] |To disable the warning, please use the following option:
1018[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1019[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:423:61 --------
1020[warn] 423 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
1021[warn] | ^^^^^^
1022[warn] |Implicit parameters should be provided with a `using` clause.
1023[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1024[warn] |To disable the warning, please use the following option:
1025[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1026[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:447:37 --------
1027[warn] 447 | new ValuesRenderer[Q, R](this)(implicitly, prevContext)
1028[warn] | ^^^^^^^^^^
1029[warn] |Implicit parameters should be provided with a `using` clause.
1030[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1031[warn] |To disable the warning, please use the following option:
1032[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1033[warn] -- Warning: /build/repo/scalasql/src/dialects/SqliteDialect.scala:210:10 -------
1034[warn] 210 | t.containerQr
1035[warn] | ^^^^^^^^^^^^^
1036[warn] |Implicit parameters should be provided with a `using` clause.
1037[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1038[warn] |To disable the warning, please use the following option:
1039[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1040[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:26:8 --------------
1041[warn] 26 | t.containerQr,
1042[warn] | ^^^^^^^^^^^^^
1043[warn] |Implicit parameters should be provided with a `using` clause.
1044[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1045[warn] |To disable the warning, please use the following option:
1046[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1047[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:43:8 --------------
1048[warn] 43 | t.containerQr2,
1049[warn] | ^^^^^^^^^^^^^^
1050[warn] |Implicit parameters should be provided with a `using` clause.
1051[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1052[warn] |To disable the warning, please use the following option:
1053[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1054[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:53:33 -------------
1055[warn] 53 | new Insert.Impl(expr, ref)(t.containerQr2, dialect)
1056[warn] | ^^^^^^^^^^^^^^
1057[warn] |Implicit parameters should be provided with a `using` clause.
1058[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1059[warn] |To disable the warning, please use the following option:
1060[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1061[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:305:42
1062[warn] 305 | implicit def AggAnyOpsConv[T: TypeMapper](v: Aggregatable[Expr[T]])(
1063[warn] | ^
1064[warn] | unused implicit parameter
1065[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:312:33
1066[warn] 312 | implicit def DbApiQueryOpsConv(db: => DbApi): DbApiQueryOps = new DbApiQueryOps(this)
1067[warn] | ^^
1068[warn] | unused explicit parameter
1069[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:313:28
1070[warn] 313 | implicit def DbApiOpsConv(db: => DbApi): DbApiOps = new DbApiOps(this)
1071[warn] | ^^
1072[warn] | unused explicit parameter
1073[warn] there were 62 feature warnings; re-run with -feature for details
1074[warn] 15 warnings found
1075[info] done compiling
1076Successfully evaluated scalasql[3.8.0-RC2].compile
1077Option -classpath was updated
1078-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
107916 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
1080 | ^
1081 | Couldn't resolve a member for the given link query: x
1082-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
108311 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
1084 | ^
1085 | Couldn't resolve a member for the given link query: x
1086-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:40:6 --------------
108740 | def update(filter: V[Column] => Expr[Boolean]): Update[V[Column], V[Sc]] = {
1088 | ^
1089 | Couldn't resolve a member for the given link query: filter
1090-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:60:6 --------------
109160 | def delete(filter: V[Column] => Expr[Boolean]): Delete[V[Column]] = {
1092 | ^
1093 | Couldn't resolve a member for the given link query: filter
1094-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
1095187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
1096 | ^
1097 | Couldn't resolve a member for the given link query: other
1098-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
1099271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1100 | ^
1101 | Couldn't resolve a member for the given link query: other
1102-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
1103257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1104 | ^
1105 | Couldn't resolve a member for the given link query: other
1106-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
110790 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1108 | ^
1109 | Couldn't resolve a member for the given link query: f
1110-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
1111278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
1112 | ^
1113 | Couldn't resolve a member for the given link query: other
1114-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
1115193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
1116 | ^
1117 | Couldn't resolve a member for the given link query: other
1118-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
1119130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1120 | ^
1121 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1122-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
1123107 | def filterIf(cond: Boolean)(
1124 | ^
1125 | Couldn't resolve a member for the given link query: cond
1126-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
1127264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1128 | ^
1129 | Couldn't resolve a member for the given link query: other
1130-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
113110 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1132 | ^
1133 | Couldn't resolve a member for the given link query: other
1134-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
1135206 | def take(n: Int): Select[Q, R]
1136 | ^
1137 | Couldn't resolve a member for the given link query: n
1138-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
1139200 | def drop(n: Int): Select[Q, R]
1140 | ^
1141 | Couldn't resolve a member for the given link query: n
1142-- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:178:17 -----------
1143178 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1144 | ^
1145 | Couldn't resolve a member for the given link query: other
1146-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
1147140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
1148 | ^
1149 | Couldn't resolve a member for the given link query: other
1150-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
115172 | def flatMap[Q2, R2](
1152 | ^
1153 | Couldn't resolve a member for the given link query: f
1154-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
1155171 | def mapAggregate[Q2, R2](
1156 | ^
1157 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1158-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
115998 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1160 | ^
1161 | Couldn't resolve a member for the given link query: cond
1162-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
1163146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
1164 | ^
1165 | Couldn't resolve a member for the given link query: other
1166-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
1167219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
1168 | ^
1169 | Couldn't resolve a member for the given link query: n
1170-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
1171218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
1172 | ^
1173 | Couldn't resolve a member for the given link query: n
1174-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
1175393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1176 | ^
1177 | Couldn't resolve a member for the given link query: other
1178-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
1179385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1180 | ^
1181 | Couldn't resolve a member for the given link query: other
1182-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
1183340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1184 | ^
1185 | Couldn't resolve a member for the given link query: f
1186-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
1187356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1188 | ^
1189 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1190-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
1191346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1192 | ^
1193 | Couldn't resolve a member for the given link query: cond
1194-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
1195389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1196 | ^
1197 | Couldn't resolve a member for the given link query: other
1198-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
119976 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
1200 | ^
1201 | Couldn't resolve a member for the given link query: n
1202-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
120374 | override def drop(n: Int): Select[Q, R] =
1204 | ^
1205 | Couldn't resolve a member for the given link query: n
1206-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
1207375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
1208 | ^
1209 | Couldn't resolve a member for the given link query: n
1210-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
1211374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
1212 | ^
1213 | Couldn't resolve a member for the given link query: n
1214-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:157:8 --------------
1215157 | def put(r: PreparedStatement, idx: Int, v: LocalDateTime) = r.setObject(idx, v)
1216 | ^
1217 | Couldn't resolve a member for the given link query: T
1218-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:156:8 --------------
1219156 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDateTime])
1220 | ^
1221 | Couldn't resolve a member for the given link query: T
1222-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:143:8 --------------
1223143 | def put(r: PreparedStatement, idx: Int, v: LocalDate) = r.setObject(idx, v)
1224 | ^
1225 | Couldn't resolve a member for the given link query: T
1226-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:142:8 --------------
1227142 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDate])
1228 | ^
1229 | Couldn't resolve a member for the given link query: T
1230-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:196:8 --------------
1231196 | def put(r: PreparedStatement, idx: Int, v: Instant) = {
1232 | ^
1233 | Couldn't resolve a member for the given link query: T
1234-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:179:8 --------------
1235179 | def get(r: ResultSet, idx: Int) = {
1236 | ^
1237 | Couldn't resolve a member for the given link query: T
1238-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:133:8 --------------
1239133 | def put(r: PreparedStatement, idx: Int, v: java.util.Date) = {
1240 | ^
1241 | Couldn't resolve a member for the given link query: T
1242-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:128:8 --------------
1243128 | def get(r: ResultSet, idx: Int) = {
1244 | ^
1245 | Couldn't resolve a member for the given link query: T
1246-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
1247152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1248 | ^
1249 | Couldn't resolve a member for the given link query: other
1250-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:33:8 ---------------
125133 | def get(r: ResultSet, idx: Int) = r.getString(idx)
1252 | ^
1253 | Couldn't resolve a member for the given link query: T
1254-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:34:8 ---------------
125534 | def put(r: PreparedStatement, idx: Int, v: String) = r.setString(idx, v)
1256 | ^
1257 | Couldn't resolve a member for the given link query: T
1258-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:40:8 ---------------
125940 | def get(r: ResultSet, idx: Int) = r.getByte(idx)
1260 | ^
1261 | Couldn't resolve a member for the given link query: T
1262-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:41:8 ---------------
126341 | def put(r: PreparedStatement, idx: Int, v: Byte) = r.setByte(idx, v)
1264 | ^
1265 | Couldn't resolve a member for the given link query: T
1266-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:47:8 ---------------
126747 | def get(r: ResultSet, idx: Int) = r.getShort(idx)
1268 | ^
1269 | Couldn't resolve a member for the given link query: T
1270-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:48:8 ---------------
127148 | def put(r: PreparedStatement, idx: Int, v: Short) = r.setShort(idx, v)
1272 | ^
1273 | Couldn't resolve a member for the given link query: T
1274-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:54:8 ---------------
127554 | def get(r: ResultSet, idx: Int) = r.getInt(idx)
1276 | ^
1277 | Couldn't resolve a member for the given link query: T
1278-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:55:8 ---------------
127955 | def put(r: PreparedStatement, idx: Int, v: Int) = r.setInt(idx, v)
1280 | ^
1281 | Couldn't resolve a member for the given link query: T
1282-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:61:8 ---------------
128361 | def get(r: ResultSet, idx: Int) = r.getLong(idx)
1284 | ^
1285 | Couldn't resolve a member for the given link query: T
1286-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:62:8 ---------------
128762 | def put(r: PreparedStatement, idx: Int, v: Long) = r.setLong(idx, v)
1288 | ^
1289 | Couldn't resolve a member for the given link query: T
1290-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:68:8 ---------------
129168 | def get(r: ResultSet, idx: Int) = r.getFloat(idx)
1292 | ^
1293 | Couldn't resolve a member for the given link query: T
1294-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:69:8 ---------------
129569 | def put(r: PreparedStatement, idx: Int, v: Float) = r.setFloat(idx, v)
1296 | ^
1297 | Couldn't resolve a member for the given link query: T
1298-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:75:8 ---------------
129975 | def get(r: ResultSet, idx: Int) = r.getDouble(idx)
1300 | ^
1301 | Couldn't resolve a member for the given link query: T
1302-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:76:8 ---------------
130376 | def put(r: PreparedStatement, idx: Int, v: Double) = r.setDouble(idx, v)
1304 | ^
1305 | Couldn't resolve a member for the given link query: T
1306-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:82:8 ---------------
130782 | def get(r: ResultSet, idx: Int) = r.getBigDecimal(idx)
1308 | ^
1309 | Couldn't resolve a member for the given link query: T
1310-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:83:8 ---------------
131183 | def put(r: PreparedStatement, idx: Int, v: scala.math.BigDecimal) = r
1312 | ^
1313 | Couldn't resolve a member for the given link query: T
1314-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:90:8 ---------------
131590 | def get(r: ResultSet, idx: Int) = r.getBoolean(idx)
1316 | ^
1317 | Couldn't resolve a member for the given link query: T
1318-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:91:8 ---------------
131991 | def put(r: PreparedStatement, idx: Int, v: Boolean) = r.setBoolean(idx, v)
1320 | ^
1321 | Couldn't resolve a member for the given link query: T
1322-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:98:8 ---------------
132398 | def get(r: ResultSet, idx: Int) = {
1324 | ^
1325 | Couldn't resolve a member for the given link query: T
1326-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:106:8 --------------
1327106 | def put(r: PreparedStatement, idx: Int, v: UUID) = {
1328 | ^
1329 | Couldn't resolve a member for the given link query: T
1330-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:114:8 --------------
1331114 | def get(r: ResultSet, idx: Int) = {
1332 | ^
1333 | Couldn't resolve a member for the given link query: T
1334-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:119:8 --------------
1335119 | def put(r: PreparedStatement, idx: Int, v: geny.Bytes) = {
1336 | ^
1337 | Couldn't resolve a member for the given link query: T
1338-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:149:8 --------------
1339149 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalTime])
1340 | ^
1341 | Couldn't resolve a member for the given link query: T
1342-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:150:8 --------------
1343150 | def put(r: PreparedStatement, idx: Int, v: LocalTime) = r.setObject(idx, v)
1344 | ^
1345 | Couldn't resolve a member for the given link query: T
1346-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:164:8 --------------
1347164 | def get(r: ResultSet, idx: Int) = {
1348 | ^
1349 | Couldn't resolve a member for the given link query: T
1350-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:169:8 --------------
1351169 | def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1352 | ^
1353 | Couldn't resolve a member for the given link query: T
1354-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:206:8 --------------
1355206 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[OffsetTime])
1356 | ^
1357 | Couldn't resolve a member for the given link query: T
1358-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:207:8 --------------
1359207 | def put(r: PreparedStatement, idx: Int, v: OffsetTime) = r.setObject(idx, v)
1360 | ^
1361 | Couldn't resolve a member for the given link query: T
1362-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:214:8 --------------
1363214 | def get(r: ResultSet, idx: Int) = {
1364 | ^
1365 | Couldn't resolve a member for the given link query: T
1366-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:219:8 --------------
1367219 | def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1368 | ^
1369 | Couldn't resolve a member for the given link query: T
1370-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:106:17 --------
1371106 | override def get(r: ResultSet, idx: Int) = {
1372 | ^
1373 | Couldn't resolve a member for the given link query: T
1374-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:112:17 --------
1375112 | override def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1376 | ^
1377 | Couldn't resolve a member for the given link query: T
1378-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:122:17 --------
1379122 | override def get(r: ResultSet, idx: Int) = {
1380 | ^
1381 | Couldn't resolve a member for the given link query: T
1382-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:126:17 --------
1383126 | override def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1384 | ^
1385 | Couldn't resolve a member for the given link query: T
1386-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:304:17 --------
1387304 | override def take(n: Int): scalasql.query.Select[Q, R] = {
1388 | ^
1389 | Couldn't resolve a member for the given link query: n
1390-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:308:17 --------
1391308 | override def drop(n: Int): scalasql.query.Select[Q, R] = throw new Exception(
1392 | ^
1393 | Couldn't resolve a member for the given link query: n
1394-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:324:17 --------
1395324 | override def take(n: Int): scalasql.query.Select[Q, R] = copy(
1396 | ^
1397 | Couldn't resolve a member for the given link query: n
1398-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
139952 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
1400 | ^
1401 | Couldn't resolve a member for the given link query: R
1402-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:81:17 ---------
140381 | override def put(r: PreparedStatement, idx: Int, v: UUID) = {
1404 | ^
1405 | Couldn't resolve a member for the given link query: T
1406-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:228:17 --------
1407228 | override def update(
1408 | ^
1409 | Couldn't resolve a member for the given link query: filter
1410-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:387:17 --------
1411387 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1412 | ^
1413 | Couldn't resolve a member for the given link query: other
141485 warnings found
1415Successfully evaluated scalasql[3.8.0-RC2].docJar
1416[info] compiling 58 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/test/compile.dest/classes ...
1417[warn] -- Warning: /build/repo/scalasql/test/src/datatypes/OptionalTests.scala:42:6 ---
1418[warn] 42 | )(implicitly, utest.framework.TestPath(Nil))
1419[warn] | ^^^^^^^^^^
1420[warn] |Implicit parameters should be provided with a `using` clause.
1421[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1422[warn] |To disable the warning, please use the following option:
1423[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1424[warn] -- Warning: /build/repo/scalasql/test/src/operations/DbCountOpsTests.scala:149:6
1425[warn] 149 | )(implicitly, utest.framework.TestPath(Nil))
1426[warn] | ^^^^^^^^^^
1427[warn] |Implicit parameters should be provided with a `using` clause.
1428[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1429[warn] |To disable the warning, please use the following option:
1430[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1431[warn] there were 2 feature warnings; re-run with -feature for details
1432[warn] three warnings found
1433[info] done compiling
1434Successfully evaluated scalasql[3.8.0-RC2].test.compile
1435Publishing Artifact(com.lihaoyi,scalasql_3,0.2.3-DIRTY469bad27) to ivy repo /root/.ivy2/local
1436Successfully evaluated scalasql[3.8.0-RC2].publishLocal
1437
1438************************
1439Build summary:
1440[{
1441 "module": "scalasql-core",
1442 "compile": {"status": "ok", "tookMs": 11889, "warnings": 0, "errors": 0},
1443 "doc": {"status": "ok", "tookMs": 6811, "files": 1, "totalSizeKb": 2870},
1444 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1445 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1446 "publish": {"status": "ok", "tookMs": 433},
1447 "metadata": {
1448 "crossScalaVersions": ["2.13.12", "3.6.2"]
1449}
1450},{
1451 "module": "scalasql-query",
1452 "compile": {"status": "ok", "tookMs": 17775, "warnings": 0, "errors": 0},
1453 "doc": {"status": "ok", "tookMs": 10516, "files": 1, "totalSizeKb": 3265},
1454 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1455 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1456 "publish": {"status": "ok", "tookMs": 214},
1457 "metadata": {
1458 "crossScalaVersions": ["2.13.12", "3.6.2"]
1459}
1460},{
1461 "module": "scalasql-operations",
1462 "compile": {"status": "ok", "tookMs": 7913, "warnings": 0, "errors": 0},
1463 "doc": {"status": "ok", "tookMs": 4925, "files": 1, "totalSizeKb": 2724},
1464 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1465 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1466 "publish": {"status": "ok", "tookMs": 127},
1467 "metadata": {
1468 "crossScalaVersions": ["2.13.12", "3.6.2"]
1469}
1470},{
1471 "module": "scalasql",
1472 "compile": {"status": "ok", "tookMs": 14299, "warnings": 0, "errors": 0},
1473 "doc": {"status": "ok", "tookMs": 14164, "files": 1, "totalSizeKb": 3350},
1474 "test-compile": {"status": "ok", "tookMs": 65187, "warnings": 0, "errors": 0},
1475 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1476 "publish": {"status": "ok", "tookMs": 225},
1477 "metadata": {
1478 "crossScalaVersions": ["2.13.12", "3.6.2"]
1479}
1480}]
1481************************"
1482
1483Checking patch build.mill...
1484Checking patch .mill-version...
1485Applied patch build.mill cleanly.
1486Applied patch .mill-version cleanly.