diff --git a/reference/Encoders.html b/reference/Encoders.html index 5ba0a08c..955ddd39 100644 --- a/reference/Encoders.html +++ b/reference/Encoders.html @@ -157,7 +157,7 @@
Running this program yields the same output as above.
-timestamp is 2024-08-18T12:52:11.119323Z
+ timestamp is 2024-09-03T11:23:11.261740Z
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 931c300c..515f0ceb 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-08-18.
+ The current date is 2024-09-03.
Experiment
Here are some modifications that will cause runtime failures. Give them a try and see how Skunk responds.
diff --git a/tutorial/Transactions.html b/tutorial/Transactions.html
index ee018684..257ea54e 100644
--- a/tutorial/Transactions.html
+++ b/tutorial/Transactions.html
@@ -394,8 +394,8 @@