Commits
User selector
Commit history
Commits on Oct 21, 2025
Add Python 3.14 support, experimental subinterpreter/freethreading support (#1279)
Show description for 9e42642authored
Commits on Oct 11, 2025
Bump timeout in Pool tests
Show description for b4d2892committed- authored
Commits on Mar 19, 2025
Commits on Mar 16, 2025
Fix multi port connection string issue (#1222)
Show description for 01c0db7andauthored
Commits on Mar 15, 2025
Disable connection URI tests broken by a recent Python fix (#1244)
Show description for 5a1ee01authored
Commits on Oct 19, 2024
Fix release workflow
Show description for 965fb08committed
Commits on Oct 18, 2024
Allow customizing connection state reset (#1191)
Show description for f6ec755authoredAdd connect_fn kwarg to Pool to better support GCP's CloudSQL (#1170)
Show description for 3ee19baandauthoredAdd `fetchmany` to execute many *and* return rows (#1175)
Show description for 73f2209andauthoredTest and build on Python 3.13 (#1188)
Show description for 3aa9894authoredAdd support for the `sslnegotiation` parameter (#1187)
Show description for afdb05cauthored
Commits on Oct 17, 2024
handle `None` parameters in query, returning NULL (#1180)
Show description for 259d16eandauthored- committed
- authored
Commits on Mar 11, 2024
Implement SSPI authentication (#1128)
Show description for 1aab209authored
Commits on Mar 5, 2024
Add initial typings (#1127)
Show description for d42432bauthored
Commits on Mar 4, 2024
Implement GSSAPI authentication (#1122)
Show description for 1d4e568authored
Commits on Oct 10, 2023
Commits on Oct 9, 2023
- authored
Cut BaseProtocol circular reference on close. (#1049)
Show description for 93a6f79andauthoredClose cursor portals once the iterator is exhausted (#1088)
Show description for ca9f03bauthored- authored
Use the `timeout` context manager in the connection path (#1087)
Show description for 313b2b2authoredRemove connection parameter caching in `Pool` (#1053)
Show description for 4ddb039authored
Commits on Oct 8, 2023
Commits on Oct 7, 2023
Disable JIT while doing type introspection (#1082)
Show description for f21ebf6authored
Commits on Aug 24, 2023
Commits on Aug 17, 2023
Fix handling of non-ASCII passwords (#1062)
Show description for 89d5bd0authoredAdd support for tuple-format custom codecs on composite types (#1061)
Show description for 922fcd1authoredHandle environments with HOME set to a not-a-directory (#1063)
Show description for af922bcauthored
Commits on Aug 15, 2023
Commits on May 30, 2023
Commits on May 8, 2023
Add support for target_session_attrs (#987)
Show description for bf74e88authored
