Skip to content

Commit

Permalink
Add sqlite.binaryguid to configuration schema (#2245)
Browse files Browse the repository at this point in the history
(cherry picked from commit 23df8cd)
  • Loading branch information
fredericDelaporte committed Jan 12, 2020
1 parent f7b64c5 commit e8bba30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/NHibernate/nhibernate-configuration.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="sqlite.binaryguid">
<xs:annotation>
<xs:documentation>
SQLite can store GUIDs in binary or text form, controlled by the BinaryGuid
connection string parameter (default is 'true'). The BinaryGuid setting will affect
how to cast GUID to string in SQL. NHibernate will attempt to detect this
setting automatically from the connection string, but if the connection
or connection string is being handled by the application instead of by NHibernate,
you can use the 'sqlite.binaryguid' NHibernate setting to override the behavior.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="sql_types.keep_datetime">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit e8bba30

Please sign in to comment.