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
tests
sqlite
on
rl-develop-postgres
User selector
All users
All time
Commit history
Commits on Jul 27, 2020
Support using both nullability and type overrides (#549)
Show description for ced09e0
raftario
authored
ced09e0
View commit details
Copy full SHA for ced09e0
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 18, 2020
update todo examples to 0.4 and use migrations
Show description for 96b76dc
mehcode
committed
96b76dc
View commit details
Copy full SHA for 96b76dc
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
test(sqlite): add DB parameter to Decode invocation
mehcode
committed
f4eb968
View commit details
Copy full SHA for f4eb968
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
style: rustfmt
mehcode
committed
6949b84
View commit details
Copy full SHA for 6949b84
View code at this point
Browse repository at this point
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
test: fix spurious ? in sqlite test
mehcode
committed
1247dae
View commit details
Copy full SHA for 1247dae
View code at this point
Browse repository at this point
fix some remaining usage of PoolOptions
mehcode
committed
54c857b
View commit details
Copy full SHA for 54c857b
View code at this point
Browse repository at this point
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
test: more pool usage adjustments
mehcode
committed
93cab2a
View commit details
Copy full SHA for 93cab2a
View code at this point
Browse repository at this point
fix: adjust pool usage in tests and examples
mehcode
committed
fc682fa
View commit details
Copy full SHA for fc682fa
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
rust fmt wibble
mikeplus64
authored and
abonander
committed
e731836
View commit details
Copy full SHA for e731836
View code at this point
Browse repository at this point
concat test
mikeplus64
authored and
abonander
committed
03fcfc8
View commit details
Copy full SHA for 03fcfc8
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
Merge remote-tracking branch 'meteficha/felipesere-rebased'
mehcode
committed
7d22c09
View commit details
Copy full SHA for 7d22c09
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
test(sqlite): add a couple macro expression tests
mehcode
committed
aaa8b25
View commit details
Copy full SHA for aaa8b25
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
Commits on Jul 3, 2020
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
fix: re-add MapRow and TryMapRow to fix HRTB normalization when more than one driver is in-use
mehcode
committed
5d6516d
View commit details
Copy full SHA for 5d6516d
View code at this point
Browse repository at this point
fix(sqlite): argument bind for sqlite is 1-indexed
Show description for c7c46f2
mehcode
committed
c7c46f2
View commit details
Copy full SHA for c7c46f2
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
fix(sqlite): fallback to storage class when typing expressions and infer INTEGER as i64
mehcode
committed
cfa833f
View commit details
Copy full SHA for cfa833f
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
FixedOffset for SQLite + Local test.
meteficha
committed
c827c72
View commit details
Copy full SHA for c827c72
View code at this point
Browse repository at this point
Add sqlite chrono tests.
meteficha
committed
f0adeae
View commit details
Copy full SHA for f0adeae
View code at this point
Browse repository at this point
Update tests/sqlite/setup.sql to match current tests.
meteficha
committed
364845e
View commit details
Copy full SHA for 364845e
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
fix(sqlite, test): column overrides still have runtime type checking, use the correct Rust type to match the sql type
mehcode
committed
7beceba
View commit details
Copy full SHA for 7beceba
View code at this point
Browse repository at this point
Caching methods in Connection
Julius de Bruijn
committed
2c2a277
View commit details
Copy full SHA for 2c2a277
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
LRU caching for SQLite
Julius de Bruijn
committed
eba82e3
View commit details
Copy full SHA for eba82e3
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
feat(macros): support nullable column override
abonander
authored and
mehcode
committed
f2515e2
View commit details
Copy full SHA for f2515e2
View code at this point
Browse repository at this point
chore(macros): add tests for bind parameter overrides
abonander
authored and
mehcode
committed
029ba24
View commit details
Copy full SHA for 029ba24
View code at this point
Browse repository at this point
chore(macros): add test for column overrides for SQLite
abonander
authored and
mehcode
committed
7d3d708
View commit details
Copy full SHA for 7d3d708
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
fix(core): async-stream crate seems to lose the stream if the stream owns the object we are streaming
Show description for e1d22a1
mehcode
committed
e1d22a1
View commit details
Copy full SHA for e1d22a1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.