[sqlalchemy] xml approach

2012-03-22 Thread lars van gemerden
Hi, I am looking for a way to convert SQLalchemy objects to XML and back, in order to support a webapplication. I made a mixin class that does a decent job on 'normal' python objects (basically works for in the same cases as pickle, though more testing is required). I would prefer to have a

Re: [sqlalchemy] Re: Access denied for user error

2012-03-22 Thread shinriyo
Mac version is also strange (fb_env)shinriyo:teaspoon shinriyo$ python . create = 20:46:34 : creating the database. 2012-03-22 20:46:34,905 INFO sqlalchemy.engine.base.Engine b'SELECT DATABASE()' 2012-03-22 20:46:34,905 INFO sqlalchemy.engine.base.Engine () 2012-03-22 20:46:34,910 INFO

[sqlalchemy] Re: How to work with python3.2 and mysql?

2012-03-22 Thread shinriyo
Hi. I had similar bug you wrote did you resolve? I used Python3.2 and mysqlconnector Traceback (most recent call last): File /Users/shinriyo/ve/fb_env/lib/python3.2/site-packages/sqlalchemy/pool.py, line 717, in _do_get return self._pool.get(wait, self._timeout) File

Re: [sqlalchemy] Re: How to work with python3.2 and mysql?

2012-03-22 Thread Michael Bayer
This is a known issue in MySQL connector. I'd stick to python 2 for now as the MySQL drivers are not yet in great shape on python 3. Sent from my iPhone On Mar 22, 2012, at 8:08 AM, shinriyo shinr...@gmail.com wrote: Hi. I had similar bug you wrote did you resolve? I used Python3.2

[sqlalchemy] sqlite custom queries failing in 0.7.6

2012-03-22 Thread Tom Kralidis
We have a webapp that makes use of sqlite3 create_function type queries. Using 0.6, this has worked well for us. Using 0.7 our approach breaks. I've tried to distill a minimal test case to demonstrate the issue: #!/usr/bin/python from sqlalchemy import create_engine, __version__ from

Re: [sqlalchemy] Re: How to work with python3.2 and mysql?

2012-03-22 Thread shinriyo
Hi Michael Bayer Thank you for replying In spite of Oracle product, MySQL connector can't work on Python3 can't it? Oracle buy up MySQL but waz a pity. What is the good MySQL connector for Python3 ? -- You received this message because you are subscribed to the Google Groups sqlalchemy group.

Re: [sqlalchemy] sqlite custom queries failing in 0.7.6

2012-03-22 Thread Michael Bayer
On Mar 22, 2012, at 2:33 PM, Tom Kralidis wrote: We have a webapp that makes use of sqlite3 create_function type queries. Using 0.6, this has worked well for us. Using 0.7 our approach breaks. I've tried to distill a minimal test case to demonstrate the issue: A NullPool is used in 0.7

Re: [sqlalchemy] Re: How to work with python3.2 and mysql?

2012-03-22 Thread Michael Bayer
the only one that works fully right now is OurSQL, though it's difficult to build. MySQL-connector-python seems to be moving along slowly but should be compliant sometime in the near future. On Mar 22, 2012, at 9:23 PM, shinriyo wrote: Hi Michael Bayer Thank you for replying In spite of

[sqlalchemy] Google Summer of Code 2012

2012-03-22 Thread Philip Jenvey
Hey all, SQLAlchemy is looking to get involved in this year's Google Summer of Code[1]. We'd like to encourage students to visit our GSoC page on the wiki[2] and review some of the project ideas we've posted. We're also looking for more backup mentors, if anyone is interested, please contact