File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 200
200
</xs : documentation >
201
201
</xs : annotation >
202
202
</xs : enumeration >
203
+ <xs : enumeration value =" sqlite.binaryguid" >
204
+ <xs : annotation >
205
+ <xs : documentation >
206
+ SQLite can store GUIDs in binary or text form, controlled by the BinaryGuid
207
+ connection string parameter (default is 'true'). The BinaryGuid setting will affect
208
+ how to cast GUID to string in SQL. NHibernate will attempt to detect this
209
+ setting automatically from the connection string, but if the connection
210
+ or connection string is being handled by the application instead of by NHibernate,
211
+ you can use the 'sqlite.binaryguid' NHibernate setting to override the behavior.
212
+ </xs : documentation >
213
+ </xs : annotation >
214
+ </xs : enumeration >
203
215
<xs : enumeration value =" sql_types.keep_datetime" >
204
216
<xs : annotation >
205
217
<xs : documentation >
You can’t perform that action at this time.
0 commit comments