From 24be49cd322efe3699163167165bb234b91d7faf Mon Sep 17 00:00:00 2001 From: mpilquist Date: Sun, 31 Mar 2024 13:22:56 +0000 Subject: [PATCH] deploy: c0a239acd72e6781cc99c61a28b0bfe8b1a5bfe5 --- reference/Encoders.html | 20 ++++++++++---------- reference/Fragments.html | 34 +++++++++++++++++----------------- tutorial/Query.html | 4 ++-- tutorial/Setup.html | 2 +- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/reference/Encoders.html b/reference/Encoders.html index cbaa7aba..1361fc4e 100644 --- a/reference/Encoders.html +++ b/reference/Encoders.html @@ -157,7 +157,7 @@

// res0: Fragment[String] = Fragment( // parts = List( // Left(value = "SELECT name FROM country WHERE code = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = "") // ), // encoder = Codec(varchar), @@ -170,9 +170,9 @@

// res1: Fragment[String *: Long *: EmptyTuple] = Fragment( // parts = List( // Left(value = "SELECT name FROM country WHERE code = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = " AND population < "), -// Right(value = cats.data.IndexedStateT@18547700), +// Right(value = cats.data.IndexedStateT@26dd02f6), // Left(value = "") // ), // encoder = Codec(varchar, int8), @@ -191,7 +191,7 @@

// res2: Fragment[String ~ Int] = Fragment( // parts = List( // Left(value = "INSERT INTO person (name, age) VALUES ("), -// Right(value = cats.data.IndexedStateT@1dc14cd2), +// Right(value = cats.data.IndexedStateT@c9e1b40), // Left(value = ")") // ), // encoder = Codec(varchar, int4), @@ -209,9 +209,9 @@

// res4: Fragment[String ~ Int] = Fragment( // parts = List( // Left(value = "INSERT INTO person (name, age) VALUES "), -// Right(value = cats.data.IndexedStateT@4ed1b45), +// Right(value = cats.data.IndexedStateT@726f2f65), // Left(value = "") // ), // encoder = Encoder(varchar, int4), @@ -242,7 +242,7 @@

// res5: Fragment[List[String ~ Int]] = Fragment( // parts = List( // Left(value = "INSERT INTO person (name, age) VALUES "), -// Right(value = cats.data.IndexedStateT@13dd60d6), +// Right(value = cats.data.IndexedStateT@ed76e73), // Left(value = "") // ), // encoder = Encoder(varchar, int4, varchar, int4, varchar, int4), @@ -261,7 +261,7 @@

// res6: Fragment[Person] = Fragment( // parts = List( // Left(value = "INSERT INTO person (name, age) VALUES "), -// Right(value = cats.data.IndexedStateT@7d214026), +// Right(value = cats.data.IndexedStateT@595f366f), // Left(value = "") // ), // encoder = Encoder(varchar, int4), @@ -278,7 +278,7 @@

// res8: Fragment[Person] = Fragment( // parts = List( // Left(value = "INSERT INTO person (name, age) VALUES "), -// Right(value = cats.data.IndexedStateT@164ef4f8), +// Right(value = cats.data.IndexedStateT@3f577358), // Left(value = "") // ), // encoder = Encoder(varchar, int4), diff --git a/reference/Fragments.html b/reference/Fragments.html index e34031bb..32689509 100644 --- a/reference/Fragments.html +++ b/reference/Fragments.html @@ -155,7 +155,7 @@

Fragments

// f2: Fragment[Long] = Fragment( // parts = List( // Left(value = "SELECT foo FROM bar WHERE baz = "), -// Right(value = cats.data.IndexedStateT@18547700), +// Right(value = cats.data.IndexedStateT@26dd02f6), // Left(value = "") // ), // encoder = Codec(int8), @@ -170,9 +170,9 @@

// f3: Fragment[Int *: String *: EmptyTuple] = Fragment( // parts = List( // Left(value = "foo "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = " bar "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = " bar") // ), // encoder = Codec(int4, varchar), @@ -219,7 +219,7 @@

// f4: Fragment[Int] = Fragment( // parts = List( // Left(value = "SELECT "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ", foo FROM blah WHERE ") // ), // encoder = Codec(int4), @@ -230,7 +230,7 @@

// f5: Fragment[String] = Fragment( // parts = List( // Left(value = "bar = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = "") // ), // encoder = Codec(varchar), @@ -241,10 +241,10 @@

// f6: Fragment[Int *: String *: EmptyTuple] = Fragment( // parts = List( // Left(value = "SELECT "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ", foo FROM blah WHERE "), // Left(value = "bar = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = "") // ), // encoder = Encoder(int4, varchar), @@ -255,7 +255,7 @@

// f7: Fragment[String] = Fragment( // parts = List( // Left(value = "bar = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = "") // ), // encoder = Codec(varchar), @@ -266,13 +266,13 @@

// f8: Fragment[Int *: String *: Short *: EmptyTuple] = Fragment( // parts = List( // Left(value = "SELECT "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ", foo FROM blah WHERE "), // Left(value = "bar = "), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = ""), // Left(value = " AND x = "), -// Right(value = cats.data.IndexedStateT@2fdc0c9f), +// Right(value = cats.data.IndexedStateT@344d801a), // Left(value = "") // ), // encoder = Encoder(int4, varchar, int2), @@ -289,9 +289,9 @@

// f9: Fragment[String *: Int *: EmptyTuple] = Fragment( // parts = List( // Left(value = "INSERT ... VALUES ("), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = ", "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ")") // ), // encoder = Codec(varchar, int4), @@ -303,9 +303,9 @@

// f10: Fragment[Person] = Fragment( // parts = List( // Left(value = "INSERT ... VALUES ("), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = ", "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ")") // ), // encoder = Encoder(varchar, int4), @@ -317,9 +317,9 @@

// f11: Fragment[Person] = Fragment( // parts = List( // Left(value = "INSERT ... VALUES ("), -// Right(value = cats.data.IndexedStateT@7c735bd3), +// Right(value = cats.data.IndexedStateT@2f3ebafa), // Left(value = ", "), -// Right(value = cats.data.IndexedStateT@1f3adfb4), +// Right(value = cats.data.IndexedStateT@7f8eb34), // Left(value = ")") // ), // encoder = Encoder(varchar, int4), diff --git a/tutorial/Query.html b/tutorial/Query.html index 28cc78c1..c2cb99b5 100644 --- a/tutorial/Query.html +++ b/tutorial/Query.html @@ -499,7 +499,7 @@

Running this program yields the same output as above.

-
timestamp is 2024-03-29T12:15:47.067331Z
+        
timestamp is 2024-03-31T13:22:51.062761Z
 Country(United Arab Emirates,ARE,2441000)
 Country(United Kingdom,GBR,59623400)
 Country(Uganda,UGA,21778000)
diff --git a/tutorial/Setup.html b/tutorial/Setup.html
index b2e5dae3..4c8075e8 100644
--- a/tutorial/Setup.html
+++ b/tutorial/Setup.html
@@ -191,7 +191,7 @@ 

sql interpolator to construct a Query that selects a single column of schema type date (yielding d, a value of type java.time.LocalDate), then we ask the session to execute it, expecting a unique value back; i.e., exactly one row.

When we run the program we see the current date.

-
The current date is 2024-03-29.
+
The current date is 2024-03-31.

Experiment

Here are some modifications that will cause runtime failures. Give them a try and see how Skunk responds.