Hi all,

here are a patch for the DatabaseReader
changes:
The optional params for expires and content-type are now for database column
names
if they are not set the sidemap params used

so that the DatabaseReader is a litle bit more transparent

there was also a term inside
        Timestamp modified = set.getTimestamp(lastModified,null);
this don't work with the mySQL driver i had chaned it to
        Timestamp modified = set.getTimestamp(lastModified);
so please try it with other database drivers also

Have fun Klaus

DatabaseReader.diff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to