omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Updated version of SQLite in pythonista?

    Pythonista
    4
    4
    4514
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wylde
      Wylde last edited by

      The latest version of SQLite is 3.8 something. It supports recursive CTEs.
      The SQLite in pythonista is 3.7. Is it possible to update it?

      Thank you.

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        import sqlite3 ; print(sqlite3.version)

        '2.6.0'

        1 Reply Last reply Reply Quote 0
        • ccc2
          ccc2 last edited by ccc2

          >>>> import sqllite3
          >>>> sqllite3.sqllite_version
          '3.8.5'
          
          1 Reply Last reply Reply Quote 0
          • omz
            omz last edited by

            I'm just linking against the system's version of sqlite, so your output depends on the version of iOS you have installed. On the iOS 9 beta, I get "3.8.10.2".

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB Forums | Contributors