harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.15k stars 419 forks source link

DeprecationWarning: The default datetime adapter is deprecated as of Python 3.12 #332

Open hginzel opened 2 months ago

hginzel commented 2 months ago

q.py:535: DeprecationWarning: The default datetime adapter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes r = self.cursor.execute(q,params)