We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990026 commit cfb9823Copy full SHA for cfb9823
README.md
@@ -76,7 +76,6 @@ The following member attributes are allowed, based on the most commonly used SQL
76
* int64_t -> `MEMBER_INT`
77
* double -> `MEMBER_REAL`
78
* std::wstring -> `MEMBER_TEXT`. Wide strings are used in order to allow unicode text to be saved in the database.
79
-* int64_t -> `MEMBER_INT`
80
* bool -> `MEMBER_BOOL`
81
* timestamp -> `MEMBER_DATETIME` (read note below)
82
* custom functions -> `FUNC`. The corresponding function must be provided by the programmer.
0 commit comments