* 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]