Lightning Admin Version 1.5 build 30 is available to registered users.
This is a big release with several new features.
- Improved New User/Properties dialog
- Improved New Database/Properties dialog
- Improved query editor with ability to return multiple result sets.Result sets can be undocked for comparison purposes
- 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
- Spell checking for all comment entry/edit areas. Live spelling and dialog based is available. Comment spell checking was added by user request.
- 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.
- 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.
- Many general bugfixes found while adding the above :-)

