File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 983983 <xs : attribute name =" Transaction" type =" Transaction" use =" optional" />
984984 <xs : attribute name =" ReadDb" type =" xs:string" use =" optional" />
985985 <xs : attribute name =" CommandTimeout" type =" xs:int" use =" optional" />
986+ <xs : attribute name =" EnablePropertyChangedTrack" type =" xs:boolean" use =" optional" />
986987 </xs : complexType >
987988 </xs : element >
988989 <xs : element name =" Statements" >
Original file line number Diff line number Diff line change 3030 <xs : element name =" Settings" >
3131 <xs : complexType >
3232 <xs : attribute name =" IgnoreParameterCase" type =" xs:boolean" default =" false" />
33- <xs : attribute name =" IsCacheEnabled" type =" xs:boolean" default =" true " />
33+ <xs : attribute name =" IsCacheEnabled" type =" xs:boolean" default =" false " />
3434 <xs : attribute name =" EnablePropertyChangedTrack" type =" xs:boolean" default =" false" />
3535 <xs : attribute name =" ParameterPrefix" type =" xs:string" default =" $" />
3636 </xs : complexType >
You can’t perform that action at this time.
0 commit comments