Skip to content

issues Search Results · repo:stephencelis/SQLite.swift

Filter by

0 results
 (54 ms)

0 results

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
  • Opened 
    yesterday
  • #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
  • Opened 
    16 days ago
  • #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 
    23 days ago
  • #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 
    29 days ago
  • #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
  • #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
  • #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
  • #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 
    on Oct 25
  • #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
  • #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
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.
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.