2820e8143d
---------------------------------- globalqss - Revision 8244 Fix Bug [2546855] - Mail text not parsed or translated in request window https://sourceforge.net/tracker2/?func=detail&aid=2546855&group_id=176962&atid=879332 ---------------------------------- globalqss - Revision 8247 Fix Bug [2547306] - Request notification not sent on creation And on modification of a sales rep the new sales rep is not being notified. https://sourceforge.net/tracker2/?func=detail&aid=2547306&group_id=176962&atid=879332 ---------------------------------- globalqss - Revision 8249 Minor - dropping procedure wrongly created (duplicate) on functions directory - adding needed ending / to documentNo ---------------------------------- hengsin - Revision 8281 * Make the Locator window re-sizable and fixed the width of the locator combo box ---------------------------------- |
||
---|---|---|
.. | ||
data | ||
model | ||
oracle | ||
postgresql | ||
sequences | ||
readme.txt |
readme.txt
XML File * model/*.xml - Adempiere database schema * data/*.xml - Adempiere seed data Datatype difference between Oracle and PostgreSQL * ID Field map to Integer in postgreSQL and Number(10) in Oracle. * Integer field map to Integer in postgreSQL, Number(10) in Oracle ( Oracle's Integer datatype map to number(38) which is not standard) * PostgreSQL have no native support for CLOB and BLOB, BYTEA is use instead. * Timestamp field map to Timestamp in PostgreSQL, DATE in Oracle. * String field map to varchar in PostgreSQL, nvarchar2 in Oracle Issue * Fyracle script need to be tested by someone with access to the developer kit. * XML model and data file to be separated by table to ease maintenance. Note * Integer instead of BigInt will be use as datatype for ID field to maintain compatibility with existing schema. * The script for Oracle create plsql functions instead of sqlj functions to support Oracle XE. * The script is not compatible with the original ddlutils library.