You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Deepa Remesh <dr...@gmail.com> on 2006/08/10 01:43:37 UTC

Re: [jira] Commented: (DERBY-1547) Add svn version number to DatabaseMetaData getDatabaseProductVersion and getDriverVersion() to improve supportability

On 8/8/06, Andrew McIntyre (JIRA) <de...@db.apache.org> wrote:
>     [ http://issues.apache.org/jira/browse/DERBY-1547?page=comments#action_12426832 ]
>
> Andrew McIntyre commented on DERBY-1547:
> ----------------------------------------
>
> I think this is as simple as:
>
> Index: java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java
> ===================================================================
> --- java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java   (revision 429937)
> +++ java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java   (working copy)
> @@ -283,7 +283,7 @@
>         public String getDatabaseProductVersion() {
>                 ProductVersionHolder myPVH = Monitor.getMonitor().getEngineVersion();
>
> -               return myPVH.getVersionBuildString(false);
> +               return myPVH.getVersionBuildString(true);
>         }
>
>      /**
>

I was thinking to pick this up (but not sure I can). On looking at the
above file, I see that the suggested change is already in the trunk.
My workspace is at svn revision #430186 . Looks like this got into
commit #430177. Andrew, can you please take a look to see if this was
intended?

Thanks,
Deepa