Re: [Pharo-users] Sending a message to pharo from commandline

2018-12-25 Thread Sven Van Caekenberghe
Hi Steve, > On 25 Dec 2018, at 19:45, Steve Quezadas wrote: > > What happened to the pharo commandline "eval" function? > > Does anyone know what happened to the pharo "eval" function on the > comnandline? It seems to have disappeared in the newer versions. The Coral > thing also seems to be

[Pharo-users] Sending a message to pharo from commandline

2018-12-25 Thread Steve Quezadas
What happened to the pharo commandline "eval" function? Does anyone know what happened to the pharo "eval" function on the comnandline? It seems to have disappeared in the newer versions. The Coral thing also seems to be abandoned as the readme is no longer there: http://smalltalkhub.com/#!/~P

[Pharo-users] PostgresV3 with parameter binding

2018-12-25 Thread Pierce Ng
Hi all, I've modified PostgresV3 to do parameter binding, i.e., parsing SQL and binding/executing with data are performed in separate protocol steps. I've add a simple client API with some examples demonstrating usage. The examples require a PostgreSQL server loaded with the Sakila database. Instr