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 create 
it:


http://www.postgresql.org/docs/9.1/static/arrays.html

"The current implementation does not enforce the declared number of dimensions 
either. Arrays of a particular element type are all considered to be of the 
same type, regardless of size or number of dimensions. So, declaring the array 
size or number of dimensions in CREATE TABLE is simply documentation; it does 
not affect run-time behavior."

so just use the ARRAY normally, it will accept data of any dimension regardless 
of how it's created.




-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to