Python Forum
sqlite3 window functions support using python2.7
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sqlite3 window functions support using python2.7
#1
Hi,

I am using sqlite3 library in python2.7. I wanted to make use of the Window function(row_number) in the application I am working on.

I am using a Ubuntu 16.04 machine.

when I run sqlite3.sqlite_version in my python I get 3.22.0.

It would be very help full if someone could let me know how do I upgrade my sqlite version being used in python to >3.25 to support Window function.

Thanks
Reply
#2
see: https://docs.python.org/3.1/library/2to3.html
Reply
#3
This question is independent from python. The version of sqlite3 that comes with Ubuntu 16.04 is 3.11.0 as can be seen from
Output:
apt show sqlite3
The question is whether one can upgrade sqlite3 in Ubuntu. This seems far from obvious.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 1,769 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,172 Jun-13-2022, 08:59 AM
Last Post: Shena76
  Trying to run a python2 script dagamer1991 3 2,540 Aug-12-2019, 12:33 PM
Last Post: buran
  python2.7 executables thus the system python2.7 was erroring utility.execute()? vivekm 1 1,758 May-20-2019, 11:24 AM
Last Post: vivekm
  Python2 is not supported Skaperen 2 2,157 Mar-01-2019, 07:50 PM
Last Post: stranac

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020