I think in the next release 2.2, the security stuff will be all
torque generated.  Hence, at that point, you could just remove the
blob (if they are still there).  I am pushing for complete removal
of blobs all together.  But it won't happen until the security stuff
is re-done.

Could you for now remap (db.props) blob to be of type integer ?
Turbine doesn't need to use blob anywhere, so everything should
work fine.

mike


On Thu, Jun 21, 2001 at 02:23:18PM +0200, Gunnar R�nning wrote:
> * Jerome Verleyen <[EMAIL PROTECTED]> wrote:
> |
> 
> | The first method executed on the class BasePeer, that is
> | initTableSchema(String tableName,String dbName), that do this:
> |  
> |    Connection connection = db.getConnection();
> |    schema = new Schema().schema(connection, tableName);
> | 
> | So, when i go to Schema class, the resultSet returned indicate that the
> | record "OBJECTDATA" is of type "4", that's like an integer.
> | 
> | I've make the SAME command in a java program very simple, to do the same
> | request of the same table TURBINE_USER. And in this case, the type of
> | the record "OBJECTDATA" is in the good values, that is "-3" (Varbinary).
> | 
> | So, if someone can suggest me where to search??
> | 
> 
> Sounds like a possible CLASSPATH problem. I noticed that it were a postgresql
> jdbc driver included in the 2.1 tdk distro, so it may be this one causing your
> problem ? 
> 
> Do anybody have postgresql working with Turbine at the moment ?
> 
> Why not remove the BLOB field in Turbine and instead remodel, so you get a 
> better relational schema. That would also give Turbine a datamodel that is 
> independent of Java...
> 
> regards, 
> 
>         Gunnar
> -- 
> Gunnar R�nning - [EMAIL PROTECTED]
> Senior Consultant, Polygnosis AS, http://www.polygnosis.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
-------------------------------------------------
I am Vinz, Vinz Clortho.  Keymaster of Gozer,
Volguus Zildrohar, Lord of the Sebouillia.
Are you the Gatekeeper?
-------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to