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-03 15:55:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlx
/
tests
/
postgres
History
Ryan Leckey
7b132d1dbc
refactor(mysql): store max_size in MySqlTypeInfo – prepare for an eventual future where emit
bool
for
TINYINT(1)
2020-07-26 19:37:58 -07:00
..
derives.rs
Fix options in tests
2020-07-24 07:25:29 -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
refactor(mysql): store max_size in MySqlTypeInfo – prepare for an eventual future where emit
bool
for
TINYINT(1)
2020-07-26 19:37:58 -07:00
postgres.rs
feat: add Executor::prepare, a hook into the automatic statement preparation life-cycle
2020-07-24 07:24:23 -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
fix(postgres): use the element type info from the protocol if available for array element decoding
2020-07-20 23:53:18 -07:00