What version of sqlite does iOS provide?

后端 未结 8 1851
谎友^
谎友^ 2020-12-24 12:45

What version of Sqlite does iOS include?

8条回答
  •  情歌与酒
    2020-12-24 13:16

    Using SELECT sqlite_version() on various iOS versions:

    From the internets:

    2.2: 3.4.0
    3.1.3: 3.6.12
    4.0.2: 3.6.22
    4.1.0: 3.6.23.2
    4.2.0: 3.6.23.2
    

    I just tested now:

    6.0.1: 3.7.13
    

提交回复
热议问题