*** a42niem has quit IRC | 00:03 | |
*** xapiens has quit IRC | 01:00 | |
Not-6f15 | [IDEMPIERE] red1 updated IDEMPIERE-2745 status set to "Reopened" -resolution set to "None" | 03:54 |
---|---|---|
Not-6f15 | [IDEMPIERE] I managed to replicate the error for virtual column. Tested patch attached. | 03:54 |
Not-6f15 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2745 | 03:54 |
Not-6f15 | [IDEMPIERE] red1 updated IDEMPIERE-2745 Attachment set to "ColumnSQLException.patch" | 03:54 |
Not-6f15 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2745 | 03:54 |
Not-6f15 | [IDEMPIERE] red1 updated IDEMPIERE-2745 | 03:54 |
Not-6f15 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2745 | 03:54 |
Not-6f15 | [IDEMPIERE] red1 updated IDEMPIERE-2745 | 03:58 |
Not-6f15 | [IDEMPIERE] Creating constraint keys should not include virtual columns. If done manually in Window, Tab & Field the Synchronize Column also does not appear as its Display Logic is @IsView@='N' & @ColumnSQL@='' thus the column exists in AD_Column without existing in actual database table. Therefore the following would have been necessary (see ColumnSQLException.patch attached): +++ | 03:59 |
Not-6f15 | b/org.adempiere.pipo/src/org/adempiere/pipo2/PackInHandler.java if (table.isView()) { continue; } if (column.getColumnSQL()!=null) { log.fine("*** FINE checking for VIRTUAL COLUMN - getColumnSQL:"+column.getColumnSQL()); if (!column.getColumnSQL().isEmpty()) continue; } | 03:59 |
Not-6f15 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2745 | 03:59 |
*** nmicoud has joined #idempiere | 07:18 | |
*** nmicoud has left #idempiere | 07:42 | |
*** nmicoud has joined #idempiere | 08:14 | |
*** nmicoud has quit IRC | 08:30 | |
*** a42niem has joined #idempiere | 08:55 | |
*** CarlosRuiz has joined #idempiere | 11:26 | |
*** ChanServ sets mode: +o CarlosRuiz | 11:26 | |
*** CarlosRuiz has quit IRC | 13:29 | |
*** johnvyn has joined #idempiere | 16:20 | |
*** johnvyn has quit IRC | 16:25 | |
Not-6f15 | [iDempiere-experimental] jenkins built #104 completed (success) http://ci.idempiere.org/job/iDempiere-experimental/104/ | 18:10 |
*** a42niem has quit IRC | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!