[ANN] Glorp port for 3.9

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Glorp port for 3.9

radoslav hodnicak

Glorp port for squeak 3.9 is available from squeakmap.

rado

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glorp port for 3.9

NorbertHartl
On Thu, 2007-07-12 at 03:22 +0200, radoslav hodnicak wrote:
> Glorp port for squeak 3.9 is available from squeakmap.
>
Great. I was waiting for this a long time :)

Running the tests I get 4 errors and 1 failure.

Failure:

GlorpNumeric>>testNumeric

failure is in
GlorpNumericTest>>helpTestValueWithSQLWrite: anObject compareModelWith:
modelBlock compareWith: aBlock

Errors:

GlorpBlobTest>>testBlob
GlorpBlobTest>>testBlobWithSubstring
GlorpBlobTest>>testDefaultBlobPrinting
GlorpBlobTest>>testLargeBlob

They all complain about:   radix indicator not found

I tested using the followinf environment

- a fresh 7067 image
- loaded Ansi compat from squeakmap
- loaded postgresql driver from squeakmap
- loaded glorp from squeakmap
- changed PGConnection accordingly to test
- run tests

Good work and thanks,

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glorp port for 3.9

radoslav hodnicak

Try without the ansi compatibility package, that one is for ancient squeak
versions. I just load the postgres client and then glorp.

rado


On Thu, 12 Jul 2007, Norbert Hartl wrote:

> On Thu, 2007-07-12 at 03:22 +0200, radoslav hodnicak wrote:
>> Glorp port for squeak 3.9 is available from squeakmap.
>>
> Great. I was waiting for this a long time :)
>
> Running the tests I get 4 errors and 1 failure.
>
> Failure:
>
> GlorpNumeric>>testNumeric
>
> failure is in
> GlorpNumericTest>>helpTestValueWithSQLWrite: anObject compareModelWith:
> modelBlock compareWith: aBlock
>
> Errors:
>
> GlorpBlobTest>>testBlob
> GlorpBlobTest>>testBlobWithSubstring
> GlorpBlobTest>>testDefaultBlobPrinting
> GlorpBlobTest>>testLargeBlob
>
> They all complain about:   radix indicator not found
>
> I tested using the followinf environment
>
> - a fresh 7067 image
> - loaded Ansi compat from squeakmap
> - loaded postgresql driver from squeakmap
> - loaded glorp from squeakmap
> - changed PGConnection accordingly to test
> - run tests
>
> Good work and thanks,
>
> Norbert
>
>