1
0

Fix pgsql lowercase plugin problem

This commit is contained in:
Garvin Hicking
2006-11-17 15:20:04 +00:00
parent ced49d9cb9
commit 8c39e98eef
2 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,10 @@
Version 1.1 ()
------------------------------------------------------------------------
* Fixed a bug in lowercased DB key names in the plugin API table,
which prevented postgresql for properly printing a plugin list
in some setups (garvinhicking)
* Huge SQL improvement by "caching" the current timestamp for
5 minutes, so that an SQL string for the central logic will
stay the same for a 5 minute window, thus relying on the DB-Server