René's URL Explorer Experiment


Title: Support "Returning" part of DELETE statement. · Issue #1527 · JSQLParser/JSqlParser · GitHub

Open Graph Title: Support "Returning" part of DELETE statement. · Issue #1527 · JSQLParser/JSqlParser

X Title: Support "Returning" part of DELETE statement. · Issue #1527 · JSQLParser/JSqlParser

Description: Hello! Our user expecting some problem with DELETE statement with returning clause. dbeaver/dbeaver#15946 Because delete from t returning *; statement can't be parsed Please, add support of RETURNING clause in DELETE statement. Encounter...

Open Graph Description: Hello! Our user expecting some problem with DELETE statement with returning clause. dbeaver/dbeaver#15946 Because delete from t returning *; statement can't be parsed Please, add support of RETURNI...

X Description: Hello! Our user expecting some problem with DELETE statement with returning clause. dbeaver/dbeaver#15946 Because delete from t returning *; statement can't be parsed Please, add support of RET...

Opengraph URL: https://github.com/JSQLParser/JSqlParser/issues/1527

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Support \"Returning\" part of DELETE statement.","articleBody":"Hello!\r\n\r\nOur user expecting some problem with DELETE statement with returning clause. \r\nhttps://github.com/dbeaver/dbeaver/issues/15946\r\n\r\nBecause `delete from t returning *;` statement can't be parsed\r\nPlease, add support of RETURNING clause in DELETE statement.\r\n\r\n```\r\nEncountered unexpected token: \"returning\" \"RETURNING\"\r\n    at line 1, column 15.\r\n\r\nWas expecting one of:\r\n\r\n    \";\"\r\n    \"ACTION\"\r\n    \"ACTIVE\"\r\n    \"ALGORITHM\"\r\n    \"ARCHIVE\"\r\n    \"ARRAY\"\r\n    \"AS\"\r\n    \"AT\"\r\n    \"BYTE\"\r\n    \"CASCADE\"\r\n    \"CASE\"\r\n    \"CAST\"\r\n    \"CHANGE\"\r\n    \"CHAR\"\r\n    \"CHARACTER\"\r\n    \"CHECKPOINT\"\r\n    \"COLUMN\"\r\n    \"COLUMNS\"\r\n    \"COMMENT\"\r\n    \"COMMIT\"\r\n    \"COSTS\"\r\n    \"CYCLE\"\r\n    \"DBA_RECYCLEBIN\"\r\n    \"DESC\"\r\n    \"DESCRIBE\"\r\n    \"DISABLE\"\r\n    \"DISCONNECT\"\r\n    \"DIV\"\r\n    \"DO\"\r\n    \"DUMP\"\r\n    \"DUPLICATE\"\r\n    \"ENABLE\"\r\n    \"END\"\r\n    \"EXCLUDE\"\r\n    \"EXTRACT\"\r\n    \"FALSE\"\r\n    \"FILTER\"\r\n    \"FIRST\"\r\n    \"FLUSH\"\r\n    \"FN\"\r\n    \"FOLLOWING\"\r\n    \"FORMAT\"\r\n    \"FULLTEXT\"\r\n    \"HISTORY\"\r\n    \"INDEX\"\r\n    \"INSERT\"\r\n    \"INTERVAL\"\r\n    \"ISNULL\"\r\n    \"JSON\"\r\n    \"KEY\"\r\n    \"LAST\"\r\n    \"LEADING\"\r\n    \"LIMIT\"\r\n    \"LINK\"\r\n    \"LOCAL\"\r\n    \"LOG\"\r\n    \"MATERIALIZED\"\r\n    \"NO\"\r\n    \"NOLOCK\"\r\n    \"NULLS\"\r\n    \"OF\"\r\n    \"OPEN\"\r\n    \"ORDER\"\r\n    \"OVER\"\r\n    \"PARALLEL\"\r\n    \"PARTITION\"\r\n    \"PATH\"\r\n    \"PERCENT\"\r\n    \"PRECISION\"\r\n    \"PRIMARY\"\r\n    \"PRIOR\"\r\n    \"QUERY\"\r\n    \"QUIESCE\"\r\n    \"RANGE\"\r\n    \"READ\"\r\n    \"RECYCLEBIN\"\r\n    \"REGISTER\"\r\n    \"REPLACE\"\r\n    \"RESTRICTED\"\r\n    \"RESUME\"\r\n    \"ROW\"\r\n    \"ROWS\"\r\n    \"SCHEMA\"\r\n    \"SEPARATOR\"\r\n    \"SEQUENCE\"\r\n    \"SESSION\"\r\n    \"SHUTDOWN\"\r\n    \"SIBLINGS\"\r\n    \"SIGNED\"\r\n    \"SIZE\"\r\n    \"SKIP\"\r\n    \"SUSPEND\"\r\n    \"SWITCH\"\r\n    \"SYNONYM\"\r\n    \"SYSTEM\"\r\n    \"TABLE\"\r\n    \"TABLESPACE\"\r\n    \"TEMP\"\r\n    \"TEMPORARY\"\r\n    \"TIMEOUT\"\r\n    \"TO\"\r\n    \"TOP\"\r\n    \"TRUE\"\r\n    \"TRUNCATE\"\r\n    \"TRY_CAST\"\r\n    \"TYPE\"\r\n    \"UNQIESCE\"\r\n    \"UNSIGNED\"\r\n    \"USER\"\r\n    \"USING\"\r\n    \"VALIDATE\"\r\n    \"VALUE\"\r\n    \"VALUES\"\r\n    \"VIEW\"\r\n    \"WHERE\"\r\n    \"XML\"\r\n    \"ZONE\"\r\n    \u003cEOF\u003e\r\n    \u003cK_DATETIMELITERAL\u003e\r\n    \u003cK_DATE_LITERAL\u003e\r\n    \u003cK_NEXTVAL\u003e\r\n    \u003cK_STRING_FUNCTION_NAME\u003e\r\n    \u003cS_CHAR_LITERAL\u003e\r\n    \u003cS_IDENTIFIER\u003e\r\n    \u003cS_QUOTED_IDENTIFIER\u003e\r\n```\r\n\r\n**SQL Example**\r\nThis statement doesn't work.\r\n\r\n`delete from t returning *;`\r\n\r\nAnd Update statement already support returning statement:\r\n\r\n`update t set a = 1 returning *;`\r\n\r\nI see that [UPDATE](https://github.com/JSQLParser/JSqlParser/blob/master/src/main/java/net/sf/jsqlparser/statement/update/Update.java) supports returning clause, and [DELETE](https://github.com/JSQLParser/JSqlParser/blob/master/src/main/java/net/sf/jsqlparser/statement/delete/Delete.java) statement - don't.\r\n\r\n**Software Information**\r\n- JSqlParser version - 4.2\r\n- Database - PostgreSQL\r\n","author":{"url":"https://github.com/LonwoLonwo","@type":"Person","name":"LonwoLonwo"},"datePublished":"2022-05-06T09:12:04.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1527/JSqlParser/issues/1527"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:921a2aec-a444-e423-e2eb-49e242d336f6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBFB6:2B4440:4A2B19B:6403B1F:6964D823
html-safe-noncef0624967c4a33cae7b1bd66c69c251ed67dbc49e5f3d7a853984354f8c605339
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkI2OjJCNDQ0MDo0QTJCMTlCOjY0MDNCMUY6Njk2NEQ4MjMiLCJ2aXNpdG9yX2lkIjoiNzU1MDUxOTA4MDQwNTc1MTg0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9e88acffe2749e0bf60f9c749d3fc6e09d8d8e7241b17c33da66ad504e62eea3
hovercard-subject-tagissue:1227611813
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JSQLParser/JSqlParser/1527/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b3e889a5b8f8f91810c7bc6c84341f67635e4b909aac147bd6fa5ee4b96de188/JSQLParser/JSqlParser/issues/1527
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b3e889a5b8f8f91810c7bc6c84341f67635e4b909aac147bd6fa5ee4b96de188/JSQLParser/JSqlParser/issues/1527
og:image:altHello! Our user expecting some problem with DELETE statement with returning clause. dbeaver/dbeaver#15946 Because delete from t returning *; statement can't be parsed Please, add support of RETURNI...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameLonwoLonwo
hostnamegithub.com
expected-hostnamegithub.com
None5838582163a1256e5ebd5086b7e1dc5cea93d82086c9c8b1395fb50f6ddab28d
turbo-cache-controlno-preview
go-importgithub.com/JSQLParser/JSqlParser git https://github.com/JSQLParser/JSqlParser.git
octolytics-dimension-user_id4643847
octolytics-dimension-user_loginJSQLParser
octolytics-dimension-repository_id1944709
octolytics-dimension-repository_nwoJSQLParser/JSqlParser
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1944709
octolytics-dimension-repository_network_root_nwoJSQLParser/JSqlParser
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8f997e7f84bd1db9537ba403fa68be0da3423594
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JSQLParser/JSqlParser/issues/1527#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSQLParser%2FJSqlParser%2Fissues%2F1527
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSQLParser%2FJSqlParser%2Fissues%2F1527
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JSQLParser%2FJSqlParser
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/1527
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/1527
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/1527
JSQLParser https://github.com/JSQLParser
JSqlParserhttps://github.com/JSQLParser/JSqlParser
Please reload this pagehttps://github.com/JSQLParser/JSqlParser/issues/1527
Notifications https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Fork 1.4k https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Star 5.9k https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Code https://github.com/JSQLParser/JSqlParser
Issues 102 https://github.com/JSQLParser/JSqlParser/issues
Pull requests 5 https://github.com/JSQLParser/JSqlParser/pulls
Discussions https://github.com/JSQLParser/JSqlParser/discussions
Actions https://github.com/JSQLParser/JSqlParser/actions
Projects 0 https://github.com/JSQLParser/JSqlParser/projects
Wiki https://github.com/JSQLParser/JSqlParser/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/JSQLParser/JSqlParser/security
Please reload this pagehttps://github.com/JSQLParser/JSqlParser/issues/1527
Insights https://github.com/JSQLParser/JSqlParser/pulse
Code https://github.com/JSQLParser/JSqlParser
Issues https://github.com/JSQLParser/JSqlParser/issues
Pull requests https://github.com/JSQLParser/JSqlParser/pulls
Discussions https://github.com/JSQLParser/JSqlParser/discussions
Actions https://github.com/JSQLParser/JSqlParser/actions
Projects https://github.com/JSQLParser/JSqlParser/projects
Wiki https://github.com/JSQLParser/JSqlParser/wiki
Security https://github.com/JSQLParser/JSqlParser/security
Insights https://github.com/JSQLParser/JSqlParser/pulse
New issuehttps://github.com/login?return_to=https://github.com/JSQLParser/JSqlParser/issues/1527
New issuehttps://github.com/login?return_to=https://github.com/JSQLParser/JSqlParser/issues/1527
#1528https://github.com/JSQLParser/JSqlParser/pull/1528
Support "Returning" part of DELETE statement.https://github.com/JSQLParser/JSqlParser/issues/1527#top
#1528https://github.com/JSQLParser/JSqlParser/pull/1528
https://github.com/LonwoLonwo
https://github.com/LonwoLonwo
LonwoLonwohttps://github.com/LonwoLonwo
on May 6, 2022https://github.com/JSQLParser/JSqlParser/issues/1527#issue-1227611813
dbeaver/dbeaver#15946https://github.com/dbeaver/dbeaver/issues/15946
UPDATEhttps://github.com/JSQLParser/JSqlParser/blob/master/src/main/java/net/sf/jsqlparser/statement/update/Update.java
DELETEhttps://github.com/JSQLParser/JSqlParser/blob/master/src/main/java/net/sf/jsqlparser/statement/delete/Delete.java
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.