Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
1 answer
149 views

I use SQLite.swift library and have a question regarding the order method. Related to the SQLite.swift sort syntax, I would like to put the sort order in a variable, as I need different sort ...
piro299's user avatar
  • 35
3 votes
2 answers
957 views

When you will update Xcode 15 to Xcode 16, you will get many errors using SQLite.swift library. For example: Missing argument label 'value:' in call etc, etc. How to fix them?
Kashif Rabbani's user avatar
0 votes
0 answers
125 views

I created an SQLite database using fmdb and inserted data. I am now using sqlite.swift instead of fmdb. It crashes when I read a key of type blob which does have a value: SQLite/Query.swift:1235: ...
iDevBeginner's user avatar
0 votes
1 answer
85 views

I am a bit confused why I am getting this error thrown while trying to read from the database. In my test, I write the record successfully. Immediately after the write, I am trying to read the ...
iPhone Guy's user avatar
  • 1,044
0 votes
1 answer
180 views

I have a project that is built using SPM and in it I use the SQLite.swift library (src). In my Package.swift file I have the following dependency: let package = Package( ... dependencies: [ ....
Jason Sperske's user avatar
1 vote
3 answers
955 views

First, I'm building a Flutter app for Android and iOS. While building and running on Android is working fine the iOS build is failing since I added SQLite support. flutter run --debug Changing current ...
Jürgen Jatzkowski's user avatar
0 votes
2 answers
110 views

I am using the SQLite.swift library and running raw queries. I have the following let results = try db!.prepare(""" SELECT class from "character" where character_id = ? &...
mikechambers's user avatar
  • 3,089
1 vote
0 answers
112 views

I read the similar question @ Cannot Import SQLite for SQLite Swift Wrapper but it wasn't quite my scenerio. Xcode 14.3.1 I started a macOS Library project in Xcode. I added the SQLite.xcodeproj file ...
ccampj's user avatar
  • 725
1 vote
0 answers
57 views

How can I get a primitive Swift type from a SQLite.swift Binding, I have this sample: for row in try db.prepare("select * from table") { let t = row[0]! as Int64 ...
egor10_4's user avatar
  • 412
0 votes
0 answers
203 views

I am new to iOS development. I am working on developing an app which saves data into a sqlite.swift db and I have added the SQLite framework to the targets and linked the required libraries as per the ...
Finny Thomas's user avatar
0 votes
0 answers
148 views

I need some help with this question please. I am using SQLite.swift to store data in DB, I would like to fetch data only once when the application starts as it's a heavy operation. I need to be able ...
Wael's user avatar
  • 583
3 votes
0 answers
349 views

I am running into sporadic issues in production with SQLite.Swift where calls return the following SQLite.Result: "The operation couldn’t be completed. (SQLite.Result error 0.)". A quick web ...
pleasereset's user avatar
0 votes
2 answers
227 views

I am trying to do a SQLite.swift (v 0.12.2) migration which will delete column. But I can't found any method in documentation for that. I see only addColumn, but no any for deletion. How is it ...
bodich's user avatar
  • 2,293
1 vote
1 answer
364 views

I need some help in understanding the following problem. I have the need for a dynamic filter (trying to not duplicate the queries for different scenarios). I have already found that I can create a ...
Maverick2805's user avatar
1 vote
0 answers
445 views

Although I can compile and run my project using SQLite.swift, I can't preview views that are in a local package. An issue was recently fixed for Carthage installs: https://github.com/stephencelis/...
Mozahler's user avatar
  • 5,363

15 30 50 per page
1
2 3 4 5
18