dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06924
[Bug 620934] Re: data-merge-not-working-mysql
Since the SQL syntax is different in mysql and postgres we need to move
these to the StatementManager. See dhis-support-jdbc -
org.hisp.dhis.jdbc.statementbuilder package / implementations.
** Changed in: dhis2
Assignee: (unassigned) => Quang Nguyen (quangnguyen)
** Changed in: dhis2
Milestone: 2.0.6 => 2.0.5
--
data-merge-not-working-mysql
https://bugs.launchpad.net/bugs/620934
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
Status in DHIS 2 - District Health Information Software: New
Bug description:
Duplicate data elimination and organisation unit merge (in data admin module) don't work in MySql. This is because MySQL doesn’t allow referring to a table that’s targeted for update in a FROM clause.
References