[Seaside] The best combination of stuff for SeaSide?

Nevin Pratt nevin at smalltalkpro.com
Thu May 22 19:26:44 CEST 2003


GLORP 0.2.18 can *only* use the PostgreSQL driver that comes with it 
(version 0.8.1).  I have no idea what will happen by loading both of 
them as you have done.

And, PostgreSQL driver 0.8.1 does *not* need the ANSI compatibility suite.

It is quite possible that your "attachments" have code in them that 
corrects whatever might have gotten broken by loading the things you 
did, but a better approach is to just port the latest GLORP again 
(0.2.26, or whatever version # it is up to now), which I intend to do 
before too long.  When I do that, I will also include whatever is the 
latest PostgreSQL driver at that time.

Nevin


Yoshiki.Ohshima at acm.org wrote:

>  Hello,
>
>  This is not exactly related to the Seaside project, but anyway...
>
>  I just want to let you know that I have started experimenting stuff.
>In short, I can now store/load string data in Japanese into/from
>PostgreSQL database through GLORP mapping.
>
>  What I did was:
>
>  * Grab 3.4 image.
>  * Install ANSI compatibility (ver. 12)  (I'm not sure this is
>    mandatory; but it seemed to be required by PostgreSQL driver 0.9.)
>  * Install Squeak multilingualization and do it the 3 lines in the
>    workspace to appear.
>  * File in the nextPutAll: fix attached.
>  * File in GLORP 0.2.18.  This includes PostgreSQL driver 0.8.1.
>  * That's why I'm not sure the relationship with the ANSI
>    compatibility package.
>  * made changes in the second attachment.
>
>  The encoding for the string data is hardwired as EUC-jp, but it
>should be easy to extend it to any other encodings.
>
>  If some of you do similar stuff, please try this and let me know if
>there are any problem.  I really would like to fix problems as early
>as possible.
>
>-- Yoshiki
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Seaside mailing list
>Seaside at lists.squeakfoundation.org
>http://lists.squeakfoundation.org/listinfo/seaside
>  
>




More information about the Seaside mailing list