Tag Archives: Gemstone/S64

PUM 12.11, GemConnect for PostgreSQL

So, a pretty critical bug has been fixed by the maintainer of this project during the last days, thanks for that. Prepared statements with NULL values did not work. So, PUM 12.11 adds the code creation needed for creating base … Continue reading

Posted in Smalltalk | Tagged , , , , | Leave a comment

Gemstone/S64 3.6.3 and Jade

So, a new December version of Gemstone has been published … and nice to see, that Jade 2.4.14 is working with this version.

Posted in Smalltalk | Tagged , , | Leave a comment

Gemstone/S – Indices and Traps ….

Ha, that’s a line of code which took me some time to understand, why it fails … Here an attribute of a persistent object is set. The newly instanced object builds some indices. Now, one may think, that in “attribute” … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 09.70 – Improvements supporting indices

I made some improvements supporting indices on defined associations – I support now special index creation methods for Strings and Unicode-Strings. Example In the example the class STSStatisticalDataManager has an association (1:n) to instances of the class STSStatisticTotalPoint. This association … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 9.66 – Object Canonicalization Framework Support

In one of our Gemstone/S database project we have lots of lots of stored strings in the database. This project has been started long ago and some time ago I found an “Object Canonicalization Framework” in Gemstone/S and I thought, … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment