You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty new to this one
Added SQLite.swift package using swift package manager. Selected 0.15.3 version
Followed the steps in inserting the record, creating db and reading records.
But when i hit the insert record the column seems to be nonexistent at run time.
This is how I try to call the insert, I was testing on sending an object DataModel to it, it does read the object but cannot seem to pass. The insert statemetn in the terminal suggest there are nothing on the insert statement.
The text was updated successfully, but these errors were encountered:
theMartianAlien
changed the title
Inserting records doesnt recognize the connection/syntax?
data insertion doesnt bind data correctly
Nov 14, 2024
Pretty new to this one
Added SQLite.swift package using swift package manager. Selected 0.15.3 version
Followed the steps in inserting the record, creating db and reading records.
But when i hit the insert record the column seems to be nonexistent at run time.
This is how I try to call the insert, I was testing on sending an object DataModel to it, it does read the object but cannot seem to pass. The insert statemetn in the terminal suggest there are nothing on the insert statement.
The text was updated successfully, but these errors were encountered: