Philippe Marschall
Philippe Marschall
Wouldn't it be better to do the `nil` check in `#isServerRunning`?
~Also the access to the UI process needs to be changed to~ see #1386 Project current uiProcess
Closed #1435.
> Zinc will actually not work in Squeak, as far as I know. It is even doubtful that STON works in Squeak.. so unless someone will start porting and maintaining...
Fixed with https://github.com/SeasideSt/Parasol/pull/68
I think this is a duplicate of #1392 WebClient-Seaside-Adaptor-pmm.3.mcz from https://ss3.gemtalksystems.com/ss/WebClient.html should fix it.
These are my personal views: * Supporting Instant for TIMESTAMPTZ is fine. It is not covered by the JDBC 4.2 specification but it is semantically equivalent. I find it not...
@bokken > Instant and java.sql.Timestamp (and java.util.Date) are semantically identical data types. They all represent an exact point in time (to varying degrees of precision), with no regard to time...
> Timestamp as a data type is not bound the the jvm time zone. Unfortunately it is. Consider the following code: ```java LocalDateTime localDateTime = LocalDateTime.of(2018, 11, 16, 18, 2);...
> I am not sure I agree. What I see is that LocalDateTime -> Timestamp conversion depends on the JVM default time zone. It's the same with String -> Timestamp...