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 5,531 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,988 Jun-13-2022, 08:59 AM
Last Post: Shena76
  python2 python3 messed up : How to fix ? hary 15 11,400 Dec-30-2020, 08:26 PM
Last Post: hary
  using pudb on python2 code ErnestTBass 2 2,405 Aug-10-2020, 08:12 PM
Last Post: snippsat
  Trying to run a python2 script dagamer1991 3 3,378 Aug-12-2019, 12:33 PM
Last Post: buran
  python2.7 executables thus the system python2.7 was erroring utility.execute()? vivekm 1 2,329 May-20-2019, 11:24 AM
Last Post: vivekm
  Python2 is not supported Skaperen 2 2,997 Mar-01-2019, 07:50 PM
Last Post: stranac
  Problem in a python2 file sylas 15 10,614 Aug-08-2018, 08:54 AM
Last Post: sylas
  byte string in python2 Skaperen 4 5,366 Nov-23-2017, 03:13 AM
Last Post: Skaperen
  Different outputs in Python2 and Python3 MikeHill 3 4,887 Jun-07-2017, 08:58 PM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

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