Book a Demo

Author Topic: Avoid HTML escaping when generating DDL  (Read 2946 times)

Rüdiger Engelberger

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Avoid HTML escaping when generating DDL
« on: June 01, 2010, 02:14:49 am »
Hi,

We want do define check constraints for a database table, but when generating the DDL (Project / Database Engineering / Generate Package DDL) "<" and ">" characters are transformed to URL encoded counterparts.

e.g.:

MEBO_FROM >= MEBO_TO

will be transfored to:

MEBO_FROM &gt;= MEBO_TO

How can we avoid this? In any case ... it doesn't make sense to convert anything in a SQL script to HTML encoded characters!?

Many thanks!

Rüdiger Engelberger

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Avoid HTML escaping when generating DDL
« Reply #1 on: June 01, 2010, 03:41:12 pm »
Rüdiger,

That seems like a plain and simple bug to me.
Please report is using the link on the bottom of the page.

Geert

Rüdiger Engelberger

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Avoid HTML escaping when generating DDL
« Reply #2 on: June 02, 2010, 05:29:33 am »
Hi Geert,

Thanks a lot for the hint. I'll do that.

Cheers Rüdiger

pocketom

  • EA User
  • **
  • Posts: 97
  • Karma: +0/-0
    • View Profile
Re: Avoid HTML escaping when generating DDL
« Reply #3 on: June 03, 2010, 12:35:39 am »
which EA version are u using? and which database type?

In the latest EA 8, I use it with SQL Server 2005 and it works fine.