I migrated about 1/2 of my db to rose..

        some fields are marked as 'integer'
        other fields are marked as 'bigint'
        other fields are not marked at all -- ( just an array of col names  
from an import )

an issue arises when rose tries map any one of the above against  
another in a manager call:

the error message is:
        " Don't know how to handle comparison values %(value)d at %(file  
that called the manager function)s "

it would be nice if rose would

        a- note the problematic fields ( right now, it just spews 1 value )
        b- note the manager function.  in order to trace, i find myself  
opening 1 file to see which function i'm calling, then i get to open  
the manager file

it would be even neater if rose could just infer/guess something or  
bypass this -- since rose uses bind variables, there shouldn't be any  
trickery needed.


// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|   CEO/Founder SyndiClick Networks
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to