Book a Demo

Author Topic: SQL 2008 Data type  (Read 4094 times)

darin

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
SQL 2008 Data type
« on: November 07, 2008, 02:56:36 am »
Support for MS SQL Server 2008 data type :)

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: SQL 2008 Data type
« Reply #1 on: November 07, 2008, 10:50:34 pm »
Don't know Darin...

I have requested this a while back, and I think others have too. My guess - without any evidence though - is that we might see it in EA 7.5 (probably early next year). That would fit the pattern of new SQL dialects being supported in the next EA version after the SQL version went into commercial production (i.e. not widespread beta or CTP).

In the meantime, make a feature request to Sparx. Use the Feature Request link near the bottom of any forum page. If this has not yet made the cut for implementation, perhaps additional requests will give it the needed impetus.

David
No, you can't have it!

darin

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: SQL 2008 Data type
« Reply #2 on: November 08, 2008, 03:51:51 am »
I still like to edit my create scripts and not just use the generated stuff (a bit of a design review)
But for anyone else who needs to move forward while waiting, here is the SQL 2005 datatype I use as surrogates to the new ones (the ones I've use so far)
HiarchcyID = nvarchar(0) - not sure how to set nvarchar(max) in ea
Geography and Geometry = varbinary(0)
Geography and Geometry (WKT) = varchar(0)

When I review the generated script it's just a matter of modifying the datatypes to the SQL 2008 types (really not that much work)