Re: [sqlite] TRIM Function in Python3's sqlite3 import

2017-12-24 Thread Ed Lipson
ite-users@mailinglists.sqlite.org> Subject: Re: [sqlite] TRIM Function in Python3's sqlite3 import Message-ID: < he1pr0701mb1931ec66b2de2686d238831787...@he1pr0701mb1931.eurprd07.prod.outlook.com > Content-Type: text/plain; charset="utf-8" http://www.sqlite.org/changes.html Loo

Re: [sqlite] TRIM Function in Python3's sqlite3 import

2017-12-22 Thread David Raymond
, December 22, 2017 10:07 AM To: sqlite-users@mailinglists.sqlite.org Subject: [sqlite] TRIM Function in Python3's sqlite3 import I shifting some Python code to Linux from Windows. I find that TRIN i smissing from the verison on Linux. Python reports this version information sqlite.version 2.6.0 for both

[sqlite] TRIM Function in Python3's sqlite3 import

2017-12-22 Thread Ed Lipson
I shifting some Python code to Linux from Windows. I find that TRIN i smissing from the verison on Linux. Python reports this version information sqlite.version 2.6.0 for both Windows and Linux sqlite.sqlite_version 3.3.6 for Linux, 3.15.2 for Windows. Two questions: 1. When was TRIM added as a