Build Logs

com-lihaoyi/scalasql • 3.7.4:2025-11-06

Errors

1

Warnings

811

Total Lines

1471

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.7.4
24Scala binary version found: 3.7
25Implicitly using source version 3.7
26Scala binary version found: 3.7
27Implicitly using source version 3.7
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.7
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.7.4"
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.7.4
42Execute tests: false
43Mill project found:
44Found explicit mill version 0.12.14 in ./mill-version
45Detected mill version=0.12.14, binary version: 0.12
46No prepare script found for project com-lihaoyi/scalasql
47No mill build directory found
48Apply scalafix rules to build.mill
49##################################
50Scala version: 3.7.4
51Targets: com.lihaoyi%scalasql com.lihaoyi%scalasql-core com.lihaoyi%scalasql-namedtuples com.lihaoyi%scalasql-operations com.lihaoyi%scalasql-query
52Project 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>\""}]}
53##################################
54Downloading mill 0.12.14 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.14/mill-dist-0.12.14.exe ...
55 % Total % Received % Xferd Average Speed Time Time Time Current
56 Dload Upload Total Spent Left Speed
57
58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59 40 65.4M 40 26.6M 0 0 41.3M 0 0:00:01 --:--:-- 0:00:01 41.3M
60100 65.4M 100 65.4M 0 0 45.0M 0 0:00:01 0:00:01 --:--:-- 45.0M
61============================== resolve _ ==============================
62[build.mill-61/65] compile
63[build.mill-61] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
64[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
65[build.mill-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
66[build.mill-61] [warn] ^
67[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
68[build.mill-61] [warn] .iterator()
69[build.mill-61] [warn] ^
70[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
71[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
72[build.mill-61] [warn] ^
73[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
74[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
75[build.mill-61] [warn] ^
76[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
77[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
78[build.mill-61] [warn] ^
79[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
80[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
81[build.mill-61] [warn] ^
82[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")`
83[build.mill-61] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
84[build.mill-61] [warn] ^
85[build.mill-61] [warn] 7 warnings found
86[build.mill-61] [info] done compiling
87[1/1] resolve
88[0J[1A
89[0J[1A
90[1/1] ============================== resolve _ ============================== 20s
91Try build using ./mill
92--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
93[build.mill] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
94[build.mill] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
95[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
96[build.mill] [warn] ^
97[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
98[build.mill] [warn] .iterator()
99[build.mill] [warn] ^
100[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
101[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
102[build.mill] [warn] ^
103[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
104[build.mill] [warn] val testModule = module.millInternal.modules.toList
105[build.mill] [warn] ^
106[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
107[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
108[build.mill] [warn] ^
109[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
110[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
111[build.mill] [warn] ^
112[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")`
113[build.mill] [warn] def millSourcePath: os.Path = scalasql(scala3).millSourcePath / "namedtuples"
114[build.mill] [warn] ^
115[build.mill] [warn] 7 warnings found
116[build.mill] [info] done compiling
117Build 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>\""}]}
118Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
119Failed to resolve mappings for 1/5 targets: com.lihaoyi%scalasql-namedtuples
120Found targets [5]: %scalasql-3.7.4-test, com.lihaoyi%scalasql, com.lihaoyi%scalasql-core, com.lihaoyi%scalasql-operations, com.lihaoyi%scalasql-query
121
122Starting build for scalasql-core - [0/4]
123No test module defined in scalasql[3.7.4].core
124Failed to resolve scalaVersion, assume it's Scala 3 project
125[info] compiling 18 Scala sources to /build/repo/out/scalasql/3.7.4/core/compile.dest/classes ...
126[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:264:74 -------------------
127[warn] 264 | updateGetGeneratedKeysSql(flattened)(qr.isGetGeneratedKeys(query).get, fileName, lineNum)
128[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129[warn] |Implicit parameters should be provided with a `using` clause.
130[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
131[warn] |To disable the warning, please use the following option:
132[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
133[warn] -- Warning: /build/repo/scalasql/core/src/DbApi.scala:269:25 -------------------
134[warn] 269 | qr.asInstanceOf[Queryable[Q, Seq[?]]],
135[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136[warn] |Implicit parameters should be provided with a `using` clause.
137[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
138[warn] |To disable the warning, please use the following option:
139[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
140[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:11:65 ---------------------
141[warn] 11 | ctx.exprNaming.get(this.exprIdentity).getOrElse(renderToSql0(ctx))
142[warn] | ^^^
143[warn] |Implicit parameters should be provided with a `using` clause.
144[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
145[warn] |To disable the warning, please use the following option:
146[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
147[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:59:41 ---------------------
148[warn] 59 | new Simple[Option[T]](e.renderToSql0(_))
149[warn] | ^
150[warn] |Implicit parameters should be provided with a `using` clause.
151[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
152[warn] |To disable the warning, please use the following option:
153[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
154[warn] -- Warning: /build/repo/scalasql/core/src/Expr.scala:68:17 ---------------------
155[warn] 68 | apply0[T](x)(conv)
156[warn] | ^^^^
157[warn] |Implicit parameters should be provided with a `using` clause.
158[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
159[warn] |To disable the warning, please use the following option:
160[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
161[warn] -- Warning: /build/repo/scalasql/core/src/ExprsToSql.scala:29:90 ---------------
162[warn] 29 | walked.map { case (k, v) => (ctx.config.renderColumnLabel(k), Renderable.renderSql(v)(ctx)) }
163[warn] | ^^^
164[warn] |Implicit parameters should be provided with a `using` clause.
165[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
166[warn] |To disable the warning, please use the following option:
167[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
168[warn] -- Warning: /build/repo/scalasql/core/src/SqlStr.scala:227:43 ------------------
169[warn] 227 | SqlStrInterp(Renderable.renderSql(t)(ctx))
170[warn] | ^^^
171[warn] |Implicit parameters should be provided with a `using` clause.
172[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
173[warn] |To disable the warning, please use the following option:
174[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
175[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/core/src/JoinNullable.scala:17:60
176[warn] 17 | implicit def toExpr[T](n: JoinNullable[Expr[T]])(implicit mt: TypeMapper[T]): Expr[Option[T]] =
177[warn] | ^^
178[warn] | unused implicit parameter
179[warn] there were 6 feature warnings; re-run with -feature for details
180[warn] 9 warnings found
181[info] done compiling
182Successfully evaluated scalasql[3.7.4].core.compile
183Flag -classpath set repeatedly
184-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
18552 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
186 | ^
187 | Couldn't resolve a member for the given link query: R
188-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:9:6 ---------------------
1899 |class SqlStr(
190 | ^
191 | Couldn't resolve a member for the given link query: Interp
192-- Warning: /build/repo/scalasql/core/src/SqlStr.scala:154:6 -------------------
193154 | def join(strs: IterableOnce[SqlStr], sep: SqlStr = empty): SqlStr = {
194 | ^
195 | Couldn't resolve a member for the given link query: sep
196-- Warning: /build/repo/scalasql/core/src/DbApi.scala:17:6 ---------------------
19717 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
198 | ^
199 | Couldn't resolve a member for the given link query: Q
200-- Warning: /build/repo/scalasql/core/src/DbApi.scala:22:6 ---------------------
20122 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
202 | ^
203 | Couldn't resolve a member for the given link query: Q
204-- Warning: /build/repo/scalasql/core/src/DbApi.scala:31:6 ---------------------
20531 | def runSql[R](query: SqlStr, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
206 | ^
207 | Couldn't resolve a member for the given link query: R
208-- Warning: /build/repo/scalasql/core/src/DbApi.scala:42:6 ---------------------
20942 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
210 | ^
211 | Couldn't resolve a member for the given link query: Q
212-- Warning: /build/repo/scalasql/core/src/DbApi.scala:62:6 ---------------------
21362 | def runRaw[R](
214 | ^
215 | Couldn't resolve a member for the given link query: R
216-- Warning: /build/repo/scalasql/core/src/DbApi.scala:77:6 ---------------------
21777 | def streamRaw[R](
218 | ^
219 | Couldn't resolve a member for the given link query: R
220-- Warning: /build/repo/scalasql/core/src/DbApi.scala:256:8 --------------------
221256 | def run[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
222 | ^
223 | Couldn't resolve a member for the given link query: Q
224-- Warning: /build/repo/scalasql/core/src/DbApi.scala:287:8 --------------------
225287 | def stream[Q, R](query: Q, fetchSize: Int = -1, queryTimeoutSeconds: Int = -1)(
226 | ^
227 | Couldn't resolve a member for the given link query: Q
228-- Warning: /build/repo/scalasql/core/src/DbApi.scala:308:8 --------------------
229308 | def runSql[R](
230 | ^
231 | Couldn't resolve a member for the given link query: R
232-- Warning: /build/repo/scalasql/core/src/DbApi.scala:373:8 --------------------
233373 | def runRaw[R](
234 | ^
235 | Couldn't resolve a member for the given link query: R
236-- Warning: /build/repo/scalasql/core/src/DbApi.scala:386:8 --------------------
237386 | def streamRaw[R](
238 | ^
239 | Couldn't resolve a member for the given link query: R
240-- Warning: /build/repo/scalasql/core/src/DbApi.scala:572:8 --------------------
241572 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
242 | ^
243 | Couldn't resolve a member for the given link query: Q
244-- Warning: /build/repo/scalasql/core/src/Queryable.scala:14:6 -----------------
24514 |trait Queryable[-Q, R] {
246 | ^
247 | Couldn't resolve a member for the given link query: valueReader
248-- Warning: /build/repo/scalasql/core/src/Context.scala:14:6 -------------------
24914 | def fromNaming: Map[Context.From, String]
250 | ^
251 | Couldn't resolve a member for the given link query: From
252-- Warning: /build/repo/scalasql/core/src/Context.scala:87:6 -------------------
25387 | def compute(prevContext: Context, prefixedFroms: Seq[From], unPrefixedFroms: Option[From]) = {
254 | ^
255 | Couldn't resolve a member for the given link query: prevContext
256-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:7:6 ---------------
2577 |trait Aggregatable[Q] extends WithSqlExpr[Q] {
258 | ^
259 | Couldn't resolve a member for the given link query: Select
260-- Warning: /build/repo/scalasql/core/src/Aggregatable.scala:19:8 --------------
26119 | class Proxy[Q](val expr: Q) extends Aggregatable[Q] {
262 | ^
263 | Couldn't resolve a member for the given link query: Select.aggregate
264-- Warning: /build/repo/scalasql/core/src/DbClient.scala:14:6 ------------------
26514 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(implicit qr: Queryable[Q, R]): String
266 | ^
267 | Couldn't resolve a member for the given link query: Q
268-- Warning: /build/repo/scalasql/core/src/DbClient.scala:22:6 ------------------
26922 | def transaction[T](block: DbApi.Txn => T): T
270 | ^
271 | Couldn't resolve a member for the given link query: block
272-- Warning: /build/repo/scalasql/core/src/DbClient.scala:68:8 ------------------
27368 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
274 | ^
275 | Couldn't resolve a member for the given link query: Q
276-- Warning: /build/repo/scalasql/core/src/DbClient.scala:74:8 ------------------
27774 | def transaction[T](block: DbApi.Txn => T): T = {
278 | ^
279 | Couldn't resolve a member for the given link query: block
280-- Warning: /build/repo/scalasql/core/src/DbClient.scala:127:8 -----------------
281127 | def renderSql[Q, R](query: Q, castParams: Boolean = false)(
282 | ^
283 | Couldn't resolve a member for the given link query: Q
284-- Warning: /build/repo/scalasql/core/src/DbClient.scala:139:8 -----------------
285139 | def transaction[T](block: DbApi.Txn => T): T = withConnection(_.transaction(block))
286 | ^
287 | Couldn't resolve a member for the given link query: block
28827 warnings found
289Successfully evaluated scalasql[3.7.4].core.docJar
290Publishing Artifact(com.lihaoyi,scalasql-core_3,0.2.3-DIRTYbfd6e580) to ivy repo /root/.ivy2/local
291Successfully evaluated scalasql[3.7.4].core.publishLocal
292
293Starting build for scalasql-query - [1/4]
294No test module defined in scalasql[3.7.4].query
295Failed to resolve scalaVersion, assume it's Scala 3 project
296[info] compiling 29 Scala sources to /build/repo/out/scalasql/3.7.4/query/compile.dest/classes ...
297[warn] -- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:169:45 ---------
298[warn] 169 | Renderable.renderSql(orderBy.expr)(newCtx) + ascDesc + nulls
299[warn] | ^^^^^^
300[warn] |Implicit parameters should be provided with a `using` clause.
301[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
302[warn] |To disable the warning, please use the following option:
303[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
304[warn] -- Warning: /build/repo/scalasql/query/src/From.scala:18:52 --------------------
305[warn] 18 | val resolvedTable = Table.fullIdentifier(value)(prevContext)
306[warn] | ^^^^^^^^^^^
307[warn] |Implicit parameters should be provided with a `using` clause.
308[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
309[warn] |To disable the warning, please use the following option:
310[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
311[warn] -- Warning: /build/repo/scalasql/query/src/GetGeneratedKeys.scala:29:96 --------
312[warn] 29 | override private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(base)(ctx)
313[warn] | ^^^
314[warn] |Implicit parameters should be provided with a `using` clause.
315[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
316[warn] |To disable the warning, please use the following option:
317[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
318[warn] -- Warning: /build/repo/scalasql/query/src/InsertColumns.scala:31:42 -----------
319[warn] 31 | Table.fullIdentifier(table.value)(ctx)
320[warn] | ^^^
321[warn] |Implicit parameters should be provided with a `using` clause.
322[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
323[warn] |To disable the warning, please use the following option:
324[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
325[warn] -- Warning: /build/repo/scalasql/query/src/InsertSelect.scala:27:42 ------------
326[warn] 27 | Table.fullIdentifier(table.value)(ctx)
327[warn] | ^^^
328[warn] |Implicit parameters should be provided with a `using` clause.
329[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
330[warn] |To disable the warning, please use the following option:
331[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
332[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:27:49 ------------
333[warn] 27 | Table.fullIdentifier(insert.table.value)(ctx),
334[warn] | ^^^
335[warn] |Implicit parameters should be provided with a `using` clause.
336[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
337[warn] |To disable the warning, please use the following option:
338[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
339[warn] -- Warning: /build/repo/scalasql/query/src/InsertValues.scala:32:12 ------------
340[warn] 32 | )(ctx.markAsValue).render()
341[warn] | ^^^^^^^^^^^^^^^
342[warn] |Implicit parameters should be provided with a `using` clause.
343[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
344[warn] |To disable the warning, please use the following option:
345[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
346[warn] -- Warning: /build/repo/scalasql/query/src/OnConflict.scala:25:44 --------------
347[warn] 25 | val str = Renderable.renderSql(query)(ctx)
348[warn] | ^^^
349[warn] |Implicit parameters should be provided with a `using` clause.
350[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
351[warn] |To disable the warning, please use the following option:
352[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
353[warn] -- Warning: /build/repo/scalasql/query/src/Query.scala:85:88 -------------------
354[warn] 85 | private[scalasql] def renderSql(ctx: Context): SqlStr = Renderable.renderSql(query)(ctx)
355[warn] | ^^^
356[warn] |Implicit parameters should be provided with a `using` clause.
357[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
358[warn] |To disable the warning, please use the following option:
359[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
360[warn] -- Warning: /build/repo/scalasql/query/src/Returning.scala:62:84 ---------------
361[warn] 62 | .updated(returnable.table, Table.fullIdentifier(returnable.table.value)(contextStage1))
362[warn] | ^^^^^^^^^^^^^
363[warn] |Implicit parameters should be provided with a `using` clause.
364[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
365[warn] |To disable the warning, please use the following option:
366[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
367[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:61 -----------------
368[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
369[warn] | ^^
370[warn] |Implicit parameters should be provided with a `using` clause.
371[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
372[warn] |To disable the warning, please use the following option:
373[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
374[warn] -- Warning: /build/repo/scalasql/query/src/Select.scala:251:83 -----------------
375[warn] 251 | newSimpleSelect(expr, None, None, false, Seq(subqueryRef(qr)), Nil, Nil, None)(qr, dialect)
376[warn] | ^^
377[warn] |Implicit parameters should be provided with a `using` clause.
378[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
379[warn] |To disable the warning, please use the following option:
380[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
381[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:236:50 -----------
382[warn] 236 | joinCopy0(f(expr, otherExpr), otherJoin, Nil)(jqr)
383[warn] | ^^^
384[warn] |Implicit parameters should be provided with a `using` clause.
385[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
386[warn] |To disable the warning, please use the following option:
387[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
388[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:112:77 -----------
389[warn] 112 | ): Select[QF, RF] = { joinCopy(other, on, prefix)(ja.appendTuple(_, _))(ja.qr) }
390[warn] | ^^^^^
391[warn] |Implicit parameters should be provided with a `using` clause.
392[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
393[warn] |To disable the warning, please use the following option:
394[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
395[warn] -- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:277:66 -----------
396[warn] 277 | SqlStr.join(groupBy.keys.map(x => Renderable.renderSql(x)(context)), SqlStr.commaSep)
397[warn] | ^^^^^^^
398[warn] |Implicit parameters should be provided with a `using` clause.
399[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
400[warn] |To disable the warning, please use the following option:
401[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
402[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:72:11 ------------------
403[warn] 72 | ja.qr,
404[warn] | ^^^^^
405[warn] |Implicit parameters should be provided with a `using` clause.
406[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
407[warn] |To disable the warning, please use the following option:
408[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
409[warn] -- Warning: /build/repo/scalasql/query/src/Update.scala:99:82 ------------------
410[warn] 99 | contextStage1.fromNaming.updated(table, Table.fullIdentifier(table.value)(prevContext))
411[warn] | ^^^^^^^^^^^
412[warn] |Implicit parameters should be provided with a `using` clause.
413[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
414[warn] |To disable the warning, please use the following option:
415[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
416[warn] -- Warning: /build/repo/scalasql/query/src/Values.scala:24:30 ------------------
417[warn] 24 | new Values.Renderer(this)(implicitly, prevContext)
418[warn] | ^^^^^^^^^^
419[warn] |Implicit parameters should be provided with a `using` clause.
420[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
421[warn] |To disable the warning, please use the following option:
422[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
423[warn] -- Warning: /build/repo/scalasql/query/src/WithCte.scala:82:8 ------------------
424[warn] 82 | )(qr, dialect)
425[warn] | ^^
426[warn] |Implicit parameters should be provided with a `using` clause.
427[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
428[warn] |To disable the warning, please use the following option:
429[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
430[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:462:45
431[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)] {
432[warn] | ^^^^
433[warn] | unused implicit parameter
434[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:470:45
435[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)] {
436[warn] | ^^^^
437[warn] | unused implicit parameter
438[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:478:45
439[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)] {
440[warn] | ^^^^
441[warn] | unused implicit parameter
442[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:486:45
443[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)] {
444[warn] | ^^^^
445[warn] | unused implicit parameter
446[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:494:45
447[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)] {
448[warn] | ^^^^
449[warn] | unused implicit parameter
450[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:502:45
451[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)] {
452[warn] | ^^^^
453[warn] | unused implicit parameter
454[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:510:45
455[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)] {
456[warn] | ^^^^
457[warn] | unused implicit parameter
458[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:518:45
459[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)] {
460[warn] | ^^^^
461[warn] | unused implicit parameter
462[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:526:45
463[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)] {
464[warn] | ^^^^
465[warn] | unused implicit parameter
466[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:534:45
467[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)] {
468[warn] | ^^^^
469[warn] | unused implicit parameter
470[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:542:45
471[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)] {
472[warn] | ^^^^
473[warn] | unused implicit parameter
474[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:550:45
475[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)] {
476[warn] | ^^^^
477[warn] | unused implicit parameter
478[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:558:45
479[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)] {
480[warn] | ^^^^
481[warn] | unused implicit parameter
482[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:566:45
483[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)] {
484[warn] | ^^^^
485[warn] | unused implicit parameter
486[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:574:45
487[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)] {
488[warn] | ^^^^
489[warn] | unused implicit parameter
490[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:582:45
491[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)] {
492[warn] | ^^^^
493[warn] | unused implicit parameter
494[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:590:45
495[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)] {
496[warn] | ^^^^
497[warn] | unused implicit parameter
498[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:598:45
499[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)] {
500[warn] | ^^^^
501[warn] | unused implicit parameter
502[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:606:45
503[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)] {
504[warn] | ^^^^
505[warn] | unused implicit parameter
506[warn] -- [E198] Unused Symbol Warning: /build/repo/out/scalasql/3.7.4/query/generatedSources.dest/Generated.scala:614:45
507[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)] {
508[warn] | ^^^^
509[warn] | unused implicit parameter
510[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:86:10
511[warn] 86 | dialect: DialectTypeMappers,
512[warn] | ^^^^^^^
513[warn] | unused explicit parameter
514[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:127:56
515[warn] 127 | (tableRef: TableRef, dialect: DialectTypeMappers, queryable: Table.Metadata.QueryableProxy) =>
516[warn] | ^^^^^^^^^
517[warn] | unused explicit parameter
518[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:79:37
519[warn] 79 | protected def subqueryRef(implicit qr: Queryable.Row[Q, R]) = new SubqueryRef(this)
520[warn] | ^^
521[warn] | unused implicit parameter
522[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:241:22
523[warn] 241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
524[warn] | ^^
525[warn] | unused implicit parameter
526[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/query/src/Select.scala:320:24
527[warn] 320 | def sorted(implicit tm: TypeMapper[T]): Select[Expr[T], T] = s.sortBy(identity)
528[warn] | ^^
529[warn] | unused implicit parameter
530[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:64:12
531[warn] 64 | (tpe.asType, tpe2.asType) match {
532[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
533[warn] | match may not be exhaustive.
534[warn] |
535[warn] | It would fail on pattern case: (_, _)
536[warn] |
537[warn] | longer explanation available when compiling with `-explain`
538[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:97:16
539[warn] 97 | (tpe.asType, tpe2.asType) match {
540[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
541[warn] | match may not be exhaustive.
542[warn] |
543[warn] | It would fail on pattern case: (_, _)
544[warn] |
545[warn] | longer explanation available when compiling with `-explain`
546[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:109:41
547[warn] 109 | constructV[Sc]((_, i) => { case (_, '[t], '[t2]) =>
548[warn] | ^
549[warn] | match may not be exhaustive.
550[warn] |
551[warn] | It would fail on pattern case: (_, _, _)
552[warn] |
553[warn] | longer explanation available when compiling with `-explain`
554[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src-3/TableMacro.scala:115:50
555[warn] 115 | constructV[SqlExpr]((param, i) => { case (_, '[t], '[t2]) =>
556[warn] | ^
557[warn] | match may not be exhaustive.
558[warn] |
559[warn] | It would fail on pattern case: (_, _, _)
560[warn] |
561[warn] | longer explanation available when compiling with `-explain`
562[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/scalasql/query/src/SqlWindow.scala:27:19
563[warn] 27 | val frameStr = (frameStart0, frameEnd0, exclusions) match {
564[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
565[warn] |match may not be exhaustive.
566[warn] |
567[warn] |It would fail on pattern case: (None, Some(_), _), (None, None, Some(_))
568[warn] |
569[warn] | longer explanation available when compiling with `-explain`
570[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:81:11
571[warn] 81 | case other: FlatJoin.MapResult[Q, Q2, R, R2] =>
572[warn] | ^
573[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]
574[warn] |
575[warn] | longer explanation available when compiling with `-explain`
576[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:85:11
577[warn] 85 | case other: FlatJoin.FlatMapResult[Q, Q2, R, R2] =>
578[warn] | ^
579[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]
580[warn] |
581[warn] | longer explanation available when compiling with `-explain`
582[warn] 51 warnings found
583[info] done compiling
584Successfully evaluated scalasql[3.7.4].query.compile
585Flag -classpath set repeatedly
586-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
58772 | def flatMap[Q2, R2](
588 | ^
589 | Couldn't resolve a member for the given link query: f
590-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
59198 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
592 | ^
593 | Couldn't resolve a member for the given link query: cond
594-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
595140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
596 | ^
597 | Couldn't resolve a member for the given link query: other
598-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
599146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
600 | ^
601 | Couldn't resolve a member for the given link query: other
602-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
603152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
604 | ^
605 | Couldn't resolve a member for the given link query: other
606-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
607171 | def mapAggregate[Q2, R2](
608 | ^
609 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
610-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
611218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
612 | ^
613 | Couldn't resolve a member for the given link query: n
614-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
615219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
616 | ^
617 | Couldn't resolve a member for the given link query: n
618-- Warning: /build/repo/scalasql/query/src/Select.scala:278:6 ------------------
619278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
620 | ^
621 | Couldn't resolve a member for the given link query: other
622-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
62310 | def join[Q2, R2, QF, RF](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
624 | ^
625 | Couldn't resolve a member for the given link query: other
626-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
627187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
628 | ^
629 | Couldn't resolve a member for the given link query: other
630-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
631193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
632 | ^
633 | Couldn't resolve a member for the given link query: other
634-- Warning: /build/repo/scalasql/query/src/Select.scala:241:6 ------------------
635241 | def toExpr(implicit mt: TypeMapper[R]): Expr[R] = Expr { implicit ctx => this.renderSql(ctx) }
636 | ^
637 | Couldn't resolve a member for the given link query: Expr
638-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
63990 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
640 | ^
641 | Couldn't resolve a member for the given link query: f
642-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
643107 | def filterIf(cond: Boolean)(
644 | ^
645 | Couldn't resolve a member for the given link query: cond
646-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
647130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
648 | ^
649 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
650-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
651200 | def drop(n: Int): Select[Q, R]
652 | ^
653 | Couldn't resolve a member for the given link query: n
654-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
655206 | def take(n: Int): Select[Q, R]
656 | ^
657 | Couldn't resolve a member for the given link query: n
658-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
659257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
660 | ^
661 | Couldn't resolve a member for the given link query: other
662-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
663264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
664 | ^
665 | Couldn't resolve a member for the given link query: other
666-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
667271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
668 | ^
669 | Couldn't resolve a member for the given link query: other
670-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
671340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
672 | ^
673 | Couldn't resolve a member for the given link query: f
674-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
675346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
676 | ^
677 | Couldn't resolve a member for the given link query: cond
678-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
679356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
680 | ^
681 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
682-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
683374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
684 | ^
685 | Couldn't resolve a member for the given link query: n
686-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
687375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
688 | ^
689 | Couldn't resolve a member for the given link query: n
690-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
691385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
692 | ^
693 | Couldn't resolve a member for the given link query: other
694-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
695389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
696 | ^
697 | Couldn't resolve a member for the given link query: other
698-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
699393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
700 | ^
701 | Couldn't resolve a member for the given link query: other
702-- Warning: /build/repo/scalasql/query/src/From.scala:54:6 ---------------------
70354 | def fromRefPrefix(prevContext: Context) = "cte"
704 | ^
705 | Couldn't resolve a member for the given link query: From
706-- Warning: /build/repo/scalasql/query/src/From.scala:56:6 ---------------------
70756 | def fromExprAliases(prevContext: Context) = {
708 | ^
709 | Couldn't resolve a member for the given link query: Expr
710-- Warning: /build/repo/scalasql/query/src/From.scala:60:6 ---------------------
71160 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
712 | ^
713 | Couldn't resolve a member for the given link query: From
714-- Warning: /build/repo/scalasql/query/src/WithCte.scala:43:15 -----------------
71543 | override def drop(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.drop(n))
716 | ^
717 | Couldn't resolve a member for the given link query: n
718-- Warning: /build/repo/scalasql/query/src/WithCte.scala:44:15 -----------------
71944 | override def take(n: Int): Select[Q, R] = new WithCte(walked, lhs, cteRef, rhs.take(n))
720 | ^
721 | Couldn't resolve a member for the given link query: n
722-- Warning: /build/repo/scalasql/query/src/Query.scala:10:6 --------------------
72310 |trait Query[R] extends Renderable {
724 | ^
725 | Couldn't resolve a member for the given link query: Query.Multiple
726-- Warning: /build/repo/scalasql/query/src/Query.scala:47:8 --------------------
72747 | trait DelegateQueryable[Q, R] extends scalasql.query.Query[R] with WithSqlExpr[Q] {
728 | ^
729 | Couldn't resolve a member for the given link query: Queryable
730-- Warning: /build/repo/scalasql/query/src/Query.scala:67:8 --------------------
73167 | class QueryQueryable[Q <: Query[R], R]() extends scalasql.core.Queryable[Q, R] {
732 | ^
733 | Couldn't resolve a member for the given link query: Queryable
734-- Warning: /build/repo/scalasql/query/src/Query.scala:74:8 --------------------
73574 | def renderSql(q: Q, ctx: Context): SqlStr = q.renderSql(ctx)
736 | ^
737 | Couldn't resolve a member for the given link query: SqlStr
738-- Warning: /build/repo/scalasql/query/src/Query.scala:76:17 -------------------
73976 | override def construct(q: Q, args: Queryable.ResultSetIterator): R = q.queryConstruct(args)
740 | ^
741 |Couldn't resolve a member for the given link query: Queryable.ResultSetIterator
742-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
74374 | override def drop(n: Int): Select[Q, R] =
744 | ^
745 | Couldn't resolve a member for the given link query: n
746-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
74776 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
748 | ^
749 | Couldn't resolve a member for the given link query: n
750-- Warning: /build/repo/scalasql/query/src/Values.scala:10:6 -------------------
75110 |class Values[Q, R](val ts: Seq[R])(
752 | ^
753 | Couldn't resolve a member for the given link query: T
754-- Warning: /build/repo/scalasql/query/src/From.scala:13:6 ---------------------
75513 | def fromRefPrefix(prevContext: Context) = prevContext.config.tableNameMapper(Table.name(value))
756 | ^
757 | Couldn't resolve a member for the given link query: From
758-- Warning: /build/repo/scalasql/query/src/From.scala:15:6 ---------------------
75915 | def fromExprAliases(prevContext: Context): Seq[(Expr.Identity, SqlStr)] = Nil
760 | ^
761 | Couldn't resolve a member for the given link query: Expr
762-- Warning: /build/repo/scalasql/query/src/From.scala:17:6 ---------------------
76317 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
764 | ^
765 | Couldn't resolve a member for the given link query: From
766-- Warning: /build/repo/scalasql/query/src/From.scala:27:6 ---------------------
76727 | def fromRefPrefix(prevContext: Context): String = "subquery"
768 | ^
769 | Couldn't resolve a member for the given link query: From
770-- Warning: /build/repo/scalasql/query/src/From.scala:29:6 ---------------------
77129 | def fromExprAliases(prevContext: Context) = SubqueryRef.Wrapped.exprAliases(value, prevContext)
772 | ^
773 | Couldn't resolve a member for the given link query: Expr
774-- Warning: /build/repo/scalasql/query/src/From.scala:31:6 ---------------------
77531 | def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs) = {
776 | ^
777 | Couldn't resolve a member for the given link query: From
778-- Warning: /build/repo/scalasql/query/src/Column.scala:10:6 -------------------
77910 |class Column[T](tableRef: TableRef, val name: String)(implicit val mappedType: TypeMapper[T])
780 | ^
781 | Couldn't resolve a member for the given link query: Expr
78250 warnings found
783Successfully evaluated scalasql[3.7.4].query.docJar
784Publishing Artifact(com.lihaoyi,scalasql-query_3,0.2.3-DIRTYbfd6e580) to ivy repo /root/.ivy2/local
785Successfully evaluated scalasql[3.7.4].query.publishLocal
786
787Starting build for scalasql-operations - [2/4]
788No test module defined in scalasql[3.7.4].operations
789Failed to resolve scalaVersion, assume it's Scala 3 project
790[info] compiling 19 Scala sources to /build/repo/out/scalasql/3.7.4/operations/compile.dest/classes ...
791[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggNumericOps.scala:7:30
792[warn] 7 |class AggNumericOps[V: Numeric: TypeMapper](v: Aggregatable[Expr[V]])(
793[warn] | ^
794[warn] | unused implicit parameter
795[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:8:45
796[warn] 8 |class AggOps[T](v: Aggregatable[T])(implicit qr: Queryable.Row[T, ?], dialect: DialectTypeMappers) {
797[warn] | ^^
798[warn] | unused implicit parameter
799[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:46:15
800[warn] 46 | implicit qr: Queryable.Row[Expr[V], V]
801[warn] | ^^
802[warn] | unused implicit parameter
803[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:51:15
804[warn] 51 | implicit qr: Queryable.Row[Expr[V], V]
805[warn] | ^^
806[warn] | unused implicit parameter
807[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:56:15
808[warn] 56 | implicit qr: Queryable.Row[Expr[V], V]
809[warn] | ^^
810[warn] | unused implicit parameter
811[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/AggOps.scala:61:15
812[warn] 61 | implicit qr: Queryable.Row[Expr[V], V]
813[warn] | ^^
814[warn] | unused implicit parameter
815[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/CaseWhen.scala:20:26
816[warn] 20 | class Else[T: TypeMapper](values: Seq[(Expr[Boolean], Expr[T])], `else`: Expr[T])
817[warn] | ^
818[warn] | unused implicit parameter
819[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprAggOps.scala:6:29
820[warn] 6 |abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
821[warn] | ^
822[warn] | unused explicit parameter
823[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:7:31
824[warn] 7 |class ExprNumericOps[T: Numeric](v: Expr[T])(implicit val m: TypeMapper[T]) {
825[warn] | ^
826[warn] | unused implicit parameter
827[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:10:18
828[warn] 10 | def +[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v + $x)" }
829[warn] | ^
830[warn] | unused implicit parameter
831[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:13:18
832[warn] 13 | def -[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v - $x)" }
833[warn] | ^
834[warn] | unused implicit parameter
835[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:16:18
836[warn] 16 | def *[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v * $x)" }
837[warn] | ^
838[warn] | unused implicit parameter
839[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:19:18
840[warn] 19 | def /[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"($v / $x)" }
841[warn] | ^
842[warn] | unused implicit parameter
843[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:22:18
844[warn] 22 | def %[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
845[warn] | ^
846[warn] | unused implicit parameter
847[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprNumericOps.scala:25:18
848[warn] 25 | 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:28:18
852[warn] 28 | 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:31:18
856[warn] 31 | 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:51:20
860[warn] 51 | def mod[V: Numeric](x: Expr[V]): Expr[T] = Expr { implicit ctx => sql"MOD($v, $x)" }
861[warn] | ^
862[warn] | unused implicit parameter
863[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:29
864[warn] 41 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
865[warn] | ^
866[warn] | unused implicit parameter
867[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:19:23
868[warn] 19 | def map[V: TypeMapper](f: Expr[T] => Expr[V]): Expr[Option[V]] = Expr { implicit ctx =>
869[warn] | ^
870[warn] | unused implicit parameter
871[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/ExprOptionOps.scala:23:27
872[warn] 23 | def flatMap[V: TypeMapper](f: Expr[T] => Expr[Option[V]]): Expr[Option[V]] =
873[warn] | ^
874[warn] | unused implicit parameter
875[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:8:21
876[warn] 8 | def sinh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"SINH($v)" }
877[warn] | ^
878[warn] | unused implicit parameter
879[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:11:21
880[warn] 11 | def cosh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"COSH($v)" }
881[warn] | ^
882[warn] | unused implicit parameter
883[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/HyperbolicMathOps.scala:14:21
884[warn] 14 | def tanh[T: Numeric](v: Expr[T]): Expr[T] = Expr { implicit ctx => sql"TANH($v)" }
885[warn] | ^
886[warn] | unused implicit parameter
887[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:8:24
888[warn] 8 | def degrees[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"DEGREES($x)" }
889[warn] | ^
890[warn] | unused implicit parameter
891[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:11:24
892[warn] 11 | def radians[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"RADIANS($x)" }
893[warn] | ^
894[warn] | unused implicit parameter
895[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:14:22
896[warn] 14 | def power[T: Numeric](x: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
897[warn] | ^
898[warn] | unused implicit parameter
899[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:19:20
900[warn] 19 | def exp[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"EXP($x)" }
901[warn] | ^
902[warn] | unused implicit parameter
903[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:22:19
904[warn] 22 | def ln[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LN($v)" }
905[warn] | ^
906[warn] | unused implicit parameter
907[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:25:20
908[warn] 25 | def log[T: Numeric](b: Expr[Int], x: Expr[T]): Expr[Double] = Expr { implicit ctx =>
909[warn] | ^
910[warn] | unused implicit parameter
911[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:30:22
912[warn] 30 | def log10[T: Numeric](x: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"LOG10($x)" }
913[warn] | ^
914[warn] | unused implicit parameter
915[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:33:21
916[warn] 33 | def sqrt[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SQRT($v)" }
917[warn] | ^
918[warn] | unused implicit parameter
919[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:36:20
920[warn] 36 | def sin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"SIN($v)" }
921[warn] | ^
922[warn] | unused implicit parameter
923[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:39:20
924[warn] 39 | def cos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"COS($v)" }
925[warn] | ^
926[warn] | unused implicit parameter
927[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:42:20
928[warn] 42 | def tan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"TAN($v)" }
929[warn] | ^
930[warn] | unused implicit parameter
931[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:45:21
932[warn] 45 | def asin[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ASIN($v)" }
933[warn] | ^
934[warn] | unused implicit parameter
935[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:48:21
936[warn] 48 | def acos[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ACOS($v)" }
937[warn] | ^
938[warn] | unused implicit parameter
939[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:51:21
940[warn] 51 | def atan[T: Numeric](v: Expr[T]): Expr[Double] = Expr { implicit ctx => sql"ATAN($v)" }
941[warn] | ^
942[warn] | unused implicit parameter
943[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/operations/src/MathOps.scala:54:22
944[warn] 54 | def atan2[T: Numeric](v: Expr[T], y: Expr[T]): Expr[Double] = Expr { implicit ctx =>
945[warn] | ^
946[warn] | unused implicit parameter
947[warn] 39 warnings found
948[info] done compiling
949Successfully evaluated scalasql[3.7.4].operations.compile
950Flag -classpath set repeatedly
951-- Warning: /build/repo/scalasql/operations/src/ExprOps.scala:41:6 -------------
95241 | def castNamed[V: TypeMapper](typeName: SqlStr): Expr[V] = Expr { implicit ctx =>
953 | ^
954 | Couldn't resolve a member for the given link query: SqlStr
955-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
95611 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
957 | ^
958 | Couldn't resolve a member for the given link query: x
959-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
96016 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
961 | ^
962 | Couldn't resolve a member for the given link query: x
9634 warnings found
964Successfully evaluated scalasql[3.7.4].operations.docJar
965Publishing Artifact(com.lihaoyi,scalasql-operations_3,0.2.3-DIRTYbfd6e580) to ivy repo /root/.ivy2/local
966Successfully evaluated scalasql[3.7.4].operations.publishLocal
967
968Starting build for scalasql - [3/4]
969Failed to resolve scalaVersion, assume it's Scala 3 project
970[info] compiling 12 Scala sources to /build/repo/out/scalasql/3.7.4/compile.dest/classes ...
971[warn] -- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:121:10 -----------
972[warn] 121 | t.containerQr
973[warn] | ^^^^^^^^^^^^^
974[warn] |Implicit parameters should be provided with a `using` clause.
975[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
976[warn] |To disable the warning, please use the following option:
977[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
978[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:244:10 --------
979[warn] 244 | t.containerQr
980[warn] | ^^^^^^^^^^^^^
981[warn] |Implicit parameters should be provided with a `using` clause.
982[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
983[warn] |To disable the warning, please use the following option:
984[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
985[warn] -- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:358:61 --------
986[warn] 358 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
987[warn] | ^^^^^^
988[warn] |Implicit parameters should be provided with a `using` clause.
989[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
990[warn] |To disable the warning, please use the following option:
991[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
992[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:240:10 --------
993[warn] 240 | t.containerQr2
994[warn] | ^^^^^^^^^^^^^^
995[warn] |Implicit parameters should be provided with a `using` clause.
996[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
997[warn] |To disable the warning, please use the following option:
998[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
999[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:256:10 --------
1000[warn] 256 | t.containerQr
1001[warn] | ^^^^^^^^^^^^^
1002[warn] |Implicit parameters should be provided with a `using` clause.
1003[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1004[warn] |To disable the warning, please use the following option:
1005[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1006[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:423:61 --------
1007[warn] 423 | val exprStr = Renderable.renderSql(orderBy.expr)(newCtx)
1008[warn] | ^^^^^^
1009[warn] |Implicit parameters should be provided with a `using` clause.
1010[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1011[warn] |To disable the warning, please use the following option:
1012[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1013[warn] -- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:447:37 --------
1014[warn] 447 | new ValuesRenderer[Q, R](this)(implicitly, prevContext)
1015[warn] | ^^^^^^^^^^
1016[warn] |Implicit parameters should be provided with a `using` clause.
1017[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1018[warn] |To disable the warning, please use the following option:
1019[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1020[warn] -- Warning: /build/repo/scalasql/src/dialects/SqliteDialect.scala:210:10 -------
1021[warn] 210 | t.containerQr
1022[warn] | ^^^^^^^^^^^^^
1023[warn] |Implicit parameters should be provided with a `using` clause.
1024[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1025[warn] |To disable the warning, please use the following option:
1026[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1027[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:26:8 --------------
1028[warn] 26 | t.containerQr,
1029[warn] | ^^^^^^^^^^^^^
1030[warn] |Implicit parameters should be provided with a `using` clause.
1031[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1032[warn] |To disable the warning, please use the following option:
1033[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1034[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:43:8 --------------
1035[warn] 43 | t.containerQr2,
1036[warn] | ^^^^^^^^^^^^^^
1037[warn] |Implicit parameters should be provided with a `using` clause.
1038[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1039[warn] |To disable the warning, please use the following option:
1040[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1041[warn] -- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:53:33 -------------
1042[warn] 53 | new Insert.Impl(expr, ref)(t.containerQr2, dialect)
1043[warn] | ^^^^^^^^^^^^^^
1044[warn] |Implicit parameters should be provided with a `using` clause.
1045[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1046[warn] |To disable the warning, please use the following option:
1047[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1048[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:305:42
1049[warn] 305 | implicit def AggAnyOpsConv[T: TypeMapper](v: Aggregatable[Expr[T]])(
1050[warn] | ^
1051[warn] | unused implicit parameter
1052[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:312:33
1053[warn] 312 | implicit def DbApiQueryOpsConv(db: => DbApi): DbApiQueryOps = new DbApiQueryOps(this)
1054[warn] | ^^
1055[warn] | unused explicit parameter
1056[warn] -- [E198] Unused Symbol Warning: /build/repo/scalasql/src/dialects/Dialect.scala:313:28
1057[warn] 313 | implicit def DbApiOpsConv(db: => DbApi): DbApiOps = new DbApiOps(this)
1058[warn] | ^^
1059[warn] | unused explicit parameter
1060[warn] there were 62 feature warnings; re-run with -feature for details
1061[warn] 15 warnings found
1062[info] done compiling
1063Successfully evaluated scalasql[3.7.4].compile
1064Flag -classpath set repeatedly
1065-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:33:8 ---------------
106633 | def get(r: ResultSet, idx: Int) = r.getString(idx)
1067 | ^
1068 | Couldn't resolve a member for the given link query: T
1069-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:34:8 ---------------
107034 | def put(r: PreparedStatement, idx: Int, v: String) = r.setString(idx, v)
1071 | ^
1072 | Couldn't resolve a member for the given link query: T
1073-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:40:8 ---------------
107440 | def get(r: ResultSet, idx: Int) = r.getByte(idx)
1075 | ^
1076 | Couldn't resolve a member for the given link query: T
1077-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:41:8 ---------------
107841 | def put(r: PreparedStatement, idx: Int, v: Byte) = r.setByte(idx, v)
1079 | ^
1080 | Couldn't resolve a member for the given link query: T
1081-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:47:8 ---------------
108247 | def get(r: ResultSet, idx: Int) = r.getShort(idx)
1083 | ^
1084 | Couldn't resolve a member for the given link query: T
1085-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:48:8 ---------------
108648 | def put(r: PreparedStatement, idx: Int, v: Short) = r.setShort(idx, v)
1087 | ^
1088 | Couldn't resolve a member for the given link query: T
1089-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:54:8 ---------------
109054 | def get(r: ResultSet, idx: Int) = r.getInt(idx)
1091 | ^
1092 | Couldn't resolve a member for the given link query: T
1093-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:55:8 ---------------
109455 | def put(r: PreparedStatement, idx: Int, v: Int) = r.setInt(idx, v)
1095 | ^
1096 | Couldn't resolve a member for the given link query: T
1097-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:61:8 ---------------
109861 | def get(r: ResultSet, idx: Int) = r.getLong(idx)
1099 | ^
1100 | Couldn't resolve a member for the given link query: T
1101-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:62:8 ---------------
110262 | def put(r: PreparedStatement, idx: Int, v: Long) = r.setLong(idx, v)
1103 | ^
1104 | Couldn't resolve a member for the given link query: T
1105-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:68:8 ---------------
110668 | def get(r: ResultSet, idx: Int) = r.getFloat(idx)
1107 | ^
1108 | Couldn't resolve a member for the given link query: T
1109-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:69:8 ---------------
111069 | def put(r: PreparedStatement, idx: Int, v: Float) = r.setFloat(idx, v)
1111 | ^
1112 | Couldn't resolve a member for the given link query: T
1113-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:75:8 ---------------
111475 | def get(r: ResultSet, idx: Int) = r.getDouble(idx)
1115 | ^
1116 | Couldn't resolve a member for the given link query: T
1117-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:76:8 ---------------
111876 | def put(r: PreparedStatement, idx: Int, v: Double) = r.setDouble(idx, v)
1119 | ^
1120 | Couldn't resolve a member for the given link query: T
1121-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:82:8 ---------------
112282 | def get(r: ResultSet, idx: Int) = r.getBigDecimal(idx)
1123 | ^
1124 | Couldn't resolve a member for the given link query: T
1125-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:83:8 ---------------
112683 | def put(r: PreparedStatement, idx: Int, v: scala.math.BigDecimal) = r
1127 | ^
1128 | Couldn't resolve a member for the given link query: T
1129-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:90:8 ---------------
113090 | def get(r: ResultSet, idx: Int) = r.getBoolean(idx)
1131 | ^
1132 | Couldn't resolve a member for the given link query: T
1133-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:91:8 ---------------
113491 | def put(r: PreparedStatement, idx: Int, v: Boolean) = r.setBoolean(idx, v)
1135 | ^
1136 | Couldn't resolve a member for the given link query: T
1137-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:98:8 ---------------
113898 | def get(r: ResultSet, idx: Int) = {
1139 | ^
1140 | Couldn't resolve a member for the given link query: T
1141-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:106:8 --------------
1142106 | def put(r: PreparedStatement, idx: Int, v: UUID) = {
1143 | ^
1144 | Couldn't resolve a member for the given link query: T
1145-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:114:8 --------------
1146114 | def get(r: ResultSet, idx: Int) = {
1147 | ^
1148 | Couldn't resolve a member for the given link query: T
1149-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:119:8 --------------
1150119 | def put(r: PreparedStatement, idx: Int, v: geny.Bytes) = {
1151 | ^
1152 | Couldn't resolve a member for the given link query: T
1153-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:128:8 --------------
1154128 | def get(r: ResultSet, idx: Int) = {
1155 | ^
1156 | Couldn't resolve a member for the given link query: T
1157-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:133:8 --------------
1158133 | def put(r: PreparedStatement, idx: Int, v: java.util.Date) = {
1159 | ^
1160 | Couldn't resolve a member for the given link query: T
1161-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:142:8 --------------
1162142 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDate])
1163 | ^
1164 | Couldn't resolve a member for the given link query: T
1165-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:143:8 --------------
1166143 | def put(r: PreparedStatement, idx: Int, v: LocalDate) = r.setObject(idx, v)
1167 | ^
1168 | Couldn't resolve a member for the given link query: T
1169-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:149:8 --------------
1170149 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalTime])
1171 | ^
1172 | Couldn't resolve a member for the given link query: T
1173-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:150:8 --------------
1174150 | def put(r: PreparedStatement, idx: Int, v: LocalTime) = r.setObject(idx, v)
1175 | ^
1176 | Couldn't resolve a member for the given link query: T
1177-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:156:8 --------------
1178156 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[LocalDateTime])
1179 | ^
1180 | Couldn't resolve a member for the given link query: T
1181-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:157:8 --------------
1182157 | def put(r: PreparedStatement, idx: Int, v: LocalDateTime) = r.setObject(idx, v)
1183 | ^
1184 | Couldn't resolve a member for the given link query: T
1185-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:164:8 --------------
1186164 | def get(r: ResultSet, idx: Int) = {
1187 | ^
1188 | Couldn't resolve a member for the given link query: T
1189-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:169:8 --------------
1190169 | def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1191 | ^
1192 | Couldn't resolve a member for the given link query: T
1193-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:179:8 --------------
1194179 | def get(r: ResultSet, idx: Int) = {
1195 | ^
1196 | Couldn't resolve a member for the given link query: T
1197-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:196:8 --------------
1198196 | def put(r: PreparedStatement, idx: Int, v: Instant) = {
1199 | ^
1200 | Couldn't resolve a member for the given link query: T
1201-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:206:8 --------------
1202206 | def get(r: ResultSet, idx: Int) = r.getObject(idx, classOf[OffsetTime])
1203 | ^
1204 | Couldn't resolve a member for the given link query: T
1205-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:207:8 --------------
1206207 | def put(r: PreparedStatement, idx: Int, v: OffsetTime) = r.setObject(idx, v)
1207 | ^
1208 | Couldn't resolve a member for the given link query: T
1209-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:214:8 --------------
1210214 | def get(r: ResultSet, idx: Int) = {
1211 | ^
1212 | Couldn't resolve a member for the given link query: T
1213-- Warning: /build/repo/scalasql/src/dialects/Dialect.scala:219:8 --------------
1214219 | def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1215 | ^
1216 | Couldn't resolve a member for the given link query: T
1217-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:106:17 --------
1218106 | override def get(r: ResultSet, idx: Int) = {
1219 | ^
1220 | Couldn't resolve a member for the given link query: T
1221-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:112:17 --------
1222112 | override def put(r: PreparedStatement, idx: Int, v: ZonedDateTime) = {
1223 | ^
1224 | Couldn't resolve a member for the given link query: T
1225-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:122:17 --------
1226122 | override def get(r: ResultSet, idx: Int) = {
1227 | ^
1228 | Couldn't resolve a member for the given link query: T
1229-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:126:17 --------
1230126 | override def put(r: PreparedStatement, idx: Int, v: OffsetDateTime) = {
1231 | ^
1232 | Couldn't resolve a member for the given link query: T
1233-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:16:6 -------------
123416 | def rtrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"RTRIM($v, $x)" }
1235 | ^
1236 | Couldn't resolve a member for the given link query: x
1237-- Warning: /build/repo/scalasql/operations/src/TrimOps.scala:11:6 -------------
123811 | def ltrim(x: Expr[String]): Expr[String] = Expr { implicit ctx => sql"LTRIM($v, $x)" }
1239 | ^
1240 | Couldn't resolve a member for the given link query: x
1241-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:60:6 --------------
124260 | def delete(filter: V[Column] => Expr[Boolean]): Delete[V[Column]] = {
1243 | ^
1244 | Couldn't resolve a member for the given link query: filter
1245-- Warning: /build/repo/scalasql/src/dialects/TableOps.scala:40:6 --------------
124640 | def update(filter: V[Column] => Expr[Boolean]): Update[V[Column], V[Sc]] = {
1247 | ^
1248 | Couldn't resolve a member for the given link query: filter
1249-- Warning: /build/repo/scalasql/query/src/Select.scala:264:6 ------------------
1250264 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1251 | ^
1252 | Couldn't resolve a member for the given link query: other
1253-- Warning: /build/repo/scalasql/query/src/JoinOps.scala:10:6 ------------------
125410 | def join[Q2, R2, QF, RF](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/query/src/Select.scala:278:6 ------------------
1258278 | def contains(other: Q): Expr[Boolean] = Expr { implicit ctx =>
1259 | ^
1260 | Couldn't resolve a member for the given link query: other
1261-- Warning: /build/repo/scalasql/query/src/Select.scala:187:6 ------------------
1262187 | def intersect(other: Select[Q, R]): Select[Q, R] = compound0("INTERSECT", other)
1263 | ^
1264 | Couldn't resolve a member for the given link query: other
1265-- Warning: /build/repo/scalasql/query/src/Select.scala:90:6 -------------------
126690 | def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1267 | ^
1268 | Couldn't resolve a member for the given link query: f
1269-- Warning: /build/repo/scalasql/query/src/Select.scala:107:6 ------------------
1270107 | def filterIf(cond: Boolean)(
1271 | ^
1272 | Couldn't resolve a member for the given link query: cond
1273-- Warning: /build/repo/scalasql/query/src/Select.scala:257:6 ------------------
1274257 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1275 | ^
1276 | Couldn't resolve a member for the given link query: other
1277-- Warning: /build/repo/scalasql/query/src/Select.scala:200:6 ------------------
1278200 | def drop(n: Int): Select[Q, R]
1279 | ^
1280 | Couldn't resolve a member for the given link query: n
1281-- Warning: /build/repo/scalasql/query/src/Select.scala:130:6 ------------------
1282130 | def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1283 | ^
1284 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1285-- Warning: /build/repo/scalasql/query/src/Select.scala:206:6 ------------------
1286206 | def take(n: Int): Select[Q, R]
1287 | ^
1288 | Couldn't resolve a member for the given link query: n
1289-- Warning: /build/repo/scalasql/query/src/Select.scala:271:6 ------------------
1290271 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1291 | ^
1292 | Couldn't resolve a member for the given link query: other
1293-- Warning: /build/repo/scalasql/query/src/Select.scala:193:6 ------------------
1294193 | def except(other: Select[Q, R]): Select[Q, R] = compound0("EXCEPT", other)
1295 | ^
1296 | Couldn't resolve a member for the given link query: other
1297-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:304:17 --------
1298304 | override def take(n: Int): scalasql.query.Select[Q, R] = {
1299 | ^
1300 | Couldn't resolve a member for the given link query: n
1301-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:308:17 --------
1302308 | override def drop(n: Int): scalasql.query.Select[Q, R] = throw new Exception(
1303 | ^
1304 | Couldn't resolve a member for the given link query: n
1305-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:146:6 ------------
1306146 | def rightJoin[Q2, R2](other: Joinable[Q2, R2])(
1307 | ^
1308 | Couldn't resolve a member for the given link query: other
1309-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:72:6 -------------
131072 | def flatMap[Q2, R2](
1311 | ^
1312 | Couldn't resolve a member for the given link query: f
1313-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:98:6 -------------
131498 | def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1315 | ^
1316 | Couldn't resolve a member for the given link query: cond
1317-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:140:6 ------------
1318140 | def leftJoin[Q2, R2](other: Joinable[Q2, R2])(
1319 | ^
1320 | Couldn't resolve a member for the given link query: other
1321-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:171:6 ------------
1322171 | def mapAggregate[Q2, R2](
1323 | ^
1324 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1325-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:152:6 ------------
1326152 | def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1327 | ^
1328 | Couldn't resolve a member for the given link query: other
1329-- Warning: /build/repo/scalasql/src/dialects/MsSqlDialect.scala:324:17 --------
1330324 | override def take(n: Int): scalasql.query.Select[Q, R] = copy(
1331 | ^
1332 | Couldn't resolve a member for the given link query: n
1333-- Warning: /build/repo/scalasql/query/src/Select.scala:389:17 -----------------
1334389 | override def rightJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1335 | ^
1336 | Couldn't resolve a member for the given link query: other
1337-- Warning: /build/repo/scalasql/query/src/Select.scala:340:17 -----------------
1338340 | override def flatMap[Q2, R2](f: Q => FlatJoin.Rhs[Q2, R2])(
1339 | ^
1340 | Couldn't resolve a member for the given link query: f
1341-- Warning: /build/repo/scalasql/query/src/Select.scala:346:17 -----------------
1342346 | override def filterIf(cond: Boolean)(f: Q => Expr[Boolean]): Select[Q, R] =
1343 | ^
1344 | Couldn't resolve a member for the given link query: cond
1345-- Warning: /build/repo/scalasql/query/src/Select.scala:385:17 -----------------
1346385 | override def leftJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1347 | ^
1348 | Couldn't resolve a member for the given link query: other
1349-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:74:15 ----------
135074 | override def drop(n: Int): Select[Q, R] =
1351 | ^
1352 | Couldn't resolve a member for the given link query: n
1353-- Warning: /build/repo/scalasql/query/src/Select.scala:356:17 -----------------
1354356 | override def mapAggregate[Q2, R2](f: (Q, Aggregatable.Proxy[Q]) => Q2)(
1355 | ^
1356 |Couldn't resolve a member for the given link query: Aggregatable.Proxy
1357-- Warning: /build/repo/scalasql/query/src/Select.scala:393:17 -----------------
1358393 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1359 | ^
1360 | Couldn't resolve a member for the given link query: other
1361-- Warning: /build/repo/scalasql/core/src/Expr.scala:52:8 ----------------------
136252 | def deconstruct(r: T): E[T] = Expr[T] { implicit ctx: Context =>
1363 | ^
1364 | Couldn't resolve a member for the given link query: R
1365-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:218:6 ------------
1366218 | def drop(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, None, Some(n))
1367 | ^
1368 | Couldn't resolve a member for the given link query: n
1369-- Warning: /build/repo/scalasql/query/src/SimpleSelect.scala:219:6 ------------
1370219 | def take(n: Int): Select[Q, R] = newCompoundSelect(this, Nil, Nil, Some(n), None)
1371 | ^
1372 | Couldn't resolve a member for the given link query: n
1373-- Warning: /build/repo/scalasql/query/src/CompoundSelect.scala:76:15 ----------
137476 | override def take(n: Int): Select[Q, R] = copy(limit = Some(limit.fold(n)(math.min(_, n))))
1375 | ^
1376 | Couldn't resolve a member for the given link query: n
1377-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:81:17 ---------
137881 | override def put(r: PreparedStatement, idx: Int, v: UUID) = {
1379 | ^
1380 | Couldn't resolve a member for the given link query: T
1381-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:228:17 --------
1382228 | override def update(
1383 | ^
1384 | Couldn't resolve a member for the given link query: filter
1385-- Warning: /build/repo/scalasql/src/dialects/MySqlDialect.scala:387:17 --------
1386387 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1387 | ^
1388 | Couldn't resolve a member for the given link query: other
1389-- Warning: /build/repo/scalasql/query/src/Select.scala:374:17 -----------------
1390374 | override def drop(n: Int): Select[Q, R] = selectToSimpleSelect().drop(n)
1391 | ^
1392 | Couldn't resolve a member for the given link query: n
1393-- Warning: /build/repo/scalasql/query/src/Select.scala:375:17 -----------------
1394375 | override def take(n: Int): Select[Q, R] = selectToSimpleSelect().take(n)
1395 | ^
1396 | Couldn't resolve a member for the given link query: n
1397-- Warning: /build/repo/scalasql/src/dialects/H2Dialect.scala:178:17 -----------
1398178 | override def outerJoin[Q2, R2](other: Joinable[Q2, R2])(on: (Q, Q2) => Expr[Boolean])(
1399 | ^
1400 | Couldn't resolve a member for the given link query: other
140185 warnings found
1402Successfully evaluated scalasql[3.7.4].docJar
1403[info] compiling 58 Scala sources to /build/repo/out/scalasql/3.7.4/test/compile.dest/classes ...
1404[warn] -- Warning: /build/repo/scalasql/test/src/datatypes/OptionalTests.scala:42:6 ---
1405[warn] 42 | )(implicitly, utest.framework.TestPath(Nil))
1406[warn] | ^^^^^^^^^^
1407[warn] |Implicit parameters should be provided with a `using` clause.
1408[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1409[warn] |To disable the warning, please use the following option:
1410[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1411[warn] -- Warning: /build/repo/scalasql/test/src/operations/DbCountOpsTests.scala:149:6
1412[warn] 149 | )(implicitly, utest.framework.TestPath(Nil))
1413[warn] | ^^^^^^^^^^
1414[warn] |Implicit parameters should be provided with a `using` clause.
1415[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1416[warn] |To disable the warning, please use the following option:
1417[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1418[warn] there were 2 feature warnings; re-run with -feature for details
1419[warn] three warnings found
1420[info] done compiling
1421Successfully evaluated scalasql[3.7.4].test.compile
1422Publishing Artifact(com.lihaoyi,scalasql_3,0.2.3-DIRTYbfd6e580) to ivy repo /root/.ivy2/local
1423Successfully evaluated scalasql[3.7.4].publishLocal
1424
1425************************
1426Build summary:
1427[{
1428 "module": "scalasql-core",
1429 "compile": {"status": "ok", "tookMs": 10655, "warnings": 0, "errors": 0},
1430 "doc": {"status": "ok", "tookMs": 6789, "files": 1, "totalSizeKb": 2870},
1431 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1432 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1433 "publish": {"status": "ok", "tookMs": 599},
1434 "metadata": {
1435 "crossScalaVersions": ["2.13.12", "3.6.2"]
1436}
1437},{
1438 "module": "scalasql-query",
1439 "compile": {"status": "ok", "tookMs": 15946, "warnings": 0, "errors": 0},
1440 "doc": {"status": "ok", "tookMs": 9616, "files": 1, "totalSizeKb": 3264},
1441 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1442 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1443 "publish": {"status": "ok", "tookMs": 197},
1444 "metadata": {
1445 "crossScalaVersions": ["2.13.12", "3.6.2"]
1446}
1447},{
1448 "module": "scalasql-operations",
1449 "compile": {"status": "ok", "tookMs": 7251, "warnings": 0, "errors": 0},
1450 "doc": {"status": "ok", "tookMs": 4693, "files": 1, "totalSizeKb": 2724},
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": 116},
1454 "metadata": {
1455 "crossScalaVersions": ["2.13.12", "3.6.2"]
1456}
1457},{
1458 "module": "scalasql",
1459 "compile": {"status": "ok", "tookMs": 12643, "warnings": 0, "errors": 0},
1460 "doc": {"status": "ok", "tookMs": 14637, "files": 1, "totalSizeKb": 3350},
1461 "test-compile": {"status": "ok", "tookMs": 62862, "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": 224},
1464 "metadata": {
1465 "crossScalaVersions": ["2.13.12", "3.6.2"]
1466}
1467}]
1468************************"
1469
1470Checking patch build.mill...
1471Applied patch build.mill cleanly.