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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlpage
/
sqlx-oldapi
Public
forked from
transact-rs/sqlx
Notifications
You must be signed in to change notification settings
Fork
17
Star
82
Code
Issues
5
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlx-oldapi
sqlx-core
src
sqlite
on
update-rand
User selector
All users
All time
Commit history
Commits on Nov 20, 2024
make sqlite datetime encoding compatible with CURRENT_TIMESTAMP
lovasoa
committed
18c3d08
View commit details
Copy full SHA for 18c3d08
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
sqlite float to uint
lovasoa
committed
c552ecd
View commit details
Copy full SHA for c552ecd
View code at this point
Browse repository at this point
add u64 codec in mssql and sqlite
lovasoa
committed
1dc8628
View commit details
Copy full SHA for 1dc8628
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
v0.6.20 (#6)
Show description for e7bcdf3
lovasoa
authored
e7bcdf3
View commit details
Copy full SHA for e7bcdf3
View code at this point
Browse repository at this point
clippy fixes (#5)
Show description for 79f1be3
lovasoa
authored
79f1be3
View commit details
Copy full SHA for 79f1be3
View code at this point
Browse repository at this point
Commits on Jan 28, 2024
fix doctest
lovasoa
committed
05bb02a
View commit details
Copy full SHA for 05bb02a
View code at this point
Browse repository at this point
update doctests
lovasoa
committed
b8c9166
View commit details
Copy full SHA for b8c9166
View code at this point
Browse repository at this point
fmt
lovasoa
committed
29e2777
View commit details
Copy full SHA for 29e2777
View code at this point
Browse repository at this point
add support for custom sqlite functions
lovasoa
committed
9844561
View commit details
Copy full SHA for 9844561
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
sqlite multi-statement error position reporting
Show description for 5ca7e73
lovasoa
committed
5ca7e73
View commit details
Copy full SHA for 5ca7e73
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
improve error reporting precision
Show description for 52f5878
lovasoa
committed
52f5878
View commit details
Copy full SHA for 52f5878
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
fix type errors
lovasoa
committed
40a06ab
View commit details
Copy full SHA for 40a06ab
View code at this point
Browse repository at this point
Better migration error handling
lovasoa
committed
c420cfe
View commit details
Copy full SHA for c420cfe
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
fix sqlite chrono tests
lovasoa
committed
38c5917
View commit details
Copy full SHA for 38c5917
View code at this point
Browse repository at this point
new sqlite implementations
lovasoa
committed
0b2cb9b
View commit details
Copy full SHA for 0b2cb9b
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
use oldapi in doctests
lovasoa
committed
104c8f3
View commit details
Copy full SHA for 104c8f3
View code at this point
Browse repository at this point
cargo fmr
lovasoa
committed
b7d6808
View commit details
Copy full SHA for b7d6808
View code at this point
Browse repository at this point
fix check
lovasoa
committed
0fd129b
View commit details
Copy full SHA for 0fd129b
View code at this point
Browse repository at this point
remove private import
lovasoa
committed
c7dd332
View commit details
Copy full SHA for c7dd332
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
Sqlite explain plan log efficiency (#2091)
Show description for 8fca760
tyrelr
authored
8fca760
View commit details
Copy full SHA for 8fca760
View code at this point
Browse repository at this point
fix: make begin,commit,rollback cancel-safe in sqlite (#2054) (#2057)
madadam
authored
f38c739
View commit details
Copy full SHA for f38c739
View code at this point
Browse repository at this point
fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991)
Show description for 5e56da8
crepererum
authored
5e56da8
View commit details
Copy full SHA for 5e56da8
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Add extension support for SQLite (#2062)
Show description for 20877d8
bradfier
authored
20877d8
View commit details
Copy full SHA for 20877d8
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
SqliteConnectOptions typo (#2072)
fasterthanlime
authored
4c9d239
View commit details
Copy full SHA for 4c9d239
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
fix: use unlock notify also on sqlite3_exec (#2021) (#2055)
madadam
authored
2d65c5d
View commit details
Copy full SHA for 2d65c5d
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Szymek156/issue2009 (#2014)
Show description for c931cab
szymek156
and
Szymon Zimnowoda
authored
c931cab
View commit details
Copy full SHA for c931cab
View code at this point
Browse repository at this point
Commits on Aug 2, 2022
feat: allow vfs to be set as uri query parameter (#2013)
Show description for b630d5c
liningpan
authored
b630d5c
View commit details
Copy full SHA for b630d5c
View code at this point
Browse repository at this point
feat: implement testing utilities (#2001)
abonander
authored
054f619
View commit details
Copy full SHA for 054f619
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
chore: replace `dotenv` with `dotenvy` (#2003)
Show description for a2eceec
abonander
authored
a2eceec
View commit details
Copy full SHA for a2eceec
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
sqlite improvements (#1965)
Show description for bc3e705
abonander
authored
bc3e705
View commit details
Copy full SHA for bc3e705
View code at this point
Browse repository at this point
Commits on Jul 8, 2022
Add Sqlite support for the time crate (#1865)
Show description for cfef70a
johnbcodes
authored
cfef70a
View commit details
Copy full SHA for cfef70a
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
fix #1905 : replaced all uses of "uri" to "url" (#1906)
Show description for 339e058
Romain
authored and
abonander
committed
339e058
View commit details
Copy full SHA for 339e058
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
refactor: pool fixes and breaking changes (#1901)
Show description for f02ff94
abonander
authored
f02ff94
View commit details
Copy full SHA for f02ff94
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Fix typos (#1894)
Show description for d52f301
kianmeng
and
abonander
authored
d52f301
View commit details
Copy full SHA for d52f301
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
Improve Sqlite support for sub-queries and CTE's (#1816)
Show description for ed56622
tyrelr
authored
ed56622
View commit details
Copy full SHA for ed56622
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.