Skip to content

Commit cfb9823

Browse files
authored
Update README.md
1 parent 9990026 commit cfb9823

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ The following member attributes are allowed, based on the most commonly used SQL
7676
* int64_t -> `MEMBER_INT`
7777
* double -> `MEMBER_REAL`
7878
* 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`
8079
* bool -> `MEMBER_BOOL`
8180
* timestamp -> `MEMBER_DATETIME` (read note below)
8281
* custom functions -> `FUNC`. The corresponding function must be provided by the programmer.

0 commit comments

Comments
 (0)