File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1081,6 +1081,20 @@ in the parameter binding.</programlisting>
1081
1081
</para >
1082
1082
</entry >
1083
1083
</row >
1084
+ <row >
1085
+ <entry >
1086
+ <literal >sqlite.binaryguid</literal >
1087
+ </entry >
1088
+ <entry >
1089
+ SQLite can store GUIDs in binary or text form, controlled by the BinaryGuid
1090
+ connection string parameter (default is 'true'). The BinaryGuid setting will affect
1091
+ how to cast GUID to string in SQL. NHibernate will attempt to detect this
1092
+ setting automatically from the connection string, but if the connection
1093
+ or connection string is being handled by the application instead of by NHibernate,
1094
+ you can use the <literal >sqlite.binaryguid</literal > NHibernate setting to override the behavior.
1095
+ The value can be <literal >true</literal > or <literal >false</literal >.
1096
+ </entry >
1097
+ </row >
1084
1098
<row >
1085
1099
<entry >
1086
1100
<literal >nhibernate-logger</literal >
You can’t perform that action at this time.
0 commit comments