help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] PostgreSQL


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] PostgreSQL
Date: Wed, 25 Nov 2009 10:18:45 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

On 11/25/2009 10:02 AM, Stefan Izota wrote:


1. PGConnection class >> fieldConverterClass returns PGFieldConverter
class but the file is not in the package.xml.
2. in the definition of PGFieldConverter >> writeQuotedTime, the
variable aDateTime is used; may it should be aTime?

Does the attached patch fix it?

Anyway, how do I make PackageLoader >> fileInPackage to fail if a class
definition is not found?

This is currently not done because some packages have undefined class references for Squeak compatibility. The right way to do it would be to wrap the file in with a check that "Undeclared keys" does not change.

It should warn, not fail anyway.

Paolo

Attachment: gstpg.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]