GLORP port

Release name: <Not entered>
Release summary: <Not entered>
Automatic version: 1
Manual version: (0.2.34)
Published by: <Not published yet>
Created: 19 November 2002 2:46:46 am
Last updated: 3 August 2004 2:01:16 am
Categories:
Release note:

This has been ported directly from the Glorp version 0.2.34 in the Cincom Public Repository.

YOU MUST HAVE ALREADY INSTALLED (FROM SQUEAKMAP) YANNI CHIU'S POSTGRESQL-CLIENT DRIVER VERSION 0.9, which in turn will require you to first install Alain Fischer's ANSI compatibility suite (which again you can get from SqueakMap).

NOTE: After loading Glorp, the following test cases will fail,
for the following reasons:

GlorpDatabaseLoginTesttestUnsuccessfulLogin
This test is supposed to fail. If it succeeds, there is a problem

GlorpDatabasePlatformTesttestReadTimestamp
GlorpDatabasePlatformTesttestReadTimestampNoTZ
GlorpDatabasePlatformTesttestReadTimestampOverflowDays
Squeak TimeStamp instances don't support milliseconds,
and these three tests test for millisecond values.

GlorpDatabaseTypeDBTesttestNumeric

GlorpDatabaseTypeDBRoundTripTesttestNumeric
Tests write a ScaledDecimal, but PostgreSQL treats it like a double float. When it is read back in, it doesn't compare, so the test fails.

I am in the process of writing GLORP documentation. The current draft can be found here (NOTE: this documentation was written LONG ago, and haven't been updated for quite some time!!):

http://www.smalltalkpro.com/downloads/3.Tools/GlorpUserGuide.pdf.gz


Release homepage:
Download: http://www.smalltalkpro.com/downloads/3.Tools/GLORP.sar
SHA checksum: 884053632988699355006168080442441316886029617676

Back