]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
type pysqlite main
authorPablo Estevez <pablo22estevez@gmail.com>
Sat, 23 Aug 2025 12:33:47 +0000 (08:33 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 1 Oct 2025 20:07:12 +0000 (22:07 +0200)
commite833474db064df32a7c02e809893e71ac4df4996
tree245da8e6edaed2d92889f35cf9059bc2a04ec19d
parente67636fa5384f78a198ae3c0cfb4885282c51e67
type pysqlite

<!-- Provide a general summary of your proposed changes in the Title field above -->
type pysqlite from dialects.
type some related code on pysqlite.py

related to #6810

### Description
<!-- Describe your changes in detail -->

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [ ] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #12789
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12789
Pull-request-sha: 2c1ea7283d534dd625c8f0e4270247d2cc5ed40c

Change-Id: I4d691c4bb334957029cd47289463555034ebd866
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py