We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca2da3 commit a617cc5Copy full SHA for a617cc5
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.17"
+ivy"com.lihaoyi::scalasql:0.1.18"
75
```
76
77
ScalaSql supports Scala 2.13.x and >=3.6.2
@@ -130,6 +130,10 @@ ScalaSql supports Scala 2.13.x and >=3.6.2
130
131
## Changelog
132
133
+### 0.1.18
134
+
135
+* Fix for escaped update with where clause [#79](https://github.com/com-lihaoyi/scalasql/pull/79)
136
137
### 0.1.17
138
139
* Add `filterIf` and `filterOpt` utility methds to Select [#77](https://github.com/com-lihaoyi/scalasql/pull/77)
0 commit comments