[Python-ideas] Deprecate PEP 249 (DB-API 2.0)

2024-02-27 Thread Soni L.
We would like to propose the following improvements to DB-API 2.0 that would require bumping it up to DB-API 3.0: - Get rid of SQL strings - Get rid of SQL strings - Use package resources to store what would otherwise be SQL strings While we cannot prevent someone from going out of their way to

[Python-ideas] Deprecate PEP 249 (DB-API 2.0)

2024-02-27 Thread Stephen J. Turnbull
Hi, Soni Interesting idea. Sure does appear to be low-hanging fruit. But I'm not sure anybody who matters is still listening here. Either a merge request or posting on the relevant Discourse channel is more likely to attract interest. Steve Soni L. writes: > We would like to propose the foll