René's URL Explorer Experiment


Title: Error on table rename, column rename, add constraints with cascade · Issue #571 · JSQLParser/JSqlParser · GitHub

Open Graph Title: Error on table rename, column rename, add constraints with cascade · Issue #571 · JSQLParser/JSqlParser

X Title: Error on table rename, column rename, add constraints with cascade · Issue #571 · JSQLParser/JSqlParser

Description: Hello, Wumpz! I understand that you are busy, so you can just ignore this message. I have some issues: `CREATE TABLE table_qwert ( column_1 INT, column_2 INT, column_3 INT, CONSTRAINT table_qwert_db_object_id_fk FOREIGN KEY (column_1) RE...

Open Graph Description: Hello, Wumpz! I understand that you are busy, so you can just ignore this message. I have some issues: `CREATE TABLE table_qwert ( column_1 INT, column_2 INT, column_3 INT, CONSTRAINT table_qwert_d...

X Description: Hello, Wumpz! I understand that you are busy, so you can just ignore this message. I have some issues: `CREATE TABLE table_qwert ( column_1 INT, column_2 INT, column_3 INT, CONSTRAINT table_qwert_d...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error on table rename, column rename, add constraints with cascade","articleBody":"Hello, Wumpz!\r\n\r\n**I understand that you are busy, so you can just ignore this message.**\r\n\r\nI have some issues:\r\n\r\n`CREATE TABLE table_qwert\r\n(\r\n    column_1 INT,\r\n    column_2 INT,\r\n    column_3 INT,\r\n    CONSTRAINT table_qwert_db_object_id_fk FOREIGN KEY (column_1) REFERENCES db_object (id)\r\n  ON UPDATE CASCADE\r\n  ON DELETE CASCADE\r\n);\r\n\r\nCaused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: \"ON\" \"ON\"\r\n    at line 8, column 3.\r\n\r\nWas expecting one of:\r\n\r\n    \")\"\r\n    \",\"\r\n\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.generateParseException(CCJSqlParser.java:16995) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.jj_consume_token(CCJSqlParser.java:16848) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.CreateTable(CCJSqlParser.java:9451) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.SingleStatement(CCJSqlParser.java:171) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.Statements(CCJSqlParser.java:250) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParserUtil.parseStatements(CCJSqlParserUtil.java:152) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\t... 97 common frames omitted\r\n\r\n##################################################################################\r\n\r\nALTER TABLE attachment CHANGE content test LONGBLOB;\r\n\r\nCaused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: \"CHANGE\" \u003cS_IDENTIFIER\u003e\r\n    at line 1, column 24.\r\n\r\nWas expecting one of:\r\n\r\n    \"ADD\"\r\n    \"DROP\"\r\n    \"MODIFY\"\r\n\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.generateParseException(CCJSqlParser.java:16995) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.jj_consume_token(CCJSqlParser.java:16848) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.AlterExpression(CCJSqlParser.java:10673) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.AlterTable(CCJSqlParser.java:10686) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.SingleStatement(CCJSqlParser.java:159) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.Statements(CCJSqlParser.java:250) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParserUtil.parseStatements(CCJSqlParserUtil.java:152) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\t... 97 common frames omitted\r\n\r\n\r\n##############################################################################\r\n\r\nRENAME TABLE `group` TO `member`;\r\n\r\nCaused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: \"RENAME\" \u003cS_IDENTIFIER\u003e\r\n    at line 1, column 1.\r\n\r\nWas expecting one of:\r\n\r\n    \"(\"\r\n    \";\"\r\n    \"ALTER\"\r\n    \"CALL\"\r\n    \"COMMIT\"\r\n    \"DELETE\"\r\n    \"DROP\"\r\n    \"EXEC\"\r\n    \"EXECUTE\"\r\n    \"INSERT\"\r\n    \"MERGE\"\r\n    \"REPLACE\"\r\n    \"SELECT\"\r\n    \"SET\"\r\n    \"TRUNCATE\"\r\n    \"UPDATE\"\r\n    \"UPSERT\"\r\n    \"USE\"\r\n    \"WITH\"\r\n\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.generateParseException(CCJSqlParser.java:16995) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.jj_consume_token(CCJSqlParser.java:16848) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.SingleStatement(CCJSqlParser.java:208) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParser.Statements(CCJSqlParser.java:250) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\tat net.sf.jsqlparser.parser.CCJSqlParserUtil.parseStatements(CCJSqlParserUtil.java:152) ~[jsqlparser-1.2-20180105.233414-16.jar:na]\r\n\t... 97 common frames omitted`","author":{"url":"https://github.com/Golg013","@type":"Person","name":"Golg013"},"datePublished":"2018-01-22T09:25:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/571/JSqlParser/issues/571"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1f6e01cd-3205-df5f-272b-20067b86a680
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id813E:6D35F:2330F37:2DF0572:69804320
html-safe-nonce77f42567b134d9d323980678240f2111ea8fd9c717e12e88c61cccc3f75d63ee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTNFOjZEMzVGOjIzMzBGMzc6MkRGMDU3Mjo2OTgwNDMyMCIsInZpc2l0b3JfaWQiOiIzODIyOTA4Nzg5NjM2NjM2NDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfb788528b419ba8575e6acc69c3b77704291cf47f58f29c1dbf373b636cc93b7
hovercard-subject-tagissue:290397794
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/571/issue_layout
twitter:imagehttps://opengraph.githubassets.com/1418f1abd66a1b7ead01b4169ae05259db3377d74d478e82b29efc0ee0e51a4a/JSQLParser/JSqlParser/issues/571
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/1418f1abd66a1b7ead01b4169ae05259db3377d74d478e82b29efc0ee0e51a4a/JSQLParser/JSqlParser/issues/571
og:image:altHello, Wumpz! I understand that you are busy, so you can just ignore this message. I have some issues: `CREATE TABLE table_qwert ( column_1 INT, column_2 INT, column_3 INT, CONSTRAINT table_qwert_d...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameGolg013
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JSQLParser/JSqlParser/issues/571#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSQLParser%2FJSqlParser%2Fissues%2F571
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%2F571
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/571
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/571
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/571
JSQLParser https://github.com/JSQLParser
JSqlParserhttps://github.com/JSQLParser/JSqlParser
Please reload this pagehttps://github.com/JSQLParser/JSqlParser/issues/571
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 105 https://github.com/JSQLParser/JSqlParser/issues
Pull requests 6 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 0 https://github.com/JSQLParser/JSqlParser/security
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/571
New issuehttps://github.com/login?return_to=https://github.com/JSQLParser/JSqlParser/issues/571
Error on table rename, column rename, add constraints with cascadehttps://github.com/JSQLParser/JSqlParser/issues/571#top
https://github.com/Golg013
https://github.com/Golg013
Golg013https://github.com/Golg013
on Jan 22, 2018https://github.com/JSQLParser/JSqlParser/issues/571#issue-290397794
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.