Ryan Leckey
|
949e8cd46b
|
feat(postgres): add PgNotice protocol type to handle notice response and error response
|
2021-04-16 11:43:28 -07:00 |
|
Ryan Leckey
|
6166ec7b8f
|
refactor(mysql): raise MySqlClientError for general client-side errors
|
2021-04-15 21:54:05 -07:00 |
|
Ryan Leckey
|
0267fe0482
|
refactor(postgres): review connection executor and tweak raw_query
|
2021-04-09 16:51:20 -07:00 |
|
Ryan Leckey
|
fd95c68898
|
docs(postgres): add some notes for what flush is doing
|
2021-04-09 16:17:50 -07:00 |
|
Ryan Leckey
|
7395543e22
|
fix: mark blocking invocations of flush! as @blocking
|
2021-04-09 16:10:42 -07:00 |
|
Ryan Leckey
|
332a74ca2e
|
chore(postgres): remove old todo comments
|
2021-03-27 17:15:13 -07:00 |
|
Ryan Leckey
|
5c9ab18a74
|
feat(postgres): impl prepared query support and integer types
|
2021-03-27 17:11:57 -07:00 |
|
Ryan Leckey
|
858212f755
|
feat(postgres): impl execute, fetch_all, fetch_optional and related utilities
|
2021-03-27 15:03:42 -07:00 |
|
Ryan Leckey
|
cc2f2c1f72
|
style: rustfmt
|
2021-03-20 09:42:56 -07:00 |
|
Ryan Leckey
|
d4aa3dfa5e
|
feat(postgres): add more frontend protocol messages
|
2021-03-20 08:28:15 -07:00 |
|
Ryan Leckey
|
b2d9c43048
|
feat(postgres): add more backend protocol messages
|
2021-03-20 01:28:56 -07:00 |
|
Ryan Leckey
|
db1896444d
|
feat(postgres): add support for clear and md5 passwords
|
2021-03-20 00:50:27 -07:00 |
|
Ryan Leckey
|
1eb1cd3ea9
|
feat(postgres): stub start-up flow
|
2021-03-20 00:16:20 -07:00 |
|
Ryan Leckey
|
3bccedc6a7
|
wip(postgres): declare PgConnection
|
2021-03-17 08:16:57 -07:00 |
|
Ryan Leckey
|
3bd6a5a356
|
fix: QueryResult should be Clone + Default
|
2021-03-07 10:35:54 -08:00 |
|
Ryan Leckey
|
5a5ce82946
|
feat(postgres): add PgConnectOptions
|
2021-03-07 10:28:51 -08:00 |
|
Ryan Leckey
|
baa63d33e1
|
refactor(postgres): baseline postgres driver against the now near-complete state of the mysql driver
|
2021-03-06 13:59:24 -08:00 |
|
rich-murphey
|
1fe689771c
|
fix typo
|
2021-02-12 18:21:06 -08:00 |
|
rich-murphey
|
45a4f14f8c
|
use space after comma to conform to fmt
|
2021-02-12 18:21:06 -08:00 |
|
rich-murphey
|
1d5ca38e0d
|
postgres is bigendian. maintain rustfmt. use .consume()
|
2021-02-12 18:21:06 -08:00 |
|
rich-murphey
|
902114b756
|
postgres: peek at header then take whole message
|
2021-02-12 18:21:06 -08:00 |
|
Daniel Akhterov
|
55e2510f24
|
refactor: clean up sasl macro
|
2021-01-24 14:38:55 -08:00 |
|
Daniel Akhterov
|
80a1b19db9
|
feat: add sasl support
|
2021-01-24 13:54:57 -08:00 |
|
Daniel Akhterov
|
c8f7601ad1
|
feat: implement read_packet for postgres
|
2021-01-23 13:27:52 -08:00 |
|
Daniel Akhterov
|
d5053d1b1d
|
feat: begin work on postgres
|
2021-01-22 00:21:16 -08:00 |
|