Changes between Version 2 and Version 3 of FDORfc68


Ignore:
Timestamp:
Sep 11, 2013, 5:44:26 AM (11 years ago)
Author:
bscott
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc68

    v2 v3  
    3333We propose to add a new optional connection parameter : CaseSensitive
    3434{{{
    35 example : dataStore=myDatabase;Service=localhost;Password=mypwd;Username=postgres;CaseSensitive=FALSE
     35example : dataStore=myDatabase;Service=localhost;Password=mypwd;Username=postgres;'''CaseSensitive=FALSE'''
    3636}}}
    3737If not set:
    3838  the default behavior is CaseSensitive=TRUE, so there will be no impact on existing application.
    3939When case sensitive is set to TRUE:
    40   *No double quotes would be added to internal sql satement.
    41   *Table creation will be made with lowercase table name and lowercase column name, thus creating a case insensitive table.
     40  No double quotes would be added to internal sql satement.
     41[[BR]]
     42  Table creation will be made with lowercase table name and lowercase column name, thus creating a case insensitive table.
    4243
    4344== Implications ==