Hi Jim,

I had a similar situation in my app but my attribute was much simpler - an
array of Ints. I knew there was nothing in the Mnesia driver to prevent it
(and of course Mnesia itself will happily store any Erlang form as a value)
but I was pleased to discover that nothing in the rest of CB prevented it.
Perhaps it is being viewed as a character string.

In any case - unless someone comes back and says "Oh yes - I do that all
the time with Postgress and it works fine"  I would suggest writing a
little test app to check it for yourself. You could do it in no time and
move on with the confidence of knowing it works.

graeme



On 7 March 2014 23:25, jim rosenblum <[email protected]> wrote:

> I am considering a major change to my application and before I do, I was
> wondering if anyone knew the answer to the following.
>
> I have a model that has an attribute, value, which looks like this
>  [[1234959596, 10.23],[1234959596, 10.23],[1234959596, 10.23]]
>
> basically an array of [bigint, float]
>
> Can I do this with ChicagoBoss and postgress?
>
> --
> You received this message because you are subscribed to the Google Groups
> "ChicagoBoss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> Visit this group at http://groups.google.com/group/chicagoboss.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/chicagoboss/df61a3f2-beaf-4c92-b4d8-97ecd8857668%40googlegroups.com<https://groups.google.com/d/msgid/chicagoboss/df61a3f2-beaf-4c92-b4d8-97ecd8857668%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/CAKF5fiDkfJYziZZw4UfNXx1WxSek-PatVyA2S9p2LBa2KOgScw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to