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 }}
NyxCode
/
sqlx
Public
forked from
transact-rs/sqlx
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
sqlx
sqlx-core
src
sqlite
connection
on
master
User selector
All users
All time
Commit history
Commits on Oct 1, 2021
Shut down statement worker in Sqlite Connection::close (#1453)
Show description for ba3e373
andrewwhitehead
authored
ba3e373
View commit details
Copy full SHA for ba3e373
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
Fix a panic in the worker thread when dropping the connection while `SqliteRow`s still exist (#1450)
Show description for 8b30f30
abonander
authored
8b30f30
View commit details
Copy full SHA for 8b30f30
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
Support the immutable option on SQLite connections (#1289)
Show description for 687fbf9
djmarcin
and
abonander
authored
687fbf9
View commit details
Copy full SHA for 687fbf9
View code at this point
Browse repository at this point
Commits on Aug 16, 2021
sqlite: fix a couple segfaults (#1351)
Show description for 71388a7
3 people
authored
71388a7
View commit details
Copy full SHA for 71388a7
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Keep track of column typing in SQLite EXPLAIN parsing (#1323)
Show description for cb3ff28
marshoepial
and
marshoepial
authored
cb3ff28
View commit details
Copy full SHA for cb3ff28
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
fix(sqlite): reset the statement when fetch_many() stream is dropped
Show description for 78656eb
link2xt
authored and
mehcode
committed
78656eb
View commit details
Copy full SHA for 78656eb
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
fix(sqlite): GROUP BY in query! cause infinite loop at compile time
pymongo
authored and
mehcode
committed
31abe22
View commit details
Copy full SHA for 31abe22
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
fix(sqlite): remove errant `println!()` in `sqlite/explain.rs`
abonander
authored and
mehcode
committed
5e452d9
View commit details
Copy full SHA for 5e452d9
View code at this point
Browse repository at this point
feat(sqlite): track nullable through left joins
mehcode
committed
b0c430e
View commit details
Copy full SHA for b0c430e
View code at this point
Browse repository at this point
refactor: rename DbOutcome to DbQueryResult
mehcode
committed
d5e0f1b
View commit details
Copy full SHA for d5e0f1b
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Rename DbDone to DbOutcome
jplatte
committed
08a76f4
View commit details
Copy full SHA for 08a76f4
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
sqlite: fix memory leak
slumber
authored and
mehcode
committed
df1b9b0
View commit details
Copy full SHA for df1b9b0
View code at this point
Browse repository at this point
Commits on Nov 25, 2020
fix clipyy warnings
markazmierczak
authored and
mehcode
committed
7f1bff4
View commit details
Copy full SHA for 7f1bff4
View code at this point
Browse repository at this point
fix fetch_optional for sqlite
markazmierczak
authored and
mehcode
committed
70fa667
View commit details
Copy full SHA for 70fa667
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
Allow configuring the log level of query logging
antialize
authored and
mehcode
committed
9d71a7f
View commit details
Copy full SHA for 9d71a7f
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
Remove hashbrown dependency
Show description for 20d65a8
jyn514
authored and
abonander
committed
20d65a8
View commit details
Copy full SHA for 20d65a8
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
sqlite: Fix #616
Patryk27
authored and
mehcode
committed
ca07158
View commit details
Copy full SHA for ca07158
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
add support for pooling in-memory sqlite DB, enabling shared cache
andrewwhitehead
authored and
mehcode
committed
9cd9209
View commit details
Copy full SHA for 9cd9209
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
SQLite: Allow setting `busy_timeout` in options
Julius de Bruijn
authored and
mehcode
committed
ae2e5db
View commit details
Copy full SHA for ae2e5db
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
feat: add an optional query logger (using `log`)
mehcode
committed
7bc3133
View commit details
Copy full SHA for 7bc3133
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
feat: add Executor::prepare, a hook into the automatic statement preparation life-cycle
mehcode
committed
e575501
View commit details
Copy full SHA for e575501
View code at this point
Browse repository at this point
Allow setting caching per-query
Julius de Bruijn
authored and
mehcode
committed
e8a4c54
View commit details
Copy full SHA for e8a4c54
View code at this point
Browse repository at this point
Caching describe
Julius de Bruijn
authored and
mehcode
committed
590f97d
View commit details
Copy full SHA for 590f97d
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
fix(sqlite): support column types changing per row
mehcode
committed
25b8fc7
View commit details
Copy full SHA for 25b8fc7
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
feat: add sqlx::Done and return from Executor::execute()
Show description for 00137d4
mehcode
committed
00137d4
View commit details
Copy full SHA for 00137d4
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
refactor: restructure relationship between Pool, Connection, and Options
Show description for e765287
mehcode
and
abonander
committed
e765287
View commit details
Copy full SHA for e765287
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
feat: expose column information on Row
Show description for 8d188c5
mehcode
committed
8d188c5
View commit details
Copy full SHA for 8d188c5
View code at this point
Browse repository at this point
Commits on Jul 4, 2020
feat(sqlite): clean up chrono support, add support for NaiveTime and NaiveDate
mehcode
committed
3b503a7
View commit details
Copy full SHA for 3b503a7
View code at this point
Browse repository at this point
Sqlite Collation Support (#446)
Show description for 7810f7d
agentsim
and
mehcode
authored
7810f7d
View commit details
Copy full SHA for 7810f7d
View code at this point
Browse repository at this point
feat(sqlite): support expressions and multiple no-data statements in the macros
mehcode
committed
d112c4d
View commit details
Copy full SHA for d112c4d
View code at this point
Browse repository at this point
feat(sqlite): add read_only to SqliteConnectionOptions
mehcode
committed
d209c60
View commit details
Copy full SHA for d209c60
View code at this point
Browse repository at this point
fix(sqite): emit REAL for float columns in SQLite as the docs use that word a lot more
mehcode
committed
3c33566
View commit details
Copy full SHA for 3c33566
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
feat(any): implement ColumnIndex<AnyRow> for &str to enable FromRow for the Any driver
Show description for 0b2844b
mehcode
committed
0b2844b
View commit details
Copy full SHA for 0b2844b
View code at this point
Browse repository at this point
feat(sqlite): enable configuration of journal_mode and foreign_keys and default to WAL and ON
mehcode
committed
222cd68
View commit details
Copy full SHA for 222cd68
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
fix(sqlite): double negative in sqlite connection prepare
mehcode
committed
991c0ba
View commit details
Copy full SHA for 991c0ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.