Skip to content

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

Merged
encukou merged 5 commits into
python:mainfrom
encukou:reapply-62b3d2d
Jun 12, 2025
Merged

gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)#135292
encukou merged 5 commits into
python:mainfrom
encukou:reapply-62b3d2d

Conversation

@encukou

@encukouencukou commented Jun 9, 2025

Copy link
Copy Markdown
Member

@encukou

Copy link
Copy Markdown
MemberAuthor

!buildbot aarch64.Fedora.Stable.PR

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit 10f822b 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

The command will test the builders whose names match following regular expression: aarch64.Fedora.Stable.PR

The builders matched are:

  • aarch64 Fedora Stable PR

@encukou

Copy link
Copy Markdown
MemberAuthor

!buildbot aarch64.Fedora.Stable.PR

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit bd6a870 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

The command will test the builders whose names match following regular expression: aarch64.Fedora.Stable.PR

The builders matched are:

  • aarch64 Fedora Stable PR

@encukou

Copy link
Copy Markdown
MemberAuthor

!buildbot AMD64.Ubuntu.Shared.PR

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit bd6a870 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

The command will test the builders whose names match following regular expression: AMD64.Ubuntu.Shared.PR

The builders matched are:

  • AMD64 Ubuntu Shared PR

@encukou

Copy link
Copy Markdown
MemberAuthor

!buildbot AMD64.Ubuntu.Shared.PR

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit 3d9721a 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

The command will test the builders whose names match following regular expression: AMD64.Ubuntu.Shared.PR

The builders matched are:

  • AMD64 Ubuntu Shared PR

@encukou

Copy link
Copy Markdown
MemberAuthor

!buildbot AMD64.Ubuntu.Shared.PR|aarch64.Fedora.Stable.PR

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit f1fa6c7 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

The command will test the builders whose names match following regular expression: AMD64.Ubuntu.Shared.PR|aarch64.Fedora.Stable.PR

The builders matched are:

  • AMD64 Ubuntu Shared PR
  • aarch64 Fedora Stable PR

@encukouencukou added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 11, 2025
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @encukou for commit f1fa6c7 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135292%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 11, 2025
@encukou

Copy link
Copy Markdown
MemberAuthor

Alright, looks like we now pass everywhere!

  • In some configurations, Python needs some env variables to start, so the environment needs to be updated rather than replaced.
  • The show-all-if-ambiguous readline setting means that alternatives are listed after a single tab, so with \t\t they got listed twice.

@encukou
encukou merged commit e7a3c20 into python:mainJun 12, 2025
@encukou
encukou deleted the reapply-62b3d2d branch June 12, 2025 14:28
Comment threadLib/test/test_sqlite3/test_cli.py
lkollar pushed a commit to lkollar/cpython that referenced this pull request Jun 19, 2025
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@encukou@bedevere-bot@erlend-aasland@tanloong