René's URL Explorer Experiment


Title: Remove need for --begin-sql comments by akdor1154 · Pull Request #4 · ptweir/python-string-sql · GitHub

Open Graph Title: Remove need for --begin-sql comments by akdor1154 · Pull Request #4 · ptweir/python-string-sql

X Title: Remove need for --begin-sql comments by akdor1154 · Pull Request #4 · ptweir/python-string-sql

Description: I've been stuffing around with this for ages, and I finally think I've managed to remove the need for --begin-sql and --end-sql or ; delimiters for the syntax block. The strategy is to detect "select", "with", or "--", and just mark from there to the end of the string as SQL. This fits my usage perfectly.. unsure if it is useful for everyone (e.g. you might want to add "INSERT", etc, or you might not like this approach at all..) I've updated demo.py|png to show this in action, along with the readme: Additionally I've set the name of the matched section to meta.embedded.SQL to set the language mode to SQL - this fixes some final highlight stuff, and makes VSCode's bracket matching and comment/uncomment features work properly as well. You might want to pinch this even if you don't like the rest of this PR. One drawback is that I can't force the string to start with select|with|--; it has to just find it at any point in the string (due to the single-line-context-only property of the highlighting system). So if you have something like str = """ I'd like to go and select some nice flowers """, ^^^ sql from here it will "mis-fire". I'm not aware of any way to prevent this. Cheers Jarrad

Open Graph Description: I've been stuffing around with this for ages, and I finally think I've managed to remove the need for --begin-sql and --end-sql or ; delimiters for the syntax block. The strategy is to dete...

X Description: I've been stuffing around with this for ages, and I finally think I've managed to remove the need for --begin-sql and --end-sql or ; delimiters for the syntax block. The strategy is...

Opengraph URL: https://github.com/ptweir/python-string-sql/pull/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d706fc70-db88-12fe-903c-e883e38e68cd
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE5A4:7E6BE:7DA264D:A20C020:6975BFEA
html-safe-nonce7a42a1829eb17f64548a6d387f9e2f1998c456d4c9da0f4ebde6e9f5973e54da
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNUE0OjdFNkJFOjdEQTI2NEQ6QTIwQzAyMDo2OTc1QkZFQSIsInZpc2l0b3JfaWQiOiI3OTE0NjI0MjI0MjU1NjU1OTE0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac82ee7f7380d608a6dfd97837fe5d070eb85a5f663ac79d0a92b28d20f3750778
hovercard-subject-tagpull_request:592274921
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/ptweir/python-string-sql/pull/4/files
twitter:imagehttps://avatars.githubusercontent.com/u/6732831?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/6732831?s=400&v=4
og:image:altI've been stuffing around with this for ages, and I finally think I've managed to remove the need for --begin-sql and --end-sql or ; delimiters for the syntax block. The strategy is to dete...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ptweir/python-string-sql git https://github.com/ptweir/python-string-sql.git
octolytics-dimension-user_id165875
octolytics-dimension-user_loginptweir
octolytics-dimension-repository_id147387233
octolytics-dimension-repository_nwoptweir/python-string-sql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id119871378
octolytics-dimension-repository_parent_nwo0x00000001A/es6-string-html
octolytics-dimension-repository_network_root_id119871378
octolytics-dimension-repository_network_root_nwo0x00000001A/es6-string-html
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fptweir%2Fpython-string-sql%2Fpull%2F4%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fptweir%2Fpython-string-sql%2Fpull%2F4%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=ptweir%2Fpython-string-sql
Reloadhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
ptweir https://patch-diff.githubusercontent.com/ptweir
python-string-sqlhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql
0x00000001A/es6-string-htmlhttps://patch-diff.githubusercontent.com/0x00000001A/es6-string-html
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fptweir%2Fpython-string-sql
Fork 22 https://patch-diff.githubusercontent.com/login?return_to=%2Fptweir%2Fpython-string-sql
Star 43 https://patch-diff.githubusercontent.com/login?return_to=%2Fptweir%2Fpython-string-sql
Code https://patch-diff.githubusercontent.com/ptweir/python-string-sql
Pull requests 1 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pulls
Actions https://patch-diff.githubusercontent.com/ptweir/python-string-sql/actions
Projects 0 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/projects
Security 0 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/security
Insights https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pulse
Code https://patch-diff.githubusercontent.com/ptweir/python-string-sql
Pull requests https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pulls
Actions https://patch-diff.githubusercontent.com/ptweir/python-string-sql/actions
Projects https://patch-diff.githubusercontent.com/ptweir/python-string-sql/projects
Security https://patch-diff.githubusercontent.com/ptweir/python-string-sql/security
Insights https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fptweir%2Fpython-string-sql%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fptweir%2Fpython-string-sql%2Fissues%2Fnew%2Fchoose
akdor1154https://patch-diff.githubusercontent.com/akdor1154
ptweir:masterhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/tree/master
akdor1154:remove-need-for-commentshttps://patch-diff.githubusercontent.com/akdor1154/python-string-sql/tree/remove-need-for-comments
Conversation 8 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4
Commits 3 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/commits
Checks 0 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/checks
Files changed 5 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Remove need for --begin-sql comments https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#top
Show all changes 3 commits https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
8577076 remove need for wrapping --begin-sql etc comments akdor1154 Mar 13, 2021 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/commits/857707604a8f9916b9e920dae081858fa5de8869
0481c51 make pattern case insensitive akdor1154 Mar 13, 2021 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/commits/0481c51bc9ade3800f17eefd44ee4577b2af6d3f
e26760e update docs and demo akdor1154 Mar 13, 2021 https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/commits/e26760e017bb85822ca4001fdca8a5d9d7acbf6e
Clear filters https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
README.md https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
demo.png https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-0db8a6cc6620f907ba19a1c2cf235c68b36169d2e75a9e98e0582eef81e304eb
demo.py https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b851b3cccf960f61089b3dcd47ba8a55b5bb4382640fdacfe73eca6e4dd31f9f
python.json https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-e75099d5e893f9f502f004a974bafb4236565237fc3a6fe7f0bb51b199438b73
highlight-sql-string.json https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-9e4f770b9de2406297aa9e9e0d0c0774bb0943205fae1000a4037a23dd3239a5
README.mdhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://patch-diff.githubusercontent.com/ptweir/python-string-sql/blob/e26760e017bb85822ca4001fdca8a5d9d7acbf6e/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
docs/demo.pnghttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-0db8a6cc6620f907ba19a1c2cf235c68b36169d2e75a9e98e0582eef81e304eb
View file https://patch-diff.githubusercontent.com/ptweir/python-string-sql/blob/e26760e017bb85822ca4001fdca8a5d9d7acbf6e/docs/demo.png
Open in desktop https://desktop.github.com
Reload?https://github.com/ptweir/python-string-sql/pull/4/files
docs/demo.pyhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b851b3cccf960f61089b3dcd47ba8a55b5bb4382640fdacfe73eca6e4dd31f9f
View file https://patch-diff.githubusercontent.com/ptweir/python-string-sql/blob/e26760e017bb85822ca4001fdca8a5d9d7acbf6e/docs/demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b851b3cccf960f61089b3dcd47ba8a55b5bb4382640fdacfe73eca6e4dd31f9f
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-b851b3cccf960f61089b3dcd47ba8a55b5bb4382640fdacfe73eca6e4dd31f9f
snippets/python.jsonhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-e75099d5e893f9f502f004a974bafb4236565237fc3a6fe7f0bb51b199438b73
View file https://patch-diff.githubusercontent.com/ptweir/python-string-sql/blob/e26760e017bb85822ca4001fdca8a5d9d7acbf6e/snippets/python.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-e75099d5e893f9f502f004a974bafb4236565237fc3a6fe7f0bb51b199438b73
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-e75099d5e893f9f502f004a974bafb4236565237fc3a6fe7f0bb51b199438b73
syntaxes/highlight-sql-string.jsonhttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-9e4f770b9de2406297aa9e9e0d0c0774bb0943205fae1000a4037a23dd3239a5
View file https://patch-diff.githubusercontent.com/ptweir/python-string-sql/blob/e26760e017bb85822ca4001fdca8a5d9d7acbf6e/syntaxes/highlight-sql-string.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#diff-9e4f770b9de2406297aa9e9e0d0c0774bb0943205fae1000a4037a23dd3239a5
cikayhttps://patch-diff.githubusercontent.com/cikay
Nov 16, 2021https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#r750666985
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
akdor1154https://patch-diff.githubusercontent.com/akdor1154
Nov 17, 2021https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#r750804187
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
akdor1154https://patch-diff.githubusercontent.com/akdor1154
Nov 17, 2021https://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files#r750804993
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/ptweir/python-string-sql/pull/4/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.