Build Logs
com-lihaoyi/scalasql • 3.8.0-RC2:2025-11-26
Errors
1
Warnings
829
Total Lines
1493
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 17 72.6M 17 12.5M 0 0 26.8M 0 0:00:02 --:--:-- 0:00:02 26.8M
61 92 72.6M 92 67.2M 0 0 45.8M 0 0:00:01 0:00:01 --:--:-- 45.8M
62100 72.6M 100 72.6M 0 0 46.7M 0 0:00:01 0:00:01 --:--:-- 46.7M
63============================== resolve _ ==============================
64[build.mill-61/65] compile
65[build.mill-61] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
66[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
67[build.mill-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
68[build.mill-61] [warn] ^
69[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
70[build.mill-61] [warn] .iterator()
71[build.mill-61] [warn] ^
72[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
73[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
74[build.mill-61] [warn] ^
75[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
76[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
77[build.mill-61] [warn] ^
78[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
79[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
80[build.mill-61] [warn] ^
81[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
82[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
83[build.mill-61] [warn] ^
84[build.mill-61] [warn] /build/repo/build.mill:12:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
85[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
86[build.mill-61] [warn] ^
87[build.mill-61] [warn] /build/repo/build.mill:23:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
88[build.mill-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
89[build.mill-61] [warn] ^
90[build.mill-61] [warn] /build/repo/build.mill:24:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
91[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
92[build.mill-61] [warn] ^
93[build.mill-61] [warn] /build/repo/build.mill:82:50: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
94[build.mill-61] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
95[build.mill-61] [warn] ^
96[build.mill-61] [warn] 10 warnings found
97[build.mill-61] [info] done compiling
98[1/1] resolve
99[0J[1A
100[0J[1A
101[1/1] ============================== resolve _ ============================== 20s
102Try build using ./mill
103--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
104[build.mill] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
105[build.mill] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
106[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
107[build.mill] [warn] ^
108[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
109[build.mill] [warn] .iterator()
110[build.mill] [warn] ^
111[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
112[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
113[build.mill] [warn] ^
114[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
115[build.mill] [warn] val testModule = module.millInternal.modules.toList
116[build.mill] [warn] ^
117[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
118[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
119[build.mill] [warn] ^
120[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
121[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
122[build.mill] [warn] ^
123[build.mill] [warn] /build/repo/build.mill:12:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
124[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
125[build.mill] [warn] ^
126[build.mill] [warn] /build/repo/build.mill:23:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
127[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
128[build.mill] [warn] ^
129[build.mill] [warn] /build/repo/build.mill:24:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
130[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
131[build.mill] [warn] ^
132[build.mill] [warn] /build/repo/build.mill:82:50: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
133[build.mill] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
134[build.mill] [warn] ^
135[build.mill] [warn] 10 warnings found
136[build.mill] [info] done compiling
137Build 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>\""}]}
138Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
139Failed to resolve mappings for 1/5 targets: com.lihaoyi%scalasql-namedtuples
140Found targets [5]: %scalasql-3.8.0-RC2-test, com.lihaoyi%scalasql, com.lihaoyi%scalasql-core, com.lihaoyi%scalasql-operations, com.lihaoyi%scalasql-query
141
142Starting build for scalasql-core - [0/4]
143No test module defined in scalasql[3.8.0-RC2].core
144Failed to resolve scalaVersion, assume it's Scala 3 project
145[info] compiling 18 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/core/compile.dest/classes ...
146[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:264:74 -------------------
147[warn] 264 | updateGetGeneratedKeysSql(flattened)(qr.isGetGeneratedKeys(query).get, fileName, lineNum)
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/DbApi.scala:269:25 -------------------
154[warn] 269 | qr.asInstanceOf[Queryable[Q, Seq[?]]],
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:11:65 ---------------------
161[warn] 11 | ctx.exprNaming.get(this.exprIdentity).getOrElse(renderToSql0(ctx))
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:59:41 ---------------------
168[warn] 59 | new Simple[Option[T]](e.renderToSql0(_))
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/Expr.scala:68:17 ---------------------
175[warn] 68 | apply0[T](x)(conv)
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/ExprsToSql.scala:29:90 ---------------
182[warn] 29 | walked.map { case (k, v) => (ctx.config.renderColumnLabel(k), Renderable.renderSql(v)(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] -- Warning: /build/repo/scalasql/core/src/SqlStr.scala:227:43 ------------------
189[warn] 227 | SqlStrInterp(Renderable.renderSql(t)(ctx))
190[warn] | ^^^
191[warn] |Implicit parameters should be provided with a `using` clause.
192[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
193[warn] |To disable the warning, please use the following option:
194[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
195[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/core/src/JoinNullable.scala:17:60
196[warn] 17 | implicit def toExpr[T](n: JoinNullable[Expr[T]])(implicit mt: TypeMapper[T]): Expr[Option[T]] =
197[warn] | ^^
198[warn] | unused implicit parameter
199[warn] there were 6 feature warnings; re-run with -feature for details
200[warn] 9 warnings found
201[info] done compiling
202Successfully evaluated scalasql[3.8.0-RC2].core.compile
203Option -classpath was updated
204-- Warning: /build/repo/scalasql/core/src/Queryable.scala:14:6 -----------------
20514 |trait Queryable[-Q, R] {
206 | ^
207 | Couldn't resolve a member for the given link query: valueReader
208-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:9:6 ---------------------
2099 |class SqlStr(
210 | ^
211 | Couldn't resolve a member for the given link query: Interp
212-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:154:6 -------------------
213154 | def join(strs: IterableOnce[SqlStr], sep: SqlStr = empty): SqlStr = {
214 | ^
215 | Couldn't resolve a member for the given link query: sep
216-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
21752 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
218 | ^
219 | Couldn't resolve a member for the given link query: R
220-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:7:6 ---------------
2217 |trait Aggregatable[Q] extends WithSqlExpr[Q] {
222 | ^
223 | Couldn't resolve a member for the given link query: Select
224-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:19:8 --------------
22519 | class Proxy[Q](val expr: Q) extends Aggregatable[Q] {
226 | ^
227 | Couldn't resolve a member for the given link query: Select.aggregate
228-- Warning: /build/repo/scalasql/core/src/DbClient.scala:14:6 ------------------
22914 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
230 | ^
231 | Couldn't resolve a member for the given link query: Q
232-- Warning: /build/repo/scalasql/core/src/DbClient.scala:22:6 ------------------
23322 | def transaction[T](block: DbApi.Txn => T): T
234 | ^
235 | Couldn't resolve a member for the given link query: block
236-- Warning: /build/repo/scalasql/core/src/DbClient.scala:68:8 ------------------
23768 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
238 | ^
239 | Couldn't resolve a member for the given link query: Q
240-- Warning: /build/repo/scalasql/core/src/DbClient.scala:74:8 ------------------
24174 | def transaction[T](block: DbApi.Txn => T): T = {
242 | ^
243 | Couldn't resolve a member for the given link query: block
244-- Warning: /build/repo/scalasql/core/src/DbClient.scala:127:8 -----------------
245127 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
246 | ^
247 | Couldn't resolve a member for the given link query: Q
248-- Warning: /build/repo/scalasql/core/src/DbClient.scala:139:8 -----------------
249139 | def transaction[T](block: DbApi.Txn => T): T = withConnection(_.transaction(block))
250 | ^
251 | Couldn't resolve a member for the given link query: block
252-- Warning: /build/repo/scalasql/core/src/DbApi.scala:17:6 ---------------------
25317 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
254 | ^
255 | Couldn't resolve a member for the given link query: Q
256-- Warning: /build/repo/scalasql/core/src/DbApi.scala:22:6 ---------------------
25722 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
258 | ^
259 | Couldn't resolve a member for the given link query: Q
260-- Warning: /build/repo/scalasql/core/src/DbApi.scala:31:6 ---------------------
26131 | def runSql[R](query: SqlStr, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
262 | ^
263 | Couldn't resolve a member for the given link query: R
264-- Warning: /build/repo/scalasql/core/src/DbApi.scala:42:6 ---------------------
26542 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
266 | ^
267 | Couldn't resolve a member for the given link query: Q
268-- Warning: /build/repo/scalasql/core/src/DbApi.scala:62:6 ---------------------
26962 | def runRaw[R](
270 | ^
271 | Couldn't resolve a member for the given link query: R
272-- Warning: /build/repo/scalasql/core/src/DbApi.scala:77:6 ---------------------
27377 | def streamRaw[R](
274 | ^
275 | Couldn't resolve a member for the given link query: R
276-- Warning: /build/repo/scalasql/core/src/DbApi.scala:256:8 --------------------
277256 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
278 | ^
279 | Couldn't resolve a member for the given link query: Q
280-- Warning: /build/repo/scalasql/core/src/DbApi.scala:287:8 --------------------
281287 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
282 | ^
283 | Couldn't resolve a member for the given link query: Q
284-- Warning: /build/repo/scalasql/core/src/DbApi.scala:308:8 --------------------
285308 | def runSql[R](
286 | ^
287 | Couldn't resolve a member for the given link query: R
288-- Warning: /build/repo/scalasql/core/src/DbApi.scala:373:8 --------------------
289373 | def runRaw[R](
290 | ^
291 | Couldn't resolve a member for the given link query: R
292-- Warning: /build/repo/scalasql/core/src/DbApi.scala:386:8 --------------------
293386 | def streamRaw[R](
294 | ^
295 | Couldn't resolve a member for the given link query: R
296-- Warning: /build/repo/scalasql/core/src/DbApi.scala:572:8 --------------------
297572 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
298 | ^
299 | Couldn't resolve a member for the given link query: Q
300-- Warning: /build/repo/scalasql/core/src/Context.scala:14:6 -------------------
30114 | def fromNaming: Map[Context.From, String]
302 | ^
303 | Couldn't resolve a member for the given link query: From
304-- Warning: /build/repo/scalasql/core/src/Context.scala:87:6 -------------------
30587 | def compute(prevContext: Context, prefixedFroms: Seq[From], unPrefixedFroms: Option[From]) = {
306 | ^
307 | Couldn't resolve a member for the given link query: prevContext
30827 warnings found
309Successfully evaluated scalasql[3.8.0-RC2].core.docJar
310Publishing Artifact(com.lihaoyi,scalasql-core_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
311Successfully evaluated scalasql[3.8.0-RC2].core.publishLocal
312
313Starting build for scalasql-query - [1/4]
314No test module defined in scalasql[3.8.0-RC2].query
315Failed to resolve scalaVersion, assume it's Scala 3 project
316[info] compiling 29 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/query/compile.dest/classes ...
317[warn] -- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:169:45 ---------
318[warn] 169 | Renderable.renderSql(orderBy.expr)(newCtx) + ascDesc + nulls
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/From.scala:18:52 --------------------
325[warn] 18 | val resolvedTable = Table.fullIdentifier(value)(prevContext)
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/GetGeneratedKeys.scala:29:96 --------
332[warn] 29 | override private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(base)(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/InsertColumns.scala:31:42 -----------
339[warn] 31 | 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/InsertSelect.scala:27:42 ------------
346[warn] 27 | Table.fullIdentifier(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:27:49 ------------
353[warn] 27 | Table.fullIdentifier(insert.table.value)(ctx),
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/InsertValues.scala:32:12 ------------
360[warn] 32 | )(ctx.markAsValue).render()
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/OnConflict.scala:25:44 --------------
367[warn] 25 | val str = 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/Query.scala:85:88 -------------------
374[warn] 85 | private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(query)(ctx)
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/Returning.scala:62:84 ---------------
381[warn] 62 | .updated(returnable.table, Table.fullIdentifier(returnable.table.value)(contextStage1))
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:61 -----------------
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/Select.scala:251:83 -----------------
395[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
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:236:50 -----------
402[warn] 236 | joinCopy0(f(expr, otherExpr), otherJoin, Nil)(jqr)
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:112:77 -----------
409[warn] 112 | ): Select[QF, RF] = { joinCopy(other, on, prefix)(ja.appendTuple(_, _))(ja.qr) }
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/SimpleSelect.scala:277:66 -----------
416[warn] 277 | SqlStr.join(groupBy.keys.map(x => Renderable.renderSql(x)(context)), SqlStr.commaSep)
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:72:11 ------------------
423[warn] 72 | ja.qr,
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/Update.scala:99:82 ------------------
430[warn] 99 | contextStage1.fromNaming.updated(table, Table.fullIdentifier(table.value)(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/Values.scala:24:30 ------------------
437[warn] 24 | new Values.Renderer(this)(implicitly, prevContext)
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] -- Warning: /build/repo/scalasql/query/src/WithCte.scala:82:8 ------------------
444[warn] 82 | )(qr, dialect)
445[warn] | ^^
446[warn] |Implicit parameters should be provided with a `using` clause.
447[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
448[warn] |To disable the warning, please use the following option:
449[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
450[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:462:45
451[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)] {
452[warn] | ^^^^
453[warn] | unused implicit parameter
454[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:470:45
455[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)] {
456[warn] | ^^^^
457[warn] | unused implicit parameter
458[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:478:45
459[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)] {
460[warn] | ^^^^
461[warn] | unused implicit parameter
462[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:486:45
463[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)] {
464[warn] | ^^^^
465[warn] | unused implicit parameter
466[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:494:45
467[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)] {
468[warn] | ^^^^
469[warn] | unused implicit parameter
470[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:502:45
471[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)] {
472[warn] | ^^^^
473[warn] | unused implicit parameter
474[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:510:45
475[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)] {
476[warn] | ^^^^
477[warn] | unused implicit parameter
478[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:518:45
479[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)] {
480[warn] | ^^^^
481[warn] | unused implicit parameter
482[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:526:45
483[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)] {
484[warn] | ^^^^
485[warn] | unused implicit parameter
486[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:534:45
487[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)] {
488[warn] | ^^^^
489[warn] | unused implicit parameter
490[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:542:45
491[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)] {
492[warn] | ^^^^
493[warn] | unused implicit parameter
494[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:550:45
495[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)] {
496[warn] | ^^^^
497[warn] | unused implicit parameter
498[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:558:45
499[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)] {
500[warn] | ^^^^
501[warn] | unused implicit parameter
502[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:566:45
503[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)] {
504[warn] | ^^^^
505[warn] | unused implicit parameter
506[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:574:45
507[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)] {
508[warn] | ^^^^
509[warn] | unused implicit parameter
510[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:582:45
511[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)] {
512[warn] | ^^^^
513[warn] | unused implicit parameter
514[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:590:45
515[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)] {
516[warn] | ^^^^
517[warn] | unused implicit parameter
518[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:598:45
519[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)] {
520[warn] | ^^^^
521[warn] | unused implicit parameter
522[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:606:45
523[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)] {
524[warn] | ^^^^
525[warn] | unused implicit parameter
526[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.8.0-RC2/query/generatedSources.dest/Generated.scala:614:45
527[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)] {
528[warn] | ^^^^
529[warn] | unused implicit parameter
530[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:86:10
531[warn] 86 | dialect: DialectTypeMappers,
532[warn] | ^^^^^^^
533[warn] | unused explicit parameter
534[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:127:56
535[warn] 127 | (tableRef: TableRef, dialect: DialectTypeMappers, queryable: Table.Metadata.QueryableProxy) =>
536[warn] | ^^^^^^^^^
537[warn] | unused explicit parameter
538[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:79:37
539[warn] 79 | protected def subqueryRef(implicit qr: Queryable.Row[Q, R]) = new SubqueryRef(this)
540[warn] | ^^
541[warn] | unused implicit parameter
542[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:241:22
543[warn] 241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
544[warn] | ^^
545[warn] | unused implicit parameter
546[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:320:24
547[warn] 320 | def sorted(implicit tm: TypeMapper[T]): Select[Expr[T], T] = s.sortBy(identity)
548[warn] | ^^
549[warn] | unused implicit parameter
550[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:64:12
551[warn] 64 | (tpe.asType, tpe2.asType) match {
552[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
553[warn] | match may not be exhaustive.
554[warn] |
555[warn] | It would fail on pattern case: (_, _)
556[warn] |
557[warn] | longer explanation available when compiling with `-explain`
558[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:97:16
559[warn] 97 | (tpe.asType, tpe2.asType) match {
560[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
561[warn] | match may not be exhaustive.
562[warn] |
563[warn] | It would fail on pattern case: (_, _)
564[warn] |
565[warn] | longer explanation available when compiling with `-explain`
566[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:109:41
567[warn] 109 | constructV[Sc]((_, i) => { case (_, '[t], '[t2]) =>
568[warn] | ^
569[warn] | match may not be exhaustive.
570[warn] |
571[warn] | It would fail on pattern case: (_, _, _)
572[warn] |
573[warn] | longer explanation available when compiling with `-explain`
574[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:115:50
575[warn] 115 | constructV[SqlExpr]((param, i) => { case (_, '[t], '[t2]) =>
576[warn] | ^
577[warn] | match may not be exhaustive.
578[warn] |
579[warn] | It would fail on pattern case: (_, _, _)
580[warn] |
581[warn] | longer explanation available when compiling with `-explain`
582[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src/SqlWindow.scala:27:19
583[warn] 27 | val frameStr = (frameStart0, frameEnd0, exclusions) match {
584[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
585[warn] |match may not be exhaustive.
586[warn] |
587[warn] |It would fail on pattern case: (None, Some(_), _), (None, None, Some(_))
588[warn] |
589[warn] | longer explanation available when compiling with `-explain`
590[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:81:11
591[warn] 81 | case other: FlatJoin.MapResult[Q, Q2, R, R2] =>
592[warn] | ^
593[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]
594[warn] |
595[warn] | longer explanation available when compiling with `-explain`
596[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:85:11
597[warn] 85 | case other: FlatJoin.FlatMapResult[Q, Q2, R, R2] =>
598[warn] | ^
599[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]
600[warn] |
601[warn] | longer explanation available when compiling with `-explain`
602[warn] 51 warnings found
603[info] done compiling
604Successfully evaluated scalasql[3.8.0-RC2].query.compile
605Option -classpath was updated
606-- Warning: /build/repo/scalasql/query/src/Column.scala:10:6 -------------------
60710 |class Column[T](tableRef: TableRef, val name: String)(implicit val mappedType: TypeMapper[T])
608 | ^
609 | Couldn't resolve a member for the given link query: Expr
610-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
61172 | def flatMap[Q2, R2](
612 | ^
613 | Couldn't resolve a member for the given link query: f
614-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
61598 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
616 | ^
617 | Couldn't resolve a member for the given link query: cond
618-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
619140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
620 | ^
621 | Couldn't resolve a member for the given link query: other
622-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
623146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
624 | ^
625 | Couldn't resolve a member for the given link query: other
626-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
627152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
628 | ^
629 | Couldn't resolve a member for the given link query: other
630-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
631171 | def mapAggregate[Q2, R2](
632 | ^
633 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
634-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
635218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
636 | ^
637 | Couldn't resolve a member for the given link query: n
638-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
639219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
640 | ^
641 | Couldn't resolve a member for the given link query: n
642-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
643187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
644 | ^
645 | Couldn't resolve a member for the given link query: other
646-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
647193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
648 | ^
649 | Couldn't resolve a member for the given link query: other
650-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
65110 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
652 | ^
653 | Couldn't resolve a member for the given link query: other
654-- Warning: /build/repo/scalasql/query/src/Select.scala:241:6 ------------------
655241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
656 | ^
657 | Couldn't resolve a member for the given link query: Expr
658-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
659278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
660 | ^
661 | Couldn't resolve a member for the given link query: other
662-- Warning: /build/repo/scalasql/query/src/From.scala:13:6 ---------------------
66313 | def fromRefPrefix(prevContext: Context) = prevContext.config.tableNameMapper(Table.name(value))
664 | ^
665 | Couldn't resolve a member for the given link query: From
666-- Warning: /build/repo/scalasql/query/src/From.scala:15:6 ---------------------
66715 | def fromExprAliases(prevContext: Context): Seq[(Expr.Identity, SqlStr)] = Nil
668 | ^
669 | Couldn't resolve a member for the given link query: Expr
670-- Warning: /build/repo/scalasql/query/src/From.scala:17:6 ---------------------
67117 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
672 | ^
673 | Couldn't resolve a member for the given link query: From
674-- Warning: /build/repo/scalasql/query/src/From.scala:54:6 ---------------------
67554 | def fromRefPrefix(prevContext: Context) = "cte"
676 | ^
677 | Couldn't resolve a member for the given link query: From
678-- Warning: /build/repo/scalasql/query/src/From.scala:56:6 ---------------------
67956 | def fromExprAliases(prevContext: Context) = {
680 | ^
681 | Couldn't resolve a member for the given link query: Expr
682-- Warning: /build/repo/scalasql/query/src/From.scala:60:6 ---------------------
68360 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
684 | ^
685 | Couldn't resolve a member for the given link query: From
686-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
68790 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
688 | ^
689 | Couldn't resolve a member for the given link query: f
690-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
691107 | def filterIf(cond: Boolean)(
692 | ^
693 | Couldn't resolve a member for the given link query: cond
694-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
695130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
696 | ^
697 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
698-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
699200 | def drop(n: Int): Select[Q, R]
700 | ^
701 | Couldn't resolve a member for the given link query: n
702-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
703206 | def take(n: Int): Select[Q, R]
704 | ^
705 | Couldn't resolve a member for the given link query: n
706-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
707257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
708 | ^
709 | Couldn't resolve a member for the given link query: other
710-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
711264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
712 | ^
713 | Couldn't resolve a member for the given link query: other
714-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
715271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
716 | ^
717 | Couldn't resolve a member for the given link query: other
718-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
719340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
720 | ^
721 | Couldn't resolve a member for the given link query: f
722-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
723346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
724 | ^
725 | Couldn't resolve a member for the given link query: cond
726-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
727356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
728 | ^
729 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
730-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
731374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
732 | ^
733 | Couldn't resolve a member for the given link query: n
734-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
735375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
736 | ^
737 | Couldn't resolve a member for the given link query: n
738-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
739385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
740 | ^
741 | Couldn't resolve a member for the given link query: other
742-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
743389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
744 | ^
745 | Couldn't resolve a member for the given link query: other
746-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
747393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
748 | ^
749 | Couldn't resolve a member for the given link query: other
750-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
75174 | override def drop(n: Int): Select[Q, R] =
752 | ^
753 | Couldn't resolve a member for the given link query: n
754-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
75576 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
756 | ^
757 | Couldn't resolve a member for the given link query: n
758-- Warning: /build/repo/scalasql/query/src/WithCte.scala:43:15 -----------------
75943 | override def drop(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.drop(n))
760 | ^
761 | Couldn't resolve a member for the given link query: n
762-- Warning: /build/repo/scalasql/query/src/WithCte.scala:44:15 -----------------
76344 | override def take(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.take(n))
764 | ^
765 | Couldn't resolve a member for the given link query: n
766-- Warning: /build/repo/scalasql/query/src/Values.scala:10:6 -------------------
76710 |class Values[Q, R](val ts: Seq[R])(
768 | ^
769 | Couldn't resolve a member for the given link query: T
770-- Warning: /build/repo/scalasql/query/src/Query.scala:10:6 --------------------
77110 |trait Query[R] extends Renderable {
772 | ^
773 | Couldn't resolve a member for the given link query: Query.Multiple
774-- Warning: /build/repo/scalasql/query/src/Query.scala:47:8 --------------------
77547 | trait DelegateQueryable[Q, R] extends scalasql.query.Query[R] with WithSqlExpr[Q] {
776 | ^
777 | Couldn't resolve a member for the given link query: Queryable
778-- Warning: /build/repo/scalasql/query/src/Query.scala:67:8 --------------------
77967 | class QueryQueryable[Q <: Query[R], R]() extends scalasql.core.Queryable[Q, R] {
780 | ^
781 | Couldn't resolve a member for the given link query: Queryable
782-- Warning: /build/repo/scalasql/query/src/Query.scala:74:8 --------------------
78374 | def renderSql(q: Q, ctx: Context): SqlStr = q.renderSql(ctx)
784 | ^
785 | Couldn't resolve a member for the given link query: SqlStr
786-- Warning: /build/repo/scalasql/query/src/Query.scala:76:17 -------------------
78776 | override def construct(q: Q, args: Queryable.ResultSetIterator): R = q.queryConstruct(args)
788 | ^
789 |Couldn't resolve a member for the given link query: Queryable.ResultSetIterator
790-- Warning: /build/repo/scalasql/query/src/From.scala:27:6 ---------------------
79127 | def fromRefPrefix(prevContext: Context): String = "subquery"
792 | ^
793 | Couldn't resolve a member for the given link query: From
794-- Warning: /build/repo/scalasql/query/src/From.scala:29:6 ---------------------
79529 | def fromExprAliases(prevContext: Context) = SubqueryRef.Wrapped.exprAliases(value, prevContext)
796 | ^
797 | Couldn't resolve a member for the given link query: Expr
798-- Warning: /build/repo/scalasql/query/src/From.scala:31:6 ---------------------
79931 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
800 | ^
801 | Couldn't resolve a member for the given link query: From
80250 warnings found
803Successfully evaluated scalasql[3.8.0-RC2].query.docJar
804Publishing Artifact(com.lihaoyi,scalasql-query_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
805Successfully evaluated scalasql[3.8.0-RC2].query.publishLocal
806
807Starting build for scalasql-operations - [2/4]
808No test module defined in scalasql[3.8.0-RC2].operations
809Failed to resolve scalaVersion, assume it's Scala 3 project
810[info] compiling 19 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/operations/compile.dest/classes ...
811[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggNumericOps.scala:7:30
812[warn] 7 |class AggNumericOps[V: Numeric: TypeMapper](v: Aggregatable[Expr[V]])(
813[warn] | ^
814[warn] | unused implicit parameter
815[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:8:45
816[warn] 8 |class AggOps[T](v: Aggregatable[T])(implicit qr: Queryable.Row[T, ?], dialect: DialectTypeMappers) {
817[warn] | ^^
818[warn] | unused implicit parameter
819[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:46:15
820[warn] 46 | implicit qr: Queryable.Row[Expr[V], V]
821[warn] | ^^
822[warn] | unused implicit parameter
823[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:51:15
824[warn] 51 | implicit qr: Queryable.Row[Expr[V], V]
825[warn] | ^^
826[warn] | unused implicit parameter
827[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:56:15
828[warn] 56 | implicit qr: Queryable.Row[Expr[V], V]
829[warn] | ^^
830[warn] | unused implicit parameter
831[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:61:15
832[warn] 61 | implicit qr: Queryable.Row[Expr[V], V]
833[warn] | ^^
834[warn] | unused implicit parameter
835[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/CaseWhen.scala:20:26
836[warn] 20 | class Else[T: TypeMapper](values: Seq[(Expr[Boolean], Expr[T])], `else`: Expr[T])
837[warn] | ^
838[warn] | unused implicit parameter
839[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprAggOps.scala:6:29
840[warn] 6 |abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
841[warn] | ^
842[warn] | unused explicit parameter
843[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:7:31
844[warn] 7 |class ExprNumericOps[T: Numeric](v: Expr[T])(implicit val m: TypeMapper[T]) {
845[warn] | ^
846[warn] | unused implicit parameter
847[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:10:18
848[warn] 10 | def +[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v + $x)" }
849[warn] | ^
850[warn] | unused implicit parameter
851[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:13:18
852[warn] 13 | def -[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v - $x)" }
853[warn] | ^
854[warn] | unused implicit parameter
855[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:16:18
856[warn] 16 | def *[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v * $x)" }
857[warn] | ^
858[warn] | unused implicit parameter
859[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:19:18
860[warn] 19 | def /[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v / $x)" }
861[warn] | ^
862[warn] | unused implicit parameter
863[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:22:18
864[warn] 22 | def %[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
865[warn] | ^
866[warn] | unused implicit parameter
867[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:25:18
868[warn] 25 | def &[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v & $x)" }
869[warn] | ^
870[warn] | unused implicit parameter
871[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:28:18
872[warn] 28 | def |[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v | $x)" }
873[warn] | ^
874[warn] | unused implicit parameter
875[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:31:18
876[warn] 31 | def ^[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v ^ $x)" }
877[warn] | ^
878[warn] | unused implicit parameter
879[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:51:20
880[warn] 51 | def mod[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
881[warn] | ^
882[warn] | unused implicit parameter
883[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:29
884[warn] 41 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
885[warn] | ^
886[warn] | unused implicit parameter
887[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:19:23
888[warn] 19 | def map[V: TypeMapper](f: Expr[T] => Expr[V]): Expr[Option[V]] = Expr { implicit ctx =>
889[warn] | ^
890[warn] | unused implicit parameter
891[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:23:27
892[warn] 23 | def flatMap[V: TypeMapper](f: Expr[T] => Expr[Option[V]]): Expr[Option[V]] =
893[warn] | ^
894[warn] | unused implicit parameter
895[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:8:21
896[warn] 8 | def sinh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"SINH($v)" }
897[warn] | ^
898[warn] | unused implicit parameter
899[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:11:21
900[warn] 11 | def cosh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"COSH($v)" }
901[warn] | ^
902[warn] | unused implicit parameter
903[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:14:21
904[warn] 14 | def tanh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"TANH($v)" }
905[warn] | ^
906[warn] | unused implicit parameter
907[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:8:24
908[warn] 8 | def degrees[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"DEGREES($x)" }
909[warn] | ^
910[warn] | unused implicit parameter
911[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:11:24
912[warn] 11 | def radians[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"RADIANS($x)" }
913[warn] | ^
914[warn] | unused implicit parameter
915[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:14:22
916[warn] 14 | def power[T: Numeric](x: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
917[warn] | ^
918[warn] | unused implicit parameter
919[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:19:20
920[warn] 19 | def exp[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"EXP($x)" }
921[warn] | ^
922[warn] | unused implicit parameter
923[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:22:19
924[warn] 22 | def ln[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LN($v)" }
925[warn] | ^
926[warn] | unused implicit parameter
927[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:25:20
928[warn] 25 | def log[T: Numeric](b: Expr[Int], x: Expr[T]): Expr[Double] = Expr { implicit ctx =>
929[warn] | ^
930[warn] | unused implicit parameter
931[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:30:22
932[warn] 30 | def log10[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LOG10($x)" }
933[warn] | ^
934[warn] | unused implicit parameter
935[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:33:21
936[warn] 33 | def sqrt[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SQRT($v)" }
937[warn] | ^
938[warn] | unused implicit parameter
939[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:36:20
940[warn] 36 | def sin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SIN($v)" }
941[warn] | ^
942[warn] | unused implicit parameter
943[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:39:20
944[warn] 39 | def cos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"COS($v)" }
945[warn] | ^
946[warn] | unused implicit parameter
947[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:42:20
948[warn] 42 | def tan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"TAN($v)" }
949[warn] | ^
950[warn] | unused implicit parameter
951[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:45:21
952[warn] 45 | def asin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ASIN($v)" }
953[warn] | ^
954[warn] | unused implicit parameter
955[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:48:21
956[warn] 48 | def acos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ACOS($v)" }
957[warn] | ^
958[warn] | unused implicit parameter
959[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:51:21
960[warn] 51 | def atan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ATAN($v)" }
961[warn] | ^
962[warn] | unused implicit parameter
963[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:54:22
964[warn] 54 | def atan2[T: Numeric](v: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
965[warn] | ^
966[warn] | unused implicit parameter
967[warn] 39 warnings found
968[info] done compiling
969Successfully evaluated scalasql[3.8.0-RC2].operations.compile
970Option -classpath was updated
971-- Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:6 -------------
97241 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
973 | ^
974 | Couldn't resolve a member for the given link query: SqlStr
975-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
97611 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
977 | ^
978 | Couldn't resolve a member for the given link query: x
979-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
98016 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
981 | ^
982 | Couldn't resolve a member for the given link query: x
9834 warnings found
984Successfully evaluated scalasql[3.8.0-RC2].operations.docJar
985Publishing Artifact(com.lihaoyi,scalasql-operations_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
986Successfully evaluated scalasql[3.8.0-RC2].operations.publishLocal
987
988Starting build for scalasql - [3/4]
989Failed to resolve scalaVersion, assume it's Scala 3 project
990[info] compiling 12 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/compile.dest/classes ...
991[warn] -- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:121:10 -----------
992[warn] 121 | 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:244:10 --------
999[warn] 244 | t.containerQr
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/MsSqlDialect.scala:358:61 --------
1006[warn] 358 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
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:240:10 --------
1013[warn] 240 | t.containerQr2
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:256:10 --------
1020[warn] 256 | t.containerQr
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:423:61 --------
1027[warn] 423 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
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/MySqlDialect.scala:447:37 --------
1034[warn] 447 | new ValuesRenderer[Q, R](this)(implicitly, prevContext)
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/SqliteDialect.scala:210:10 -------
1041[warn] 210 | 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:26:8 --------------
1048[warn] 26 | t.containerQr,
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:43:8 --------------
1055[warn] 43 | t.containerQr2,
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] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:53:33 -------------
1062[warn] 53 | new Insert.Impl(expr, ref)(t.containerQr2, dialect)
1063[warn] | ^^^^^^^^^^^^^^
1064[warn] |Implicit parameters should be provided with a `using` clause.
1065[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1066[warn] |To disable the warning, please use the following option:
1067[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1068[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:305:42
1069[warn] 305 | implicit def AggAnyOpsConv[T: TypeMapper](v: Aggregatable[Expr[T]])(
1070[warn] | ^
1071[warn] | unused implicit parameter
1072[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:312:33
1073[warn] 312 | implicit def DbApiQueryOpsConv(db: => DbApi): DbApiQueryOps = new DbApiQueryOps(this)
1074[warn] | ^^
1075[warn] | unused explicit parameter
1076[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:313:28
1077[warn] 313 | implicit def DbApiOpsConv(db: => DbApi): DbApiOps = new DbApiOps(this)
1078[warn] | ^^
1079[warn] | unused explicit parameter
1080[warn] there were 62 feature warnings; re-run with -feature for details
1081[warn] 15 warnings found
1082[info] done compiling
1083Successfully evaluated scalasql[3.8.0-RC2].compile
1084Option -classpath was updated
1085-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
108616 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
1087 | ^
1088 | Couldn't resolve a member for the given link query: x
1089-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
109011 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
1091 | ^
1092 | Couldn't resolve a member for the given link query: x
1093-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:40:6 --------------
109440 | def update(filter: V[Column] => Expr[Boolean]): Update[V[Column], V[Sc]] = {
1095 | ^
1096 | Couldn't resolve a member for the given link query: filter
1097-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:60:6 --------------
109860 | def delete(filter: V[Column] => Expr[Boolean]): Delete[V[Column]] = {
1099 | ^
1100 | Couldn't resolve a member for the given link query: filter
1101-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
1102187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
1103 | ^
1104 | Couldn't resolve a member for the given link query: other
1105-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
1106264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1107 | ^
1108 | Couldn't resolve a member for the given link query: other
1109-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
1110271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1111 | ^
1112 | Couldn't resolve a member for the given link query: other
1113-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
1114257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1115 | ^
1116 | Couldn't resolve a member for the given link query: other
1117-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
111890 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1119 | ^
1120 | Couldn't resolve a member for the given link query: f
1121-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
1122278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
1123 | ^
1124 | Couldn't resolve a member for the given link query: other
1125-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
1126193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
1127 | ^
1128 | Couldn't resolve a member for the given link query: other
1129-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
1130130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1131 | ^
1132 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1133-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
1134107 | def filterIf(cond: Boolean)(
1135 | ^
1136 | Couldn't resolve a member for the given link query: cond
1137-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
113810 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1139 | ^
1140 | Couldn't resolve a member for the given link query: other
1141-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
1142206 | def take(n: Int): Select[Q, R]
1143 | ^
1144 | Couldn't resolve a member for the given link query: n
1145-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
1146200 | def drop(n: Int): Select[Q, R]
1147 | ^
1148 | Couldn't resolve a member for the given link query: n
1149-- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:178:17 -----------
1150178 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1151 | ^
1152 | Couldn't resolve a member for the given link query: other
1153-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
1154146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
1155 | ^
1156 | Couldn't resolve a member for the given link query: other
1157-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
1158140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
1159 | ^
1160 | Couldn't resolve a member for the given link query: other
1161-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
116272 | def flatMap[Q2, R2](
1163 | ^
1164 | Couldn't resolve a member for the given link query: f
1165-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
1166171 | def mapAggregate[Q2, R2](
1167 | ^
1168 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1169-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
117098 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1171 | ^
1172 | Couldn't resolve a member for the given link query: cond
1173-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
1174219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
1175 | ^
1176 | Couldn't resolve a member for the given link query: n
1177-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
1178218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
1179 | ^
1180 | Couldn't resolve a member for the given link query: n
1181-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
1182389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1183 | ^
1184 | Couldn't resolve a member for the given link query: other
1185-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
1186393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1187 | ^
1188 | Couldn't resolve a member for the given link query: other
1189-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
1190385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1191 | ^
1192 | Couldn't resolve a member for the given link query: other
1193-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
1194340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1195 | ^
1196 | Couldn't resolve a member for the given link query: f
1197-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
1198356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1199 | ^
1200 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1201-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
1202346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1203 | ^
1204 | Couldn't resolve a member for the given link query: cond
1205-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
120676 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
1207 | ^
1208 | Couldn't resolve a member for the given link query: n
1209-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
121074 | override def drop(n: Int): Select[Q, R] =
1211 | ^
1212 | Couldn't resolve a member for the given link query: n
1213-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
1214375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
1215 | ^
1216 | Couldn't resolve a member for the given link query: n
1217-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
1218374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
1219 | ^
1220 | Couldn't resolve a member for the given link query: n
1221-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:157:8 --------------
1222157 | def put(r: PreparedStatement, idx: Int, v: LocalDateTime) = r.setObject(idx, v)
1223 | ^
1224 | Couldn't resolve a member for the given link query: T
1225-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:156:8 --------------
1226156 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDateTime])
1227 | ^
1228 | Couldn't resolve a member for the given link query: T
1229-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:143:8 --------------
1230143 | def put(r: PreparedStatement, idx: Int, v: LocalDate) = r.setObject(idx, v)
1231 | ^
1232 | Couldn't resolve a member for the given link query: T
1233-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:142:8 --------------
1234142 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDate])
1235 | ^
1236 | Couldn't resolve a member for the given link query: T
1237-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:196:8 --------------
1238196 | def put(r: PreparedStatement, idx: Int, v: Instant) = {
1239 | ^
1240 | Couldn't resolve a member for the given link query: T
1241-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:179:8 --------------
1242179 | def get(r: ResultSet, idx: Int) = {
1243 | ^
1244 | Couldn't resolve a member for the given link query: T
1245-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:133:8 --------------
1246133 | def put(r: PreparedStatement, idx: Int, v: java.util.Date) = {
1247 | ^
1248 | Couldn't resolve a member for the given link query: T
1249-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:128:8 --------------
1250128 | def get(r: ResultSet, idx: Int) = {
1251 | ^
1252 | Couldn't resolve a member for the given link query: T
1253-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
1254152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1255 | ^
1256 | Couldn't resolve a member for the given link query: other
1257-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:33:8 ---------------
125833 | def get(r: ResultSet, idx: Int) = r.getString(idx)
1259 | ^
1260 | Couldn't resolve a member for the given link query: T
1261-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:34:8 ---------------
126234 | def put(r: PreparedStatement, idx: Int, v: String) = r.setString(idx, v)
1263 | ^
1264 | Couldn't resolve a member for the given link query: T
1265-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:40:8 ---------------
126640 | def get(r: ResultSet, idx: Int) = r.getByte(idx)
1267 | ^
1268 | Couldn't resolve a member for the given link query: T
1269-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:41:8 ---------------
127041 | def put(r: PreparedStatement, idx: Int, v: Byte) = r.setByte(idx, v)
1271 | ^
1272 | Couldn't resolve a member for the given link query: T
1273-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:47:8 ---------------
127447 | def get(r: ResultSet, idx: Int) = r.getShort(idx)
1275 | ^
1276 | Couldn't resolve a member for the given link query: T
1277-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:48:8 ---------------
127848 | def put(r: PreparedStatement, idx: Int, v: Short) = r.setShort(idx, v)
1279 | ^
1280 | Couldn't resolve a member for the given link query: T
1281-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:54:8 ---------------
128254 | def get(r: ResultSet, idx: Int) = r.getInt(idx)
1283 | ^
1284 | Couldn't resolve a member for the given link query: T
1285-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:55:8 ---------------
128655 | def put(r: PreparedStatement, idx: Int, v: Int) = r.setInt(idx, v)
1287 | ^
1288 | Couldn't resolve a member for the given link query: T
1289-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:61:8 ---------------
129061 | def get(r: ResultSet, idx: Int) = r.getLong(idx)
1291 | ^
1292 | Couldn't resolve a member for the given link query: T
1293-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:62:8 ---------------
129462 | def put(r: PreparedStatement, idx: Int, v: Long) = r.setLong(idx, v)
1295 | ^
1296 | Couldn't resolve a member for the given link query: T
1297-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:68:8 ---------------
129868 | def get(r: ResultSet, idx: Int) = r.getFloat(idx)
1299 | ^
1300 | Couldn't resolve a member for the given link query: T
1301-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:69:8 ---------------
130269 | def put(r: PreparedStatement, idx: Int, v: Float) = r.setFloat(idx, v)
1303 | ^
1304 | Couldn't resolve a member for the given link query: T
1305-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:75:8 ---------------
130675 | def get(r: ResultSet, idx: Int) = r.getDouble(idx)
1307 | ^
1308 | Couldn't resolve a member for the given link query: T
1309-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:76:8 ---------------
131076 | def put(r: PreparedStatement, idx: Int, v: Double) = r.setDouble(idx, v)
1311 | ^
1312 | Couldn't resolve a member for the given link query: T
1313-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:82:8 ---------------
131482 | def get(r: ResultSet, idx: Int) = r.getBigDecimal(idx)
1315 | ^
1316 | Couldn't resolve a member for the given link query: T
1317-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:83:8 ---------------
131883 | def put(r: PreparedStatement, idx: Int, v: scala.math.BigDecimal) = r
1319 | ^
1320 | Couldn't resolve a member for the given link query: T
1321-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:90:8 ---------------
132290 | def get(r: ResultSet, idx: Int) = r.getBoolean(idx)
1323 | ^
1324 | Couldn't resolve a member for the given link query: T
1325-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:91:8 ---------------
132691 | def put(r: PreparedStatement, idx: Int, v: Boolean) = r.setBoolean(idx, v)
1327 | ^
1328 | Couldn't resolve a member for the given link query: T
1329-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:98:8 ---------------
133098 | def get(r: ResultSet, idx: Int) = {
1331 | ^
1332 | Couldn't resolve a member for the given link query: T
1333-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:106:8 --------------
1334106 | def put(r: PreparedStatement, idx: Int, v: UUID) = {
1335 | ^
1336 | Couldn't resolve a member for the given link query: T
1337-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:114:8 --------------
1338114 | def get(r: ResultSet, idx: Int) = {
1339 | ^
1340 | Couldn't resolve a member for the given link query: T
1341-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:119:8 --------------
1342119 | def put(r: PreparedStatement, idx: Int, v: geny.Bytes) = {
1343 | ^
1344 | Couldn't resolve a member for the given link query: T
1345-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:149:8 --------------
1346149 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalTime])
1347 | ^
1348 | Couldn't resolve a member for the given link query: T
1349-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:150:8 --------------
1350150 | def put(r: PreparedStatement, idx: Int, v: LocalTime) = r.setObject(idx, v)
1351 | ^
1352 | Couldn't resolve a member for the given link query: T
1353-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:164:8 --------------
1354164 | def get(r: ResultSet, idx: Int) = {
1355 | ^
1356 | Couldn't resolve a member for the given link query: T
1357-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:169:8 --------------
1358169 | def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1359 | ^
1360 | Couldn't resolve a member for the given link query: T
1361-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:206:8 --------------
1362206 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[OffsetTime])
1363 | ^
1364 | Couldn't resolve a member for the given link query: T
1365-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:207:8 --------------
1366207 | def put(r: PreparedStatement, idx: Int, v: OffsetTime) = r.setObject(idx, v)
1367 | ^
1368 | Couldn't resolve a member for the given link query: T
1369-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:214:8 --------------
1370214 | def get(r: ResultSet, idx: Int) = {
1371 | ^
1372 | Couldn't resolve a member for the given link query: T
1373-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:219:8 --------------
1374219 | def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1375 | ^
1376 | Couldn't resolve a member for the given link query: T
1377-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:106:17 --------
1378106 | override def get(r: ResultSet, idx: Int) = {
1379 | ^
1380 | Couldn't resolve a member for the given link query: T
1381-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:112:17 --------
1382112 | override def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1383 | ^
1384 | Couldn't resolve a member for the given link query: T
1385-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:122:17 --------
1386122 | override def get(r: ResultSet, idx: Int) = {
1387 | ^
1388 | Couldn't resolve a member for the given link query: T
1389-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:126:17 --------
1390126 | override def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1391 | ^
1392 | Couldn't resolve a member for the given link query: T
1393-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:304:17 --------
1394304 | override def take(n: Int): scalasql.query.Select[Q, R] = {
1395 | ^
1396 | Couldn't resolve a member for the given link query: n
1397-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:308:17 --------
1398308 | override def drop(n: Int): scalasql.query.Select[Q, R] = throw new Exception(
1399 | ^
1400 | Couldn't resolve a member for the given link query: n
1401-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:324:17 --------
1402324 | override def take(n: Int): scalasql.query.Select[Q, R] = copy(
1403 | ^
1404 | Couldn't resolve a member for the given link query: n
1405-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
140652 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
1407 | ^
1408 | Couldn't resolve a member for the given link query: R
1409-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:81:17 ---------
141081 | override def put(r: PreparedStatement, idx: Int, v: UUID) = {
1411 | ^
1412 | Couldn't resolve a member for the given link query: T
1413-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:228:17 --------
1414228 | override def update(
1415 | ^
1416 | Couldn't resolve a member for the given link query: filter
1417-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:387:17 --------
1418387 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1419 | ^
1420 | Couldn't resolve a member for the given link query: other
142185 warnings found
1422Successfully evaluated scalasql[3.8.0-RC2].docJar
1423[info] compiling 58 Scala sources to /build/repo/out/scalasql/3.8.0-RC2/test/compile.dest/classes ...
1424[warn] -- Warning: /build/repo/scalasql/test/src/datatypes/OptionalTests.scala:42:6 ---
1425[warn] 42 | )(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] -- Warning: /build/repo/scalasql/test/src/operations/DbCountOpsTests.scala:149:6
1432[warn] 149 | )(implicitly, utest.framework.TestPath(Nil))
1433[warn] | ^^^^^^^^^^
1434[warn] |Implicit parameters should be provided with a `using` clause.
1435[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1436[warn] |To disable the warning, please use the following option:
1437[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1438[warn] there were 2 feature warnings; re-run with -feature for details
1439[warn] three warnings found
1440[info] done compiling
1441Successfully evaluated scalasql[3.8.0-RC2].test.compile
1442Publishing Artifact(com.lihaoyi,scalasql_3,0.2.3-DIRTYc41fb5a8) to ivy repo /root/.ivy2/local
1443Successfully evaluated scalasql[3.8.0-RC2].publishLocal
1444
1445************************
1446Build summary:
1447[{
1448 "module": "scalasql-core",
1449 "compile": {"status": "ok", "tookMs": 11390, "warnings": 0, "errors": 0},
1450 "doc": {"status": "ok", "tookMs": 6563, "files": 1, "totalSizeKb": 2870},
1451 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1452 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1453 "publish": {"status": "ok", "tookMs": 468},
1454 "metadata": {
1455 "crossScalaVersions": ["2.13.12", "3.6.2"]
1456}
1457},{
1458 "module": "scalasql-query",
1459 "compile": {"status": "ok", "tookMs": 16422, "warnings": 0, "errors": 0},
1460 "doc": {"status": "ok", "tookMs": 9864, "files": 1, "totalSizeKb": 3265},
1461 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1462 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1463 "publish": {"status": "ok", "tookMs": 187},
1464 "metadata": {
1465 "crossScalaVersions": ["2.13.12", "3.6.2"]
1466}
1467},{
1468 "module": "scalasql-operations",
1469 "compile": {"status": "ok", "tookMs": 7368, "warnings": 0, "errors": 0},
1470 "doc": {"status": "ok", "tookMs": 4693, "files": 1, "totalSizeKb": 2724},
1471 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1472 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1473 "publish": {"status": "ok", "tookMs": 115},
1474 "metadata": {
1475 "crossScalaVersions": ["2.13.12", "3.6.2"]
1476}
1477},{
1478 "module": "scalasql",
1479 "compile": {"status": "ok", "tookMs": 13528, "warnings": 0, "errors": 0},
1480 "doc": {"status": "ok", "tookMs": 14033, "files": 1, "totalSizeKb": 3350},
1481 "test-compile": {"status": "ok", "tookMs": 63875, "warnings": 0, "errors": 0},
1482 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1483 "publish": {"status": "ok", "tookMs": 226},
1484 "metadata": {
1485 "crossScalaVersions": ["2.13.12", "3.6.2"]
1486}
1487}]
1488************************"
1489
1490Checking patch build.mill...
1491Checking patch .mill-version...
1492Applied patch build.mill cleanly.
1493Applied patch .mill-version cleanly.