[sqlalchemy] Re: looking to make

2007-07-20 Thread jason kirtland
Mike wrote: sounds good. Looking forward to see it in 3.10dev The case-check cache in the trunk and will be in the forthcoming 0.3.10. Since it's a connection-scoped cache, you'll want to re-use the same connection for all of the table autoloads you're doing. If you're autoloading at the

[sqlalchemy] Re: looking to make

2007-07-18 Thread Michael Bayer
i dont know whats up with google groups today, i replied to this earlier...these changes are fine with me. On Jul 18, 12:57 am, Mike Bernson [EMAIL PROTECTED] wrote: I started looking to what is happen to get table information from mysql. I found that the following is issued for every table

[sqlalchemy] Re: looking to make

2007-07-18 Thread Michael Bayer
these optimizations are all fine with me, Jason Kirtland has been handling the overhaul of MySQL reflection so maybe stop by on IRC to compare notes. On Jul 18, 12:57 am, Mike Bernson [EMAIL PROTECTED] wrote: I started looking to what is happen to get table information from mysql. I found

[sqlalchemy] Re: looking to make

2007-07-18 Thread jason kirtland
Mike wrote: I started looking to what is happen to get table information from mysql. I found that the following is issued for every table that is reflected: 2007-07-18 00:29:08,158 INFO sqlalchemy.engine.base.Engine.0x..cc show variables like 'character_set%%' 2007-07-18 00:29:08,158

[sqlalchemy] Re: looking to make

2007-07-18 Thread jason kirtland
[this one seems to have been lost in googlegroups too, resending...] Mike wrote: I started looking to what is happen to get table information from mysql. I found that the following is issued for every table that is reflected: 2007-07-18 00:29:08,158 INFO

[sqlalchemy] Re: looking to make

2007-07-18 Thread Mike Bernson
can it also be added to 3.9 ? jason kirtland wrote: [this one seems to have been lost in googlegroups too, resending...] Mike wrote: I started looking to what is happen to get table information from mysql. I found that the following is issued for every table that is reflected:

[sqlalchemy] Re: looking to make

2007-07-18 Thread jason kirtland
Mike wrote: can it also be added to 3.9 ? Sure, if there's another release in the 0.3 line the case-check cache can go in. But the only use SHOW CREATE change will be likely be a 0.4-only thing. -j --~--~-~--~~~---~--~~ You received this message because

[sqlalchemy] Re: looking to make

2007-07-18 Thread Mike Bernson
sounds good. Looking forward to see it in 3.10dev jason kirtland wrote: Mike wrote: can it also be added to 3.9 ? Sure, if there's another release in the 0.3 line the case-check cache can go in. But the only use SHOW CREATE change will be likely be a 0.4-only thing. -j