Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Commits
ad08be5b
Verified
Commit
ad08be5b
authored
5 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
review fixes: add docs for boolean
parent
fa200fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/database_init.rs
+2
-0
src/database_init.rs
with
2 additions
and
0 deletions
+2
-0
src/database_init.rs
+
2
-
0
View file @
ad08be5b
...
...
@@ -50,6 +50,8 @@ enum DatabaseColumnType {
Real
,
/// Boolean
/// Internally, booleans are stored as Integers 0 and 1. This is never exposed
/// to the clients, however, and clients should only ever receive/send `true` and `false`.
Bool
,
/// The number of non-leap-nanoseconds since January 1, 1970 UTC.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment