Skip to content

Commit 07e706d

Browse files
committed
update xsd
1 parent 16d3a37 commit 07e706d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Schema/SmartSqlMap.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@
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">

doc/Schema/SmartSqlMapConfig.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>

0 commit comments

Comments
 (0)