Changes between Initial Version and Version 3 of Ticket #171


Ignore:
Timestamp:
Apr 20, 2008, 1:30:58 AM (16 years ago)
Author:
jbirch
Comment:

Just fixing up the ticket description...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #171

    • Property Milestone 3.3.03.3.1
  • Ticket #171 – Description

    initial v3  
    11With FDO it is possible to create a column with Primary = true and
    22autogenerate = false.
    3 I think the PostGis provider should not do that assumption and let the user
     3I think the !PostGis provider should not do that assumption and let the user
    44manage the primary key if the autogenerate flag is set to false.
    55
    66Actually it is mandatory
    77there is the piece of code where you can find the limitation:
     8
     9{{{
     10
     11
    812void SchemaDescription::DescribeSchema(Connection* conn, FdoString* schemaName)
    913{
     
    3539     }
    3640
     41
     42}}}