issues Search Results · repo:stephencelis/SQLite.swift
Filter by
0 results
(73 ms)0 results
I have searched the internet but unfortunately have not found anything.
With this code, I add a column to a table. try db.run(players.addColumn(playerStatus, defaultValue: 0))
My app did not save, if ...
- svenover
- 1
- Opened 20 days ago
- #1291
Build Information
- Include the SQLite.swift version, commit or branch experiencing the issue. 0.15.3
- Mention Xcode and OS X versions affected. All
- How do do you integrate SQLite.swift in ...
- DanielEdrisian
- 1
- Opened on Dec 17, 2024
- #1290
When I run the demo to insert a email,it failed with error near ? : syntax error in INSERT INTO users (?) VALUES (?) ;
Xcode 16.1 iphone os 17.3.1 pod SQLite.swift , ~ 0.14.0
- meili19916
- 1
- Opened on Dec 2, 2024
- #1289
Xcode 16:
img width= 1186 alt= iShot_2024-11-25_11 30 01 src=
https://github.com/user-attachments/assets/4da2bc68-54ba-463a-b955-b93a1e306eed
Why need to add Value , like this:
img width= 671 alt= iShot_2024-11-25_11 ...
- KKBytes0629
- 2
- Opened on Nov 25, 2024
- #1288
Issues are used to track bugs and feature requests. Need help or have a general question? Ask on Stack Overflow (tag
sqlite.swift).
Build Information
SQLite.swift version : 0.15.3 XCode : 16 Swift Package ...
- ipodsync
- 1
- Opened on Nov 19, 2024
- #1287
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 ...
- theMartianAlien
- 1
- Opened on Nov 14, 2024
- #1286
Xcode version: Version 16.0 (16A242d) Sqlite.swift version: 0.14.0
my code is: let id = Expression Int64 (value: id ); ... try? db.run(tbl.create { t in t.column(id, primaryKey:
.autoincrement) ... }) ...
- cxycxy1111
- 2
- Opened on Nov 13, 2024
- #1285
Hi, I ve been testing building the package for both Windows and Android over here:
https://github.com/stephencelis/SQLite.swift/compare/master...theolampert:SQLite.swift:master
I think that trace_v1 is ...
- theolampert
- Opened on Oct 31, 2024
- #1283
In FMDB, there is a api columnExists:inTableName: , to check if a column is existed in a table, before i add a new
column to the table. Now, How to do this with the SQLite.swift? I let the db execute the ...
- zhenghongyi
- 1
- Opened on Oct 25, 2024
- #1282
When updating xCode to version 16.0, I encountered an error when retrieving data from Row in types other than String.
image
- TranTienTruong
- 1
- Opened on Oct 19, 2024
- #1281
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.