You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2008/02/07 05:21:16 UTC

svn commit: r619257 - /db/torque/test/trunk/profile/mysql/project.xml

Author: seade
Date: Wed Feb  6 20:21:16 2008
New Revision: 619257

URL: http://svn.apache.org/viewvc?rev=619257&view=rev
Log:
Use a connector that is not broken.

Modified:
    db/torque/test/trunk/profile/mysql/project.xml

Modified: db/torque/test/trunk/profile/mysql/project.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/profile/mysql/project.xml?rev=619257&r1=619256&r2=619257&view=diff
==============================================================================
--- db/torque/test/trunk/profile/mysql/project.xml (original)
+++ db/torque/test/trunk/profile/mysql/project.xml Wed Feb  6 20:21:16 2008
@@ -26,7 +26,7 @@
     <dependency>
       <artifactId>mysql-connector-java</artifactId>
       <groupId>mysql</groupId>
-      <version>5.0.4</version>
+      <version>5.0.5</version>
     </dependency>
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r619257 - /db/torque/test/trunk/profile/mysql/project.xml

Posted by Scott Eade <se...@backstagetech.com.au>.
Thomas Vandahl wrote:
> Could you please leave some comment about what is wrong with version 
> 5.0.4? I'm a bit nervous^Wcurious as we are using 5.0.4 without problems.
Running the test-project I received an SQLException along the lines of 
"Unknown initial character set index '48' received from server" - a 
search came up with 
http://forums.mysql.com/read.php?39,139534,139889#msg-139889  This led 
me to try 5.0.5 which worked with no problems.

The exception occurred when first creating the tables so I guess the 
problem may not present when working with an environment that already 
has its tables set up, that or it relates to the specific version of 
MySQL in use.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r619257 - /db/torque/test/trunk/profile/mysql/project.xml

Posted by Thomas Vandahl <tv...@apache.org>.
seade@apache.org wrote:
> URL: http://svn.apache.org/viewvc?rev=619257&view=rev
> Log:
> Use a connector that is not broken.
...

>      <dependency>
>        <artifactId>mysql-connector-java</artifactId>
>        <groupId>mysql</groupId>
> -      <version>5.0.4</version>
> +      <version>5.0.5</version>

Could you please leave some comment about what is wrong with version 
5.0.4? I'm a bit nervous^Wcurious as we are using 5.0.4 without problems.


Bye, Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org