FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite database viewer is broken

AprilC opened this issue · comments

commented

Environment

  • Platform+version: iOS 14 + SQLite 3.28.0
  • FLEX version: 4.5.0

Bug Report

sqlite database viewer is broken on iOS due to PRAGMA table_info('%@') not working on certain sqlite versions such as 3.28.0. All table in database viewer are empty. The issue is this statement for column names isn't returning any rows.
See more discussion in #555