Skip to content

issues Search Results · repo:stephencelis/SQLite.swift

Filter by

0 results
 (52 ms)

0 results

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 
    16 hours ago
  • #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
  • Opened 
    yesterday
  • #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 
    14 days ago
  • #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
  • Opened 
    21 days ago
  • #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 
    26 days ago
  • #1281

- macos: Version 15.0 Beta (24A5298h) - Xcode: Version 16.0 beta 6 (16A5230g) - SQLite.swift: 8d054987f02728cc912b0eb5a9659650573a65a2 *error: img width= 1038 alt= image src= https://github.com/user-attachments/assets/1b6b7633-9944-4815-a751-4aa74a82dfe7 ...
  • OstrichRunning
  • 7
  • Opened 
    on Aug 27
  • #1277

SQLite.swift Version: 0.15.3 X-Code: 15.4 iOS: 17.5.1 on iPad Pro 11-inch (M4) Included via SPM I recently started getting crash reports from Crashlytics indicating an issue with the release of a SQLite ...
  • ssokol
  • Opened 
    on Aug 14
  • #1276

im implementing SQLCipher to encrypt my database but when setting the key I am getting the following error: not an error (code: 21) func setupDB() { do { let path = NSSearchPathForDirectoriesInDomains( ...
  • jcortezstudio
  • Opened 
    on Aug 1
  • #1275

SQLite.swift version: 0.15.3 XCode: 15.4 Swift Package manager This might sound odd.. but I can t find a solution how to export an existing database from one phone to another, like backup restore... The ...
  • nastasiupta
  • 1
  • Opened 
    on Jul 25
  • #1274

HI. I m building a MacOS app with SwiftUI, and when trying to publish my app for distribution via TestFlight, I m getting an Invalid bundle identifier inside the SQLite.swift package which is holding ...
  • auchenberg
  • Opened 
    on Jul 12
  • #1272
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.