On 8/8/06, Andrew McIntyre (JIRA) <[email protected]> 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
