Re: [sqlalchemy] Reflecting user defined types

2012-03-16 Thread marq
Hi! Try out the ischema_names thing for now. Works like a charm - thanks a lot! I know about manually overwriting column types (which works a sw ell of course), but I wanted to keep the application independent from the table structure (which is in a migrate repository)... This looks very

Re: [sqlalchemy] PostgreSQL Multidimensional arrays in SQLAlchemy

2012-03-16 Thread Michael Bayer
On Mar 15, 2012, at 10:53 PM, Faheem Mitha wrote: Hi, I posted http://stackoverflow.com/questions/9729175/multidimensional-arrays-in-sqlalchemy to StackOverflow. Reproduced below. Please CC me on any reply. Thanks.

[sqlalchemy] enable_load_extension problem

2012-03-16 Thread Jan
Dear all, I'm fighting with sqlite/spatialite since some days. I want to use GeoAlchemy with sqlite/spatialite - but I think my problem starts at SQLAlchemy. I can connect/create sqlite database without any problem. Furthermore, I'm able to connect to a sqlite/spatialite database and load

Re: [sqlalchemy] Re: PostgreSQL Multidimensional arrays in SQLAlchemy

2012-03-16 Thread Michael Bayer
On Mar 16, 2012, at 1:51 PM, Faheem Mitha wrote: Thanks for the reply. I'll try the hack. How do I use this? Does the usage look like disregard the hack; the ARRAY type works as is (though I'd still like to change it for 0.8).The ARRAY type is multidimensional regardless of how you