View Issue Details

IDProjectCategoryView StatusLast Update
0015441mantisbtdb postgresqlpublic2014-05-16 15:02
Reporterfanta Assigned Todregad  
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionduplicate 
PlatformlinuxOSredhat 6.2OS Version6.2
Product Version1.2.12 
Summary0015441: 点击 statistical statement is error
Description

APPLICATION ERROR 0000401

ERROR: column "b.category_id" must appear in the GROUP BY clause or be used in an aggregate function
STATEMENT: SELECT COUNT(b.id) as bugcount, c.name AS category_name, category_id, b.status
FROM mantis_bug_table b
JOIN mantis_category_table AS c ON b.category_id=c.id
WHERE b.project_id=1
GROUP BY c.name, b.status
ORDER BY c.name

Steps To Reproduce

why? help me

I have installde mantis success!

TagsNo tags attached.

Relationships

duplicate of 0015201 closeddregad Summary page fail 

Activities

dregad

dregad

2013-01-30 03:12

developer   ~0034962

fanta,

Please provide detailed, step-by-step instructions to reproduce the issue.

dregad

dregad

2013-01-30 04:11

developer   ~0034965

This issue has been fixed in MantisBT 1.2.14. Please upgrade.

fanta

fanta

2013-01-30 19:21

reporter   ~0034987

update mantisBT 1.2.12 to 1.2.14?

fanta

fanta

2013-01-30 19:57

reporter   ~0034990

I have update mantisbt 1.2.12 to 1.2.14 this issue was resolved .

thank you very much !

grangeway

grangeway

2014-05-16 15:02

reporter   ~0040521

MantisBT currently supports Mysql and has support for other database engines.

The support for other databases is known to be problematic.

Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer.

If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org

In the meantime, I'd advise running Mantis with Mysql Only to avoid issues.

Thanks
Paul