Skip to content
Success

Changes

Summary

  1. IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449) (details)
Commit aaaecb42e939ac1a389968d02e41072e42448d05 by carg67
IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449)

* IDEMPIERE-2981 Implement JSON Field type

- Fix the JSON Editor, is sending to the database the value non prettified

* - Fix issue adding a JSON column with log migration script enabled

When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column

* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)
The file was modifiedorg.compiere.db.postgresql.provider/src/org/compiere/dbPort/Convert_PostgreSQL.java
The file was modifiedorg.idempiere.test/src/org/idempiere/test/base/Convert_PostgreSQLTest.java
The file was modifiedorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WJsonEditor.java
The file was modifiedorg.compiere.db.oracle.provider/src/org/compiere/db/DB_Oracle.java