details:   https://code.openbravo.com/erp/devel/pi/rev/b2399983cba6
changeset: 31697:b2399983cba6
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Mar 16 15:05:03 2017 +0100
summary:   fixed bug 35543: incorrect export of indexes including CASE 
expressions

  Indexes with CASE expressions, were incorrectly and differently exported in
  PG and ORA. PG transforms the expression in multi line and in both ORA and
  PG extra blankspaces are added.

  Fixed in by removing new lines in PG (the same as done in views) and removing
  extra blankspaces in both cases.

diffstat:

 src-db/database/lib/dbsourcemanager.jar |    0 
 1 files changed, 0 insertions(+), 0 deletions(-)

diffs (2 lines):

diff -r 3b8cc6900226 -r b2399983cba6 src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to