Lightning Admin Version 1.5 build 30 Available

Lightning Admin Version 1.5 build 30 is available to registered users.
This is a big release with several new features.

  1. Improved New User/Properties dialog
  2. Improved New Database/Properties dialog
  3. Improved query editor with ability to return multiple result sets.Result sets can be undocked for comparison purposes
  4. New client library, we have switched to PgDAC from www.devart.com for this release.This client library does not need libpq.dll and we only need it(libpq) for pg_dump/restore
  5. Spell checking for all comment entry/edit areas.  Live spelling and dialog based is available. Comment spell checking was added by user request.
  6. Improved Dump and Restore dialogs.  We now use pg_dump.exe and pg_restore.exe via the win32 api command createprocess and pipes.  You can now use any version of pg_dump/restore as long as you meet the dependencies.
  7. Reduced dependency libpq.dll,openssl dlls and pg_restore/dump.exe.  We compiled our own versions of these libraries and reduced the massive amount of dependencies incurred by the official postgresql win32 release.  The MS C++ runtimes are not needed for our versions because we compiled with mingw.
  8. Many general bugfixes found while adding the above :-)