[sqlalchemy] Re: Autoload problem with my MySql server

2007-07-12 Thread jason kirtland

I've made changes in the trunk for 0.3.9 that I hope will take care 
of reflection issues reported in MySQL 3.23, 4.0 and 4.1, as well 
as odds and ends in current releases.  It would be super super 
useful if anyone who has had reflection issues in the past to pull 
a copy of the trunk and give it a try before we cut a 0.3.9 release.

Some of these issues are corner cases tied to a particular point 
version of the MySQL server and/or MySQL-python.  I've tested the 
latest on around 150 different combinations, but full coverage 
would be something like 3,500 combos.  So, a little help is greatly 
appreciated!  :)  Plus, real schema are bound to be more 
challenging than my test cases.

Cheers,
Jason


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Autoload problem with my MySql server

2007-07-12 Thread bbull

I just tested this on MySQL 4.0.20c and it seems to have solved the
autoload problem.

What is the timeframe for cutting the 0.3.9 release?

Brian

On Jul 12, 1:00 pm, jason kirtland [EMAIL PROTECTED] wrote:
 I've made changes in the trunk for 0.3.9 that I hope will take care
 of reflection issues reported in MySQL 3.23, 4.0 and 4.1, as well
 as odds and ends in current releases.  It would be super super
 useful if anyone who has had reflection issues in the past to pull
 a copy of the trunk and give it a try before we cut a 0.3.9 release.

 Some of these issues are corner cases tied to a particular point
 version of the MySQL server and/or MySQL-python.  I've tested the
 latest on around 150 different combinations, but full coverage
 would be something like 3,500 combos.  So, a little help is greatly
 appreciated!  :)  Plus, real schema are bound to be more
 challenging than my test cases.

 Cheers,
 Jason


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Autoload problem with my MySql server

2007-07-12 Thread jason kirtland

bbull wrote:

 I just tested this on MySQL 4.0.20c and it seems to have solved
 the autoload problem.

Great.  Thank you!

 What is the timeframe for cutting the 0.3.9 release?

Very soon, probably in the next couple of days.

-j


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---