On Wed, 2 Jul 2014 07:47:58 -0700 (PDT), Marcela Campo
<
marcel...@gmail.com> wrote:
> Hi,
> I am trying to use django-hstore for the first time and I am
> encountering some issues. I cannot figure out if I am doing something
> wrong or it is just an egg limitation.
>
> I am storing a dictionary which values can be either string or
> numeric. Even when I knew that hstore handled everything as string, I
> was under the impression that django-hstore performed type casting at
> some point. I somehow inferred that from the documentation page where
> the examples for gt,lt,gte and lte are given for numbers (correctly
> speaking, strings that only contained numbers).