> On Sun, May 16, 2010 at 1:29 PM, Sonny Heer <sonnyh...@gmail.com> wrote:
> Look like you hit this bug which is now solved: > http://github.com/driftx/chiton/issues/closed#issue/3 sweet, thanks. > It will display the raw value for most column types except UUIDs, which it > will decode. It doesn't yet support longs, mostly because I haven't needed > to use longs in an application thus far. ChitonViewer.decodeColumn is the > function that handles any column decoding. sounds good, i can take a look at that. > There would be no way for it to infer how to decode such a column, so no. Good point. I was thinking more of a plugin viewer which defines how you want to decode columns. I may look into putting together a simple swing app doing something like that. Although chiton gets us mostly there... :)