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-10-02 23:35:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlx
/
tests
/
postgres
History
Siddhant
65de83aff8
Fixed test cases
2020-10-20 15:13:18 -07:00
..
derives.rs
Fixed test cases
2020-10-20 15:13:18 -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
fix(pool): ignore spurious wakeups when waiting for a connection
2020-10-13 10:37:10 -07: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
Pg: Implementing
BIT
and
VARBIT
using BitVec
2020-07-27 03:36:44 -07:00