Roller 2.1-incubating RC3 is available. The only change since RC2 is a fix for the PostgreSQL issue that Henri identified (see below). I did some testing with PostgreSQL and check the 2.0.1 to 2.1 upgrade path.

Release files are here:
http://people.apache.org/~snoopdave/release_candidates/

Documentation drafts are here:
http://people.apache.org/~snoopdave/doc_drafts/


- Dave



On Feb 3, 2006, at 11:17 AM, Henri Yandell wrote:

On 2/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote:

ERROR 2006-02-03 11:03:04,814 UpgradeDatabase:upgradeTo210 - Problem
upgrading database to version 210
java.sql.SQLException: ERROR:  null value in column "updatetime"
violates not-null constraint

Digging in a bit. It's on line 318 of
src/org/roller/business/utils/UpgradeDatabase.java .

The preceeding lines don't set the updatetime field (would work on
mysql as timestamps have auto defaults). Postgres though has a
not-null and there's no default.

Hen

Reply via email to