Python Forum
Problem with inserting a string in to Sqlite db
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with inserting a string in to Sqlite db
#2
The sqlite3 module does not support the timedelta datatype.
You can get around this by registering an adapter function which will convert it to a type sqlite3 knows about:
https://docs.python.org/3/library/sqlite...-databases
Reply


Messages In This Thread
RE: Problem with inserting a string in to Sqlite db - by stranac - Mar-03-2019, 09:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Inserting line feeds and comments into a beautifulsoup string arbiel 1 2,362 Jul-20-2022, 09:05 AM
Last Post: arbiel
  Convert string to float problem vasik006 8 5,708 Jun-03-2022, 06:41 PM
Last Post: deanhystad
  f string concatenation problem growSeb 3 3,224 Jun-28-2021, 05:00 AM
Last Post: buran
Question Problem with string and \n Falassion 6 3,905 Jun-15-2021, 03:59 PM
Last Post: Falassion
  how to deal with problem of converting string to int usthbstar 1 2,714 Jan-05-2021, 01:33 PM
Last Post: perfringo
  string problem Mathisdlg 6 4,226 Aug-05-2020, 09:31 AM
Last Post: Mathisdlg
  Inserting values from multiple lists sqlite azulu 1 3,365 May-24-2020, 08:40 AM
Last Post: ibreeden
  Problem with sqlite bindings scratchmyhead 4 4,333 May-18-2020, 03:55 AM
Last Post: scratchmyhead
  Unicode string index problem luoheng 6 4,481 Nov-23-2019, 03:04 PM
Last Post: luoheng
  simple string & input problem kungshamji 5 4,964 Jun-23-2019, 03:54 PM
Last Post: kungshamji

Forum Jump:

User Panel Messages

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