Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
spasticus74
/
sqlparser
Public
forked from
ralfonso-directnic/sqlparser
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2021
Fixed warning that breaks testing
spasticus74
committed
526a73b
View commit details
Copy full SHA for 526a73b
Browse repository at this point
Added aliases
spasticus74
committed
79a334e
View commit details
Copy full SHA for 79a334e
Browse repository at this point
Commits on Jun 21, 2021
Added TOP parsing
spasticus74
committed
fe0ec23
View commit details
Copy full SHA for fe0ec23
Browse repository at this point
Commits on Jun 7, 2021
Added basic joins parsing
spasticus74
committed
2027cd6
View commit details
Copy full SHA for 2027cd6
Browse repository at this point
Commits on May 24, 2021
removed debuf statements
spasticus74
committed
49a6734
View commit details
Copy full SHA for 49a6734
Browse repository at this point
fixed an error when no WHERE clause is supplied
spasticus74
committed
6f2f362
View commit details
Copy full SHA for 6f2f362
Browse repository at this point
Added parsing of ORDER clauses
spasticus74
committed
2ab37fc
View commit details
Copy full SHA for 2ab37fc
Browse repository at this point
Commits on May 21, 2021
dummy changes to test command
spasticus74
committed
386f79f
View commit details
Copy full SHA for 386f79f
Browse repository at this point
Added .gitignore
spasticus74
committed
911ee72
View commit details
Copy full SHA for 911ee72
Browse repository at this point
.
spasticus74
committed
c8dfb17
View commit details
Copy full SHA for c8dfb17
Browse repository at this point
Commits on Apr 2, 2021
Update sql.go
Rob Alfonso
authored
b2c0315
View commit details
Copy full SHA for b2c0315
Browse repository at this point
Commits on Apr 25, 2020
Fixed on duplicate key handling
ralfonso-directnic
committed
8c6e17e
View commit details
Copy full SHA for 8c6e17e
Browse repository at this point
Found that unquoted negative number is missed by parser
ralfonso-directnic
committed
df7462d
View commit details
Copy full SHA for df7462d
Browse repository at this point
Found that unquoted negative number is missed by parser
ralfonso-directnic
committed
2d1cac1
View commit details
Copy full SHA for 2d1cac1
Browse repository at this point
Fixed reserved word in parser from failing
ralfonso-directnic
committed
afa9021
View commit details
Copy full SHA for afa9021
Browse repository at this point
Commits on Apr 24, 2020
Fixed path issue
ralfonso-directnic
committed
3c0df7b
View commit details
Copy full SHA for 3c0df7b
Browse repository at this point
Added fix for non-quoted values in insert
ralfonso-directnic
committed
713d7af
View commit details
Copy full SHA for 713d7af
Browse repository at this point
Added fix for parser, for database and table names
ralfonso-directnic
committed
f6114ec
View commit details
Copy full SHA for f6114ec
Browse repository at this point
Update sql.go
Rob Alfonso
authored
d4177a4
View commit details
Copy full SHA for d4177a4
Browse repository at this point
Commits on Apr 23, 2020
Update sql_test.go
Rob Alfonso
authored
87cb648
View commit details
Copy full SHA for 87cb648
Browse repository at this point
Update go.mod
Rob Alfonso
authored
3cebe79
View commit details
Copy full SHA for 3cebe79
Browse repository at this point
Update sql_test.go
Rob Alfonso
authored
b58bc0a
View commit details
Copy full SHA for b58bc0a
Browse repository at this point
Update sql.go
Rob Alfonso
authored
a8ed615
View commit details
Copy full SHA for a8ed615
Browse repository at this point
Commits on May 12, 2019
Allows * in SELECT.
Mariano Gappa
committed
a82c3f4
View commit details
Copy full SHA for a82c3f4
Browse repository at this point
Commits on May 6, 2019
Refactors for clarity.
Mariano Gappa
committed
bd9b0e8
View commit details
Copy full SHA for bd9b0e8
Browse repository at this point
Commits on May 5, 2019
Adds usage to README.
Mariano Gappa
committed
4e72f1d
View commit details
Copy full SHA for 4e72f1d
Browse repository at this point
Generates README.
Mariano Gappa
committed
c417fe4
View commit details
Copy full SHA for c417fe4
Browse repository at this point
Minimises marianogappa in url.
Mariano Gappa
committed
78f3da5
View commit details
Copy full SHA for 78f3da5
Browse repository at this point
Generates README.md
Mariano Gappa
committed
b19f51e
View commit details
Copy full SHA for b19f51e
Browse repository at this point
Adds a million badges to README.
Mariano Gappa
committed
4ca7851
View commit details
Copy full SHA for 4ca7851
Browse repository at this point
Fixes .travis.yml syntax error.
Mariano Gappa
committed
7dcb88c
View commit details
Copy full SHA for 7dcb88c
Browse repository at this point
Adding GO111MODULE=on to go mod vendor
Mariano Gappa
committed
1d6599d
View commit details
Copy full SHA for 1d6599d
Browse repository at this point
Runs go mod vendor on tests to get dependencies.
Mariano Gappa
committed
3442f64
View commit details
Copy full SHA for 3442f64
Browse repository at this point
Adds go modules files.
Mariano Gappa
committed
2bcd472
View commit details
Copy full SHA for 2bcd472
Browse repository at this point
Adds secure coveralls key.
Mariano Gappa
committed
364a236
View commit details
Copy full SHA for 364a236
Browse repository at this point
Previous
Next
You can’t perform that action at this time.