On Sun, May 4, 2008 at 9:26 AM, guo weizhan <[EMAIL PROTECTED]> wrote:
> create table roller_permission (
>    id              varchar(48) not null primary key,
>    username        varchar(255) not null,
>    actions         varchar(255),
>    objectid        varchar(48),
>    objecttype      varchar(255),
>    pending         $db.BOOLEAN_SQL_TYPE_TRUE,
>   * datecreated     timestamp not null           ---it did not work in
>  mssql2005, should be $db.TIMESTAMP_SQL_TYPE not null*
>  );
>
>  there are lot's of problems work with the mssql2005

I've never tried Roller against MSSQL, and I doubt others have either,
so it is likely a bug in both the current (4.1-dev) code base and the
4.0 release. Please file an issue with our JIRA so we don't forget to
fix this.

    https://issues.apache.org/roller

Thanks,
- Dave

Reply via email to