Sorting of blog messages

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/1/2007 8:15:23 AM
Gravatar
Total Posts 488

Sorting of blog messages

PostgreSQL version of mojoportal 2.2.1.4, clean install.

When adding blog messages they are sorted by the time added, but not by the "start" date.
Is that a bug?
2/1/2007 3:17:21 PM
Gravatar
Total Posts 18439

Re: Sorting of blog messages

Yes it is a minor bug in the sql statements, it was sorting by ItemID DESC, StartDate DESC when it should only be by StartDate DESC

It affects all 3 data layers. I've fixed the stored procedures for pgsql in svn branches/2.x. I also fixed it for MySQL and SQLite. I fixed the MS SQL stored proc on my local copy and will commit it later with some other things.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.