Book a Demo

Author Topic: Database Views with Data Modeling and SQL DDL  (Read 6536 times)

JLove

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Database Views with Data Modeling and SQL DDL
« on: December 23, 2004, 02:54:23 pm »
Support for the UML Data Modeling Profile is excellent!

I need to model a View (synchronized to linked Tables / Fields) and be able to generate SQL DDL for the View.  Currently, it's possible to create a View (virtual Table) manually with a stereotyped class for the View and dependencies to linked Tables.  However, this requires manually creating the View and fields (which are usually the same as the fields from the dependency Tables), manually creating the SQL DDL and manually synchronizing the View with the dependency Tables and the SQL DDL if any changes are made.

It sure would be nice if the Data Modeling in EA supported Views natively with SQL DLL generation, etc.  Are there any plans for this feature?
« Last Edit: December 23, 2004, 03:05:22 pm by JLove »
James Love
Software Engineer
SenDx Medical, Inc.
A Division of Radiometer Copenhagen

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #1 on: December 23, 2004, 05:15:39 pm »
 
Quote
It sure would be nice if the Data Modeling in EA supported Views natively with SQL DLL generation, etc.  Are there any plans for this feature?


Yes - but I don't have an ETA.

JLove

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #2 on: June 27, 2005, 10:40:36 am »
It's been six months, any ETA on support for Database Views yet?
James Love
Software Engineer
SenDx Medical, Inc.
A Division of Radiometer Copenhagen

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #3 on: June 27, 2005, 03:09:09 pm »
No ETA yet  :(

terje

  • Guest
Re: Database Views with Data Modeling and SQL DDL
« Reply #4 on: February 13, 2006, 02:24:02 am »
Hi !  What's happening with sql views now ?  Will it come in EA at all ?


markuskhouri

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #5 on: June 13, 2006, 11:56:52 am »
This forum

http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=general;action=display;num=1139611113;start=0#0

with subject "database engineering -- views" has a comment dated "Feb 12th, 2006, 1:22pm" that indicates views should be added in 6 months.

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #6 on: June 13, 2006, 03:37:11 pm »
Datamodelling view support for SQL Server, Oracle and Sybase ASE will be available in version 6.5.

dserodio

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Database Views with Data Modeling and SQL DDL
« Reply #7 on: June 16, 2006, 07:33:38 am »
Quote
Datamodelling view support for SQL Server, Oracle and Sybase ASE will be available in version 6.5.

What about PostgreSQL? Would it be too difficult to sneak PostgreSQL support in?  :)
Correctness is clearly the prime quality. If a system does not do what it is supposed to do, then everything else about it matters little. - Bertrand Meyer