Project:
View Revisions: Issue #38749 | [ Back to Issue ] | ||
Summary | 0038749: InventoryCountProcess registers SQL functions in a non-standard way | ||
Revision | 2018-06-13 12:16 by caristu | ||
Description | InventoryCountProcess registers SQL functions in a non-standard way[1]. It is was manually registering the functions into the dialect. This is wrong because: a) Duplicates the code. Performs the same actions done by the OBDal.registerSQLFunction b) This will not work in Hibernate 5.3 Note that this is a change we missed when fixing 0038520, due to the fact that the code does not use the OBDal.registerSQLFunction. |
||
Revision | 2018-06-13 12:15 by caristu | ||
Description | InventoryCountProcess registers SQL functions in a non-standard way[1]. It is was manually registering the functions into the dialect. This is wrong because: a) Duplicates the code. Performs the same actions done by the OBDal.registerSQLFunction b) This will not work in Hibernate 5.3 Note that this is change we miss when fixing 0038520, due to the fact that the code does not use the OBDal.registerSQLFunction. |
||
Revision | 2018-06-13 12:14 by caristu | ||
Description | InventoryCountProcess registers SQL functions in a non-standard way[1]. It is was manually registering the functions into the dialect. This is wrong because: a) Duplicates the code. Performs the same actions done by the OBDal.registerSQLFunction b) This will not work in Hibernate 5.3 |
Copyright © 2000 - 2009 MantisBT Group |