This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
sqlx
Watch
1
Star
0
Fork
0
You've already forked sqlx
mirror of
https://github.com/launchbadge/sqlx.git
synced
2025-12-31 05:40:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlx
/
tests
/
postgres
History
Chris Sosnin
82b66b29a3
Revert "Fixing BigDecimal conversion for PostgreSQL"
...
This reverts commit a0007b4e98acf683069e360400742ee6934968cc.
2020-12-10 22:02:01 +03:00
..
derives.rs
Add #[derive(FromRow)] for tuple struct
2020-10-26 01:33:59 -07:00
describe.rs
feat(postgres): expose PgTypeKind
2020-07-24 07:28:59 -07:00
Dockerfile
feat: introduce docker-compose based testing for running locally against many database combinations
2020-05-30 17:51:55 -07:00
macros.rs
fix: allow queries that select just void to pass through macros as
()
instead of
struct { _1: () }
2020-07-31 04:14:48 -07:00
postgres.rs
Rename cargo features in preparation for rustls support
2020-11-12 07:32:21 -08:00
setup.sql
feat(postgres): add support for built-in range types and allow derives to handle custom range types
2020-06-12 15:33:19 -07:00
test-query.sql
refactor(macros): remove ResultExt and macro_result!()
2020-07-21 21:19:31 -07:00
types.rs
Revert "Fixing BigDecimal conversion for PostgreSQL"
2020-12-10 22:02:01 +03:00