Updated _create_entry to use sqlite's parameter syntax for values

This commit is contained in:
Timothy Carstens
2021-12-21 02:09:06 -08:00
parent 81010fc015
commit 405242f6da
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ table name `student` and rows `student_id`, `student_name` with datatypes
integer and text, respectively. The default value for `student_name` is
`John Smith`.
##Basic Usage
## Basic Usage
### Entry manipulation