Skip to content

Commit 4c5e31d

Browse files
committed
Updated README to express the support of custom collate functions.
1 parent 72cc287 commit 4c5e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following features are supported:
2424
- Auto increment (An int PrimaryKey will automatically be incremented and you can explicit set the "AUTOINCREMENT" constraint to a PrimaryKey using the Autoincrement-Attribute)
2525
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convention `ForeignKeyIndexConvention`)
2626
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
27-
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)
27+
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library. Use `CollationFunction.Custom` to specify a own collation function.)
2828
- SQL default value (Decorate columns with the `SqlDefaultValueAttribute`, which is part of this library)
2929

3030
## Install

0 commit comments

Comments
 (0)