Description
Bug report
Bug description:
Using Python 3.13.2 on Windows 11, the following code creates and connects to an in memory database. An empty file 'file' is created in the current directory. I would expect an exception instead.
import sqlite3
con = sqlite3.connect('file:f1.db?mode=memory',uri=False)
As expected, on Linux 6.15, Python 3.13.3, a file 'file:f1.db?mode=memory' is created on disk.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Projects
Status