Has anybody a solution?

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von 
Franke Gordon
Gesendet: Freitag, 24. November 2006 13:29
An: [email protected]
Betreff: [symfony-devs] AW: [symfony-devs] schema :: no autoincrement if bigint


The problem ist that creole defined the bigint for mssql as an string.

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von 
Franke Gordon
Gesendet: Freitag, 24. November 2006 11:40
An: [email protected]
Betreff: [symfony-devs] schema :: no autoincrement if bigint


Hello,

System:
Symfony-alpha 2797
DB MsSql Server

When i run the propel-build-schema file it generate the schema.xml, ok
but
When the primary key in a table is not int but bigint he make:

<table name="table">
  <column name="field" type="BIGINT" required="true" primaryKey="true"/>

And not:
<table name="table" idMethod="native">
  <column name="field" type="BIGINT" required="true"
autoIncrement="true"  primaryKey="true"/>


So is that a symfony or a propel bug?


greetings
Gordon





--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to