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 }}
fredatgithub
/
sqlitebrowser
Public
forked from
sqlitebrowser/sqlitebrowser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlitebrowser
src
sql
parser
sqlite3_parser.cpp
on
continuous
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2022
parser: Refactor parsing and handling of constraints
Show description for 13b15dd
MKleusberg
committed
13b15dd
View commit details
Copy full SHA for 13b15dd
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
parser: Add support for IS (NOT) DISTINCT FROM expressions
Show description for 5c57622
MKleusberg
committed
5c57622
View commit details
Copy full SHA for 5c57622
View code at this point
Browse repository at this point
Commits on Jun 5, 2022
parser: Fix string literals used as column ids in indexed columns
Show description for 594aa02
MKleusberg
committed
594aa02
View commit details
Copy full SHA for 594aa02
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Refactor data structures for table constraints
Show description for 43107ea
MKleusberg
committed
43107ea
View commit details
Copy full SHA for 43107ea
View code at this point
Browse repository at this point
Commits on Dec 25, 2021
parser: Simplify code
MKleusberg
committed
0f595ff
View commit details
Copy full SHA for 0f595ff
View code at this point
Browse repository at this point
Commits on Dec 24, 2021
parser: Add support for strict tables to the SQL parser
Show description for 42b7a37
MKleusberg
committed
42b7a37
View commit details
Copy full SHA for 42b7a37
View code at this point
Browse repository at this point
Commits on May 25, 2021
Add basic support for new RETURNING keyword
Show description for 6f6113c
MKleusberg
committed
6f6113c
View commit details
Copy full SHA for 6f6113c
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
Store table constraints in a vector instead of a set
Show description for 4e1d1ff
MKleusberg
committed
4e1d1ff
View commit details
Copy full SHA for 4e1d1ff
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Fix a ton of warnings from clang, clazy, cppcheck, etc.
MKleusberg
committed
329c07e
View commit details
Copy full SHA for 329c07e
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
parser: Fix unquoting when using square brackets
Show description for 9a3e5b1
MKleusberg
committed
9a3e5b1
View commit details
Copy full SHA for 9a3e5b1
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
parser: Add support for single quoted constraint names
Show description for 26fc5ba
MKleusberg
committed
26fc5ba
View commit details
Copy full SHA for 26fc5ba
View code at this point
Browse repository at this point
parser: Simplify code
Show description for fb3a9a0
MKleusberg
committed
fb3a9a0
View commit details
Copy full SHA for fb3a9a0
View code at this point
Browse repository at this point
parser: Add support for named CHECK, DEFAULT, and COLLATE constraints
Show description for d08dcba
MKleusberg
committed
d08dcba
View commit details
Copy full SHA for d08dcba
View code at this point
Browse repository at this point
parser: Extended support for NOT NULL and UNIQUE column constraints
Show description for 1559fb3
MKleusberg
committed
1559fb3
View commit details
Copy full SHA for 1559fb3
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
parser: Add support for parsing GENERATED ALWAYS AS columns
Show description for d522de7
MKleusberg
committed
d522de7
View commit details
Copy full SHA for d522de7
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
grammar: Replace Antlr parser for CREATE TABLE statements by new parser
Show description for ec0ebed
MKleusberg
committed
ec0ebed
View commit details
Copy full SHA for ec0ebed
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
grammar: Add CREATE VIRTUAL TABLE support to the new parser
Show description for 7477ec3
MKleusberg
committed
7477ec3
View commit details
Copy full SHA for 7477ec3
View code at this point
Browse repository at this point
grammar: Replace the Antlr parser for CREATE INDEX statements
Show description for 9e8cb6e
MKleusberg
committed
9e8cb6e
View commit details
Copy full SHA for 9e8cb6e
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.