We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5710e commit 87c730bCopy full SHA for 87c730b
readme.md
@@ -71,7 +71,7 @@ you are able to investigate and fix them!
71
To get started with ScalaSql, add it to your `build.sc` file as follows:
72
73
```scala
74
-ivy"com.lihaoyi::scalasql:0.1.14"
+ivy"com.lihaoyi::scalasql:0.1.15"
75
```
76
77
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,6 +130,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130
131
## Changelog
132
133
+### 0.1.15
134
+
135
+* Support `schemaName` in non-SELECT queries [#57](https://github.com/com-lihaoyi/scalasql/pull/57)
136
137
### 0.1.14
138
139
* Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)
0 commit comments