Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
f2d48e4c
Commit
f2d48e4c
authored
Sep 18, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling errors in comments.
parent
7b1442e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sqlite_abstract.h
dlib/sqlite/sqlite_abstract.h
+2
-2
No files found.
dlib/sqlite/sqlite_abstract.h
View file @
f2d48e4c
...
...
@@ -22,7 +22,7 @@ namespace dlib
/*!
WHAT THIS OBJECT REPRESENTS
This is the exception object used by the SQLite tools to indicate
that an error has occurred. An of the functions defined in this
that an error has occurred. An
y
of the functions defined in this
file might throw this exception.
!*/
};
...
...
@@ -128,7 +128,7 @@ namespace dlib
successful INSERT into the database via this database instance.
- If an INSERT has not been performed on the current database instance then
the return value is 0. This is true even if the database is not empty.
- See the sqlite documention for the full details on how this function
- See the sqlite document
at
ion for the full details on how this function
behaves: http://www.sqlite.org/c3ref/last_insert_rowid.html
!*/
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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