[symfony-users] Re: Schema.yml generation for Oracle RDBMS

2008-04-03 Thread Mladen Gogala
On Apr 2, 5:47 pm, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > * propel-generate-schema generates the schema.yml file from a given It's probably a mistake, you wanted propel-build-schema. It does work, but it generates schema.yml for all tables in the given schema. It can be less then prac

[symfony-users] Re: Schema.yml generation for Oracle RDBMS

2008-04-02 Thread Mladen Gogala
On Apr 2, 5:47 pm, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > * propel-generate-schema generates the schema.yml file from a given > (existing) db > > * propel-generate-sql builds the sql you need to create a db from the > (existing) schema.yml file > It doesn't really work: [EMAIL PROTEC

[symfony-users] Re: Schema.yml generation for Oracle RDBMS

2008-04-02 Thread Tom Haskins-Vaughan
* propel-generate-schema generates the schema.yml file from a given (existing) db * propel-generate-sql builds the sql you need to create a db from the (existing) schema.yml file * propel-generate-crud builds a module based on an class in the model Mladen Gogala wrote: > My understanding is t

[symfony-users] Re: Schema.yml generation for Oracle RDBMS

2008-04-02 Thread Mladen Gogala
My understanding is that propel-build-schema reads schema.yml and creates CRUD mapping and SQL statements. In other words, schema.yml is input for "build schema". My script creates schema.yml from the list of tables. On Apr 2, 12:59 pm, "Mark Ng" <[EMAIL PROTECTED]> wrote: > you can do this alrea

[symfony-users] Re: Schema.yml generation for Oracle RDBMS

2008-04-02 Thread Mark Ng
you can do this already with symfony propel-build-schema (or does this not work with Oracle ?) Mark On 02/04/2008, Mladen Gogala <[EMAIL PROTECTED]> wrote: > > I created a little Perl script (yeah, I know!) to generate table > descriptions from the database itself. > The script can be downlo