issues Search Results · repo:stephencelis/SQLite.swift
Filter by
0 results
(67 ms)0 results
Image
I got one sentry related to this. this is not reproducible but one of my client has faced this.
at the time of creating table using try! db.run(table.create(ifNotExists: true) { t in inside create ...
milan-galitein
- Opened 20 days ago
- #1307
public struct Row {
let columnNames: [String: Int]
fileprivate let values: [Binding?]
internal init(_ columnNames: [String: Int], _ values: [Binding?]) {
self.columnNames = columnNames
self.values ...
Yishuhong2003
- Opened 29 days ago
- #1293
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 on Dec 30, 2024
- #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
- 4
- 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

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.