History for Lib/test/test_sqlite3 - python/cpython · GitHub

github.com

Tin mới

gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107)

gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107)

gh-152817: Prevent deletion of sqlite3 `cursor.row_factory` attr, missed from: gh-149738 (GH-152818)

gh-152817: Prevent deletion of sqlite3 `cursor.row_factory` attr, missed from: gh-149738 (GH-152818)

gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)

gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)

gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)

gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)

gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)

gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)

gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)

gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)

gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)

gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)

gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280)

gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280)

gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (#153696)

gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (#153696)

gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)

gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)

gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)

gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)

gh-149738: Fix segmentation fault bug in sqllite3 (#149754)

gh-149738: Fix segmentation fault bug in sqllite3 (#149754)

gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)

gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)

gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)

gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)

gh-142787: Handle empty sqlite3 blob slices (#142824)

gh-142787: Handle empty sqlite3 blob slices (#142824)

gh-142830: prevent some crashes when mutating `sqlite3` callbacks (#143245)

gh-142830: prevent some crashes when mutating `sqlite3` callbacks (#143245)

gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850)

gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850)

gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)

gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)

gh-139743: Avoid import-time print in test_sqlite3 (GH-139746)

gh-139743: Avoid import-time print in test_sqlite3 (GH-139746)

gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)

gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)

gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)

gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)

Add test for opening an SQLite with bytes path (GH-136331)

Add test for opening an SQLite with bytes path (GH-136331)

gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326)

gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326)

gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)

gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)

gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)

Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" temporarily (GH-135232)

gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)

gh-133447: Add basic color to `sqlite3` CLI (#133461)

gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440)

gh-133595: Clean up sqlite3.Connection APIs (GH-133605)

gh-130645: Add color to stdlib argparse CLIs (gh-133380)

gh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (#129941)

gh-129603: Don't segfault if sqlite3.Row description is None (#129604)

gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)

gh-129354: Use PyErr_FormatUnraisable() function (#129524)