Discussion:
[openjms-developer] [ openjms-Bugs-984893 ] Can't migrate MySQL schema from 0.7.2 to 0.7.6
SourceForge.net
2004-07-05 12:45:38 UTC
Permalink
Bugs item #984893, was opened at 2004-07-04 22:37
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=984893&group_id=54559

Category: persistence
Group: v0.7.6.1
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Tim Anderson (tanderson)
Assigned to: Tim Anderson (tanderson)
Summary: Can't migrate MySQL schema from 0.7.2 to 0.7.6
Initial Comment:
(Originally from
http://article.gmane.org/gmane.comp.java.openjms.devel
/614)

Ran across a problem with migrating the db schema from
0.7.2 to 0.7.6.1
The migration uses executeQuery to exec and insert
statement. Seems that
the mysql driver won't allow you to do this.

Here's a patch which changes the executeQuery to an
executeUpdate

--
Jeff Martin


----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2004-07-05 22:45

Message:
Logged In: YES
user_id=557161

Fixed in CVS. Changes applied on the openjms_0_7_6_maint
branch.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=984893&group_id=54559
Loading...