NHibernate Query AnalyzerGetting closeer & closer

time to read 2 min | 240 words

I've just implemented about 95% of the functionality that I need to release NHiberante Query Analyzer, I'm proud to say that the editors for both hbm.xml & cfg.xml are working.

In fact, I got it to the point where I can add any document with XSD Schema in five minutes (including UI integration) :-)

The only things on remaining on the table right now are:

  • Allow editing of text fields - something I carried from the old version and didn't fix. Working on that now.
    [Update: Implemented! Took about 10 minutes to do, including digging into code I've not touched in 5 months. In comparision, it took several hours and multiply hacks to get it to work in the old version. It's really a pleasure to work with it now.]
  • Custom XmlWriter that can output attributes on seperate lines - to help readability.
    [Update: Implemented! Took about 30 minutes, and .Net 2.0 already has it. Nothing like reinventing the wheel to start you day :-)]
  • Add nice unhandled exception reporting & help links.

More posts in "NHibernate Query Analyzer" series:

  1. (03 Aug 2005) Lazy Collections Works!
  2. (02 Aug 2005) Playing with numbers
  3. (01 Aug 2005) Getting closeer & closer