#idempiere IRC log for Saturday, 2016-01-16

*** a42niem has quit IRC00:03
*** xapiens has quit IRC01: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-274503:54
Not-6f15[IDEMPIERE] red1 updated IDEMPIERE-2745 Attachment set to "ColumnSQLException.patch"03:54
Not-6f15[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-274503:54
Not-6f15[IDEMPIERE] red1 updated IDEMPIERE-274503:54
Not-6f15[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-274503:54
Not-6f15[IDEMPIERE] red1 updated IDEMPIERE-274503: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-6f15b/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-274503:59
*** nmicoud has joined #idempiere07:18
*** nmicoud has left #idempiere07:42
*** nmicoud has joined #idempiere08:14
*** nmicoud has quit IRC08:30
*** a42niem has joined #idempiere08:55
*** CarlosRuiz has joined #idempiere11:26
*** ChanServ sets mode: +o CarlosRuiz11:26
*** CarlosRuiz has quit IRC13:29
*** johnvyn has joined #idempiere16:20
*** johnvyn has quit IRC16:25
Not-6f15[iDempiere-experimental] jenkins built #104 completed (success) http://ci.idempiere.org/job/iDempiere-experimental/104/18:10
*** a42niem has quit IRC23:48

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!