Also, there seems to be a weird problem with pagination of the user list with PostgreSQL.
I got 99 users right now, when I click the member listing link, i see all of them, and when I click the next link, I see 32-61. Next, 62-91. Next, 92-99.
So it seems to work fine on the following pages, but not on the first one.
With the post pagination, everything seems to be fine. [originally posted on jforum.net by bcc]
BTW, thanks for the project. I like phpbb, but always hated having to install php in addition to an app server. [originally posted on jforum.net by bcc]
Now that I think about it, it might be easier to just change the postgresql.sql.
But the order of the parameters in PostgresqlUserDAO.selectAll(int,int) still needs to be put in the right order when it calls the super's method. [originally posted on jforum.net by bcc]
I just changed the order of offset and limit in the postgresql.sql and removed all PostgreSQL's DAO classes, except for PostgresqlDataAccessDriver and PostgresqlScheduledSearchIndexerDAO.
But you also need to delete the PostgreSQL DAO's classes. Someone reversed the parameters in them, so it won't work if you simply chage postgresql.sql.
PostgresqlDataAccessDriver and PostgresqlScheduledSearchIndexerDAO are references by other classes, so I kept them but removed all methods. It would make sense to remove them completely and update the classes that reference them.
Also, with the new layout (this board), the preview doesn't work for some reason. While I was posting the previous message (the diff), clicking the preview button took me to the home page.