Skip to content

Commit c537aa8

Browse files
committed
deploy: 8b80864
1 parent 83c135a commit c537aa8

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

reference/Encoders.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 id="base-encoders" class="section"><a class="anchor-link left" href="#base-e
157157
</span><span class="comment">// res0: Fragment[String] = Fragment(
158158
// parts = List(
159159
// Left(value = &quot;SELECT name FROM country WHERE code = &quot;),
160-
// Right(value = cats.data.IndexedStateT@347c0dc5),
160+
// Right(value = cats.data.IndexedStateT@3f9ae15),
161161
// Left(value = &quot;&quot;)
162162
// ),
163163
// encoder = Codec(varchar),
@@ -170,9 +170,9 @@ <h2 id="base-encoders" class="section"><a class="anchor-link left" href="#base-e
170170
</span><span class="comment">// res1: Fragment[String *: Long *: EmptyTuple] = Fragment(
171171
// parts = List(
172172
// Left(value = &quot;SELECT name FROM country WHERE code = &quot;),
173-
// Right(value = cats.data.IndexedStateT@347c0dc5),
173+
// Right(value = cats.data.IndexedStateT@3f9ae15),
174174
// Left(value = &quot; AND population &lt; &quot;),
175-
// Right(value = cats.data.IndexedStateT@1a65be72),
175+
// Right(value = cats.data.IndexedStateT@55ed5606),
176176
// Left(value = &quot;&quot;)
177177
// ),
178178
// encoder = Codec(varchar, int8),
@@ -191,7 +191,7 @@ <h2 id="composite-encoders" class="section"><a class="anchor-link left" href="#c
191191
</span><span class="comment">// res2: Fragment[String ~ Int] = Fragment(
192192
// parts = List(
193193
// Left(value = &quot;INSERT INTO person (name, age) VALUES (&quot;),
194-
// Right(value = cats.data.IndexedStateT@6fec24db),
194+
// Right(value = cats.data.IndexedStateT@4e22ee08),
195195
// Left(value = &quot;)&quot;)
196196
// ),
197197
// encoder = Codec(varchar, int4),
@@ -209,9 +209,9 @@ <h2 id="composite-encoders" class="section"><a class="anchor-link left" href="#c
209209
// Left(
210210
// value = &quot;INSERT INTO person (comment, name, age, weight, comment) VALUES (&quot;
211211
// ),
212-
// Right(value = cats.data.IndexedStateT@607a791a),
212+
// Right(value = cats.data.IndexedStateT@69c0b552),
213213
// Left(value = &quot;, &quot;),
214-
// Right(value = cats.data.IndexedStateT@5eecef0b),
214+
// Right(value = cats.data.IndexedStateT@26e0269f),
215215
// Left(value = &quot;)&quot;)
216216
// ),
217217
// encoder = Codec(text, varchar, int4, float4),
@@ -227,7 +227,7 @@ <h2 id="combinators" class="section"><a class="anchor-link left" href="#combinat
227227
</span><span class="comment">// res4: Fragment[String ~ Int] = Fragment(
228228
// parts = List(
229229
// Left(value = &quot;INSERT INTO person (name, age) VALUES &quot;),
230-
// Right(value = cats.data.IndexedStateT@550fd81f),
230+
// Right(value = cats.data.IndexedStateT@5cddbe39),
231231
// Left(value = &quot;&quot;)
232232
// ),
233233
// encoder = Encoder(varchar, int4),
@@ -242,7 +242,7 @@ <h2 id="combinators" class="section"><a class="anchor-link left" href="#combinat
242242
</span><span class="comment">// res5: Fragment[List[String ~ Int]] = Fragment(
243243
// parts = List(
244244
// Left(value = &quot;INSERT INTO person (name, age) VALUES &quot;),
245-
// Right(value = cats.data.IndexedStateT@19c50927),
245+
// Right(value = cats.data.IndexedStateT@705d13a4),
246246
// Left(value = &quot;&quot;)
247247
// ),
248248
// encoder = Encoder(varchar, int4, varchar, int4, varchar, int4),
@@ -261,7 +261,7 @@ <h2 id="transforming-the-input-type" class="section"><a class="anchor-link left"
261261
</span><span class="comment">// res6: Fragment[Person] = Fragment(
262262
// parts = List(
263263
// Left(value = &quot;INSERT INTO person (name, age) VALUES &quot;),
264-
// Right(value = cats.data.IndexedStateT@2c3f2ec0),
264+
// Right(value = cats.data.IndexedStateT@57a23fd2),
265265
// Left(value = &quot;&quot;)
266266
// ),
267267
// encoder = Encoder(varchar, int4),
@@ -278,7 +278,7 @@ <h2 id="transforming-the-input-type" class="section"><a class="anchor-link left"
278278
</span><span class="comment">// res8: Fragment[Person] = Fragment(
279279
// parts = List(
280280
// Left(value = &quot;INSERT INTO person (name, age) VALUES &quot;),
281-
// Right(value = cats.data.IndexedStateT@27f23016),
281+
// Right(value = cats.data.IndexedStateT@397e17c8),
282282
// Left(value = &quot;&quot;)
283283
// ),
284284
// encoder = Encoder(varchar, int4),

