Added some corrections to the SQLite CRUD commands, as the comments were off for some of them.

This commit is contained in:
PersonGuyGit
2023-04-23 13:00:08 -06:00
parent 311296f5a0
commit 4cc0d0a8ff
4 changed files with 6 additions and 7 deletions

View File

@ -102,7 +102,7 @@ func updateItemByID(id, feedName):
# This will update an Collection's Item Alias record under your desired ID.
# Example of how to use updateCollectionAliasByID
# updateItemByID(1, "Electric Guitar")
# updateCollectionAliasByID(1, "Electric Guitar")
func updateCollectionAliasByID(id, feedName):
db.open_db()
var tableName = "collection"