SourceForge.net
2004-07-04 12:37:54 UTC
Bugs item #984893, was opened at 2004-07-04 22:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.1
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=984893&group_id=54559
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.1
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=984893&group_id=54559