Luiz Carvalho
|
c09532864d
|
feat: better database errors (#2109)
* feat(core): create error kind enum
* feat(core): add error kind for postgres
* feat(core): add error kind for sqlite
* feat(core): add error kind for mysql
* test(postgres): add error tests
* test(sqlite): add error tests
* test(mysql): add error tests
* fix(tests): fix tests rebasing
* refac(errors): add `ErrorKind::Other` variant
|
2023-02-21 13:25:25 -08:00 |
|
Austin Bonander
|
b5312c3b6f
|
Break drivers out into separate crates, clean up some technical debt (#2039)
* WIP rt refactors
* refactor: break drivers out into separate crates
also cleans up significant technical debt
|
2023-02-21 13:25:25 -08:00 |
|
Ryan Leckey
|
04f56570a4
|
Collapse into 1 crate
|
2019-07-25 23:41:50 -07:00 |
|
Ryan Leckey
|
0703a1b91a
|
Clean up connection methods a bit
|
2019-07-25 23:34:39 -07:00 |
|
Zachery Gyurkovitz
|
a49191fd46
|
Change get_results to produce a Stream
|
2019-07-25 11:54:36 -07:00 |
|
Zachery Gyurkovitz
|
2fb0c545b7
|
Implement get_results
|
2019-07-19 14:13:23 -07:00 |
|
Zachery Gyurkovitz
|
a4b5cfc408
|
Implement get_result
|
2019-07-19 14:12:07 -07:00 |
|
Zachery Gyurkovitz
|
6e7b18bc00
|
cargo fmt
|
2019-07-18 11:59:33 -07:00 |
|
Ryan Leckey
|
3599d50811
|
Use advance instead of set in read loop
|
2019-07-17 23:01:26 -07:00 |
|
Ryan Leckey
|
28168c414d
|
Switched to a functional approach for front-end message construction
|
2019-07-17 23:01:05 -07:00 |
|
Ryan Leckey
|
908f228fb5
|
Update Rust and dependencies
|
2019-07-17 22:04:38 -07:00 |
|
Ryan Leckey
|
8589f0b907
|
Move to explicit prepare vs. implicit in execute builder
|
2019-07-17 12:43:46 -07:00 |
|
Ryan Leckey
|
c040c97cb3
|
Initial experiment with the low-level API and PREPARE + EXECUTE queries
|
2019-07-16 01:15:12 -07:00 |
|
Ryan Leckey
|
f161fa3178
|
Optimize encode of StartupMessage
|
2019-07-11 10:08:57 -07:00 |
|
Ryan Leckey
|
da42be7d0a
|
Implement DataRow and CommandComplete
|
2019-06-30 07:07:57 -07:00 |
|
Ryan Leckey
|
cfe522034e
|
Implement RowDescription
|
2019-06-30 06:35:30 -07:00 |
|
Ryan Leckey
|
e8ecbeda36
|
WIP Query
|
2019-06-29 21:57:04 -07:00 |
|
Ryan Leckey
|
c895ef52fe
|
Decorate send/receive with trace logs for development
|
2019-06-29 21:40:33 -07:00 |
|
Ryan Leckey
|
735c8c366a
|
Fix some lint warnings
|
2019-06-29 21:34:06 -07:00 |
|
Ryan Leckey
|
4c90e026f7
|
Improve performance and minor tweaks
|
2019-06-29 21:32:39 -07:00 |
|
Ryan Leckey
|
ee449d351b
|
Update dependencies
|
2019-06-28 21:39:36 -07:00 |
|
Ryan Leckey
|
aa0b27af35
|
Minor clean up
|
2019-06-28 21:36:46 -07:00 |
|
Ryan Leckey
|
c59e65d65b
|
Add some additional decode benchmarks
|
2019-06-28 00:30:43 -07:00 |
|
Ryan Leckey
|
5c73e220b6
|
Set up a connection benchmark using a mocked pg server
|
2019-06-26 12:49:08 -07:00 |
|
Ryan Leckey
|
8a4c5ea2fe
|
Integrate new protocol crate to connection
|
2019-06-22 21:44:13 -07:00 |
|
Ryan Leckey
|
22f71df7c7
|
mason -> sqlx
|
2019-06-22 20:54:43 -07:00 |
|