Here is an sample of the schema :

Place:
  actAs:
    I18n:
      fields:
       -  name
       -  number
       -  address
       -  postal_box
       -  cedex
       -  city
       -  zip_code
       -  country
       -  tel
       -  fax
       -  email
       -  website
       -  presentation
       -  image
  connection:                   via_france
  columns:
    lon:                        float
    lat:                        float
    name:                       string(255)
    number:                     string(255)
    address:                    string(255)
    postal_box:                 string(255)
    cedex:                      string(255)
    city:                       string(255)
    zip_code:                   string(255)
    insee:                      string(10)
    country_id:                 string(2)
    country:                    string(255)
    tel:                        string(255)
    fax:                        string(255)
    email:                      string(255)
    website:                    string(255)
    presentation:               string(4000)
    image:                      string(255)
    stars:                      integer

On 9 déc, 17:45, Serkan Koyuncu <serkan.koyu...@gmail.com> wrote:
> Could you please post your schema?
>
> Regards,
> S.
>
> 2009/12/9 Salim <salim.semao...@gmail.com>:
>
>
>
> > PS : I am using Symfony 1.2 with Doctrine 1.1
>
> > On 9 déc, 17:03, Salim <salim.semao...@gmail.com> wrote:
> >> Hi all,
>
> >> After inspecting several doctrine records on my project, I realized
> >> that every field of these records was casted into strings whatever the
> >> type declared for the column in the schema.yml file.
>
> >> Is it a known issue, or am I missing something ?
>
> >> Thank's in advance for your help
>
> > --
>
> > You received this message because you are subscribed to the Google Groups 
> > "symfony users" group.
> > To post to this group, send email to symfony-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > symfony-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/symfony-users?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to