AFAIK, SQL Anywhere versions have always used a three-part version number - e.g. versions "5.5.05", "8.0.3", "12.0.1" and so on - and the build number as forth component, such as 12.0.1.3817.

AFAIK, with the exception of version 5, where there were both 5.0.x and 5.5.x releases, the second part of the version number has always been a zero - which has sometimes irritated new users, as they think of using SQL Anywhere 11.1 or 12.1, which do not really exist as versions...

With SQL Anywhere 16, it seems the "superfluous zero" has been dropped officially from the version number, as can be seen in the DCX homepage:

alt text

So I'd expect the next MR to be called 16.1 instead of 16.0.1...

Question: Is that observation correct?


Aside:

Build numbers are still using 4-part notation, i.e. the 16 GA is 16.0.0.1324. - And no, I don't claim this the most important change in v16:)

asked 25 Mar '13, 05:04

Volker%20Barth's gravatar image

Volker Barth
40.1k361549819
accept rate: 34%

edited 25 Mar '13, 05:05

Just to add: Using "larger increments" for MRs would obviously fit to the huge version number step from 12 to 16 itself:)

I'd always had the impression that an upgrade statement like "We're now using 12.0.1 instead of 12.0.0" does sound rather irrelevant and stunted for non-insiders...

(25 Mar '13, 06:07) Volker Barth

Volker, you are very observant.

As part of the merger with SAP we have adopted the SAP numbering scheme for version releases and hence the externally visible version number "16.0" instead of our usual "16.0.0". Note that internally we are continuing to use the four part numbering scheme "16.0.0.1234" (i.e. major.minor.0.buildnumber). Currently the plan is that the third internal number will always be zero.

If and/or when we do a maintenance release of version 16 the version number would most likely be 16.1 but this is a forward looking statement and is subject to future circumstantial changes so please do not make any critical decisions (financial or otherwise) based on this statement! :-)

permanent link

answered 25 Mar '13, 08:50

Mark%20Culp's gravatar image

Mark Culp
24.9k10139297
accept rate: 41%

edited 25 Mar '13, 08:51

2

Cool! 16.1! When's it coming? What's in it? Arrays as column data types? Huh? Huh? C'mon tell us! :)

(25 Mar '13, 08:57) Breck Carter
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×260
×8

question asked: 25 Mar '13, 05:04

question was seen: 2,028 times

last updated: 25 Mar '13, 08:57