Changes between Version 2 and Version 3 of FDORfc68
- Timestamp:
- 09/11/13 05:44:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc68
v2 v3 33 33 We propose to add a new optional connection parameter : CaseSensitive 34 34 {{{ 35 example : dataStore=myDatabase;Service=localhost;Password=mypwd;Username=postgres; CaseSensitive=FALSE35 example : dataStore=myDatabase;Service=localhost;Password=mypwd;Username=postgres;'''CaseSensitive=FALSE''' 36 36 }}} 37 37 If not set: 38 38 the default behavior is CaseSensitive=TRUE, so there will be no impact on existing application. 39 39 When 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. 42 43 43 44 == Implications ==