reference/Fragments.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1 id="fragments" class="title">Fragments</h1>
155155
</span><span class="comment">// f2: Fragment[Long] = Fragment(
156156
// parts = List(
157157
// Left(value = &quot;SELECT foo FROM bar WHERE baz = &quot;),
158-
// Right(value = cats.data.IndexedStateT@1a65be72),
158+
// Right(value = cats.data.IndexedStateT@55ed5606),
159159
// Left(value = &quot;&quot;)
160160
// ),
161161
// encoder = Codec(int8),
@@ -170,9 +170,9 @@ <h2 id="interpolating-parameter-encoders" class="section"><a class="anchor-link
170170
</span><span class="comment">// f3: Fragment[Int *: String *: EmptyTuple] = Fragment(
171171
// parts = List(
172172
// Left(value = &quot;foo &quot;),
173-
// Right(value = cats.data.IndexedStateT@201815fa),
173+
// Right(value = cats.data.IndexedStateT@38c883cc),
174174
// Left(value = &quot; bar &quot;),
175-
// Right(value = cats.data.IndexedStateT@347c0dc5),
175+
// Right(value = cats.data.IndexedStateT@3f9ae15),
176176
// Left(value = &quot; bar&quot;)
177177
// ),
178178
// encoder = Codec(int4, varchar),
@@ -219,7 +219,7 @@ <h2 id="composing-fragments" class="section"><a class="anchor-link left" href="#
219219
</span><span class="comment">// f4: Fragment[Int] = Fragment(
220220
// parts = List(
221221
// Left(value = &quot;SELECT &quot;),
222-
// Right(value = cats.data.IndexedStateT@201815fa),
222+
// Right(value = cats.data.IndexedStateT@38c883cc),
223223
// Left(value = &quot;, foo FROM blah WHERE &quot;)
224224
// ),
225225
// encoder = Codec(int4),
@@ -230,7 +230,7 @@ <h2 id="composing-fragments" class="section"><a class="anchor-link left" href="#
230230
</span><span class="comment">// f5: Fragment[String] = Fragment(
231231
// parts = List(
232232
// Left(value = &quot;bar = &quot;),
233-
// Right(value = cats.data.IndexedStateT@347c0dc5),
233+
// Right(value = cats.data.IndexedStateT@3f9ae15),
234234
// Left(value = &quot;&quot;)
235235
// ),
236236
// encoder = Codec(varchar),
@@ -241,10 +241,10 @@ <h2 id="composing-fragments" class="section"><a class="anchor-link left" href="#
241241
</span><span class="comment">// f6: Fragment[Int *: String *: EmptyTuple] = Fragment(
242242
// parts = List(
243243
// Left(value = &quot;SELECT &quot;),
244-
// Right(value = cats.data.IndexedStateT@201815fa),
244+
// Right(value = cats.data.IndexedStateT@38c883cc),
245245
// Left(value = &quot;, foo FROM blah WHERE &quot;),
246246
// Left(value = &quot;bar = &quot;),
247-
// Right(value = cats.data.IndexedStateT@347c0dc5),
247+
// Right(value = cats.data.IndexedStateT@3f9ae15),
248248
// Left(value = &quot;&quot;)
249249
// ),
250250
// encoder = Encoder(int4, varchar),
@@ -255,7 +255,7 @@ <h2 id="composing-fragments" class="section"><a class="anchor-link left" href="#
255255
</span><span class="comment">// f7: Fragment[String] = Fragment(
256256
// parts = List(
257257
// Left(value = &quot;bar = &quot;),
258-
// Right(value = cats.data.IndexedStateT@347c0dc5),
258+
// Right(value = cats.data.IndexedStateT@3f9ae15),
259259
// Left(value = &quot;&quot;)
260260
// ),
261261
// encoder = Codec(varchar),
@@ -266,13 +266,13 @@ <h2 id="composing-fragments" class="section"><a class="anchor-link left" href="#
266266
</span><span class="comment">// f8: Fragment[Int *: String *: Short *: EmptyTuple] = Fragment(
267267
// parts = List(
268268
// Left(value = &quot;SELECT &quot;),
269-
// Right(value = cats.data.IndexedStateT@201815fa),
269+
// Right(value = cats.data.IndexedStateT@38c883cc),
270270
// Left(value = &quot;, foo FROM blah WHERE &quot;),
271271
// Left(value = &quot;bar = &quot;),
272-
// Right(value = cats.data.IndexedStateT@347c0dc5),
272+
// Right(value = cats.data.IndexedStateT@3f9ae15),
273273
// Left(value = &quot;&quot;),
274274
// Left(value = &quot; AND x = &quot;),
275-
// Right(value = cats.data.IndexedStateT@3bbf80aa),
275+
// Right(value = cats.data.IndexedStateT@57725fa8),
276276
// Left(value = &quot;&quot;)
277277
// ),
278278
// encoder = Encoder(int4, varchar, int2),
@@ -289,9 +289,9 @@ <h2 id="contramapping-fragments" class="section"><a class="anchor-link left" hre
289289
</span><span class="comment">// f9: Fragment[String *: Int *: EmptyTuple] = Fragment(
290290
// parts = List(
291291
// Left(value = &quot;INSERT ... VALUES (&quot;),
292-
// Right(value = cats.data.IndexedStateT@347c0dc5),
292+
// Right(value = cats.data.IndexedStateT@3f9ae15),
293293
// Left(value = &quot;, &quot;),
294-
// Right(value = cats.data.IndexedStateT@201815fa),
294+
// Right(value = cats.data.IndexedStateT@38c883cc),
295295
// Left(value = &quot;)&quot;)
296296
// ),
297297
// encoder = Codec(varchar, int4),
@@ -303,9 +303,9 @@ <h2 id="contramapping-fragments" class="section"><a class="anchor-link left" hre
303303
</span><span class="comment">// f10: Fragment[Person] = Fragment(
304304
// parts = List(
305305
// Left(value = &quot;INSERT ... VALUES (&quot;),
306-
// Right(value = cats.data.IndexedStateT@347c0dc5),
306+
// Right(value = cats.data.IndexedStateT@3f9ae15),
307307
// Left(value = &quot;, &quot;),
308-
// Right(value = cats.data.IndexedStateT@201815fa),
308+
// Right(value = cats.data.IndexedStateT@38c883cc),
309309
// Left(value = &quot;)&quot;)
310310
// ),
311311
// encoder = Encoder(varchar, int4),
@@ -317,9 +317,9 @@ <h2 id="contramapping-fragments" class="section"><a class="anchor-link left" hre
317317
</span><span class="comment">// f11: Fragment[Person] = Fragment(
318318
// parts = List(
319319
// Left(value = &quot;INSERT ... VALUES (&quot;),
320-
// Right(value = cats.data.IndexedStateT@347c0dc5),
320+
// Right(value = cats.data.IndexedStateT@3f9ae15),
321321
// Left(value = &quot;, &quot;),
322-
// Right(value = cats.data.IndexedStateT@201815fa),
322+
// Right(value = cats.data.IndexedStateT@38c883cc),
323323
// Left(value = &quot;)&quot;)
324324
// ),
325325
// encoder = Encoder(varchar, int4),

tutorial/Query.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ <h2 id="full-example" class="section"><a class="anchor-link left" href="#full-ex
499499

500500
}</span></code></pre>
501501
<p>Running this program yields the following.</p>
502-
<pre><code>timestamp is 2025-09-22T12:29:02.114908Z
502+
<pre><code>timestamp is 2025-10-29T14:55:06.453138Z
503503
Country(United Arab Emirates,ARE,2441000)
504504
Country(United Kingdom,GBR,59623400)
505505
Country(Uganda,UGA,21778000)
@@ -588,7 +588,7 @@ <h2 id="service-oriented-example" class="section"><a class="anchor-link left" hr
588588

589589
}</span></code></pre>
590590
<p>Running this program yields the same output as above.</p>
591-
<pre><code>timestamp is 2025-09-22T12:29:02.241978Z
591+
<pre><code>timestamp is 2025-10-29T14:55:06.599938Z
592592
Country(United Arab Emirates,ARE,2441000)
593593
Country(United Kingdom,GBR,59623400)
594594
Country(Uganda,UGA,21778000)

tutorial/Setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h2 id="verify-your-setup" class="section"><a class="anchor-link left" href="#ve
191191
<li>At ④ we use the <a href="../reference/Fragments.html">sql interpolator</a> to construct a <code>Query</code> that selects a single column of schema type <code>date</code> (yielding <code>d</code>, a value of type <code>java.time.LocalDate</code>), then we ask the session to execute it, expecting a <em>unique</em> value back; i.e., exactly one row.</li>
192192
</ul>
193193
<p>When we run the program we see the current date.</p>
194-
<pre><code>The current date is 2025-09-22.</code></pre>
194+
<pre><code>The current date is 2025-10-29.</code></pre>
195195

196196
<h2 id="experiment" class="section"><a class="anchor-link left" href="#experiment"><i class="icofont-laika link">&#xef71;</i></a>Experiment</h2>
197197
<p>Here are some modifications that will cause runtime failures. Give them a try and see how Skunk responds.</p>

0 commit comments

Comments
 (0)