The documentation says: "The library currently does not support array columns. This may be implemented for a later
release depending on demand. No-one has asked for this so far so I’m starting to think that people don’t make much
use of array columns."
So...I'm asking for it :)
I'm working on a database representing 3D information; it will have both 1-dimensional array columns (for vectors/rotations)
as well as some 2-dimensional array columns (e.g. 4x4 transformation matrices). Would love to be able to use FireRuby
to mess with the db directly. |