[WireHose-dev] I did something?

James Cicenia james at jimijon.com
Mon Feb 11 16:58:52 EST 2008


Yes, I did something and I have no idea what, but now I am getting  
this weird sql error. Notice that the from is for WHTag which of  
course has none of those columns?



     Next exception:SQL State:42S22 -- error code: 1054 -- msg:  
Unknown column 't0.DATEADDED' in 'field list'
[2008-02-11 15:25:58 CST] <WorkerThread0>  
com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression  
failed: <com.webobjects.jdbcadaptor.MySQLPlugIn$MySQLExpression:  
"SELECT t0.DATEADDED, t0.ENTITYTYPE, t0.GROUPID, t0.INDEXED,  
t0.INHERIT, t0.NAME, t0.OPERATIONID, t0.PARENTID, t0.ROOTID, t0.TAGID,  
t0.TEXTDESC, t0.ISUSER FROM WHTag t0 WHERE ((t0.ENTITYTYPE = ? OR  
(t0.ENTITYTYPE = ? OR (t0.ENTITYTYPE = ? OR t0.ENTITYTYPE = ?)) OR  
t0.ENTITYTYPE = ? OR (t0.ENTITYTYPE = ? OR t0.ENTITYTYPE = ?)) AND  
t0.TAGID = ?)" withBindings: 1:"WHTag"(entityType),  
2:"WHEngageTag"(entityType), 3:"WHGroup"(entityType),  
4:"WHGroupTemplate"(entityType), 5:"WHOperation"(entityType),  
6:"WHPermission"(entityType), 7:"WHPermissionTemplate"(entityType),  
8:2(tagID)>:
     Next exception:SQL State:42S22 -- error code: 1054 -- msg:  
Unknown column 't0.DATEADDED' in 'field list'


It is happening here:

     public NSArray tags() {
         return WHTaggable.DefaultImplementation.tags(this);
     }

I have a catalog (this) that has tags. That is it.

What the heck did I do?

Thanks
James Cicenia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.codefab.com/pipermail/wirehose-dev/attachments/20080211/2427dd9a/attachment.html


More information about the WireHose-dev mailing list