This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/storage/sql
Alex Suraci 587081a643 postgres: refactor error handling to fix retrying
prior to this change, many of the functions in the ExecTx callback would
wrap the error before returning it. this made it impossible to check
for the error code.

instead, the error wrapping has been moved to be external to the
`ExecTx` callback, so that the error code can be checked and
serialization failures can be retried.
2018-11-20 10:50:55 -05:00
..
config_test.go pg: support host:port for backwards-compatibility 2018-11-20 10:22:39 -05:00
config.go pg: support host:port for backwards-compatibility 2018-11-20 10:22:39 -05:00
crud_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
crud.go postgres: refactor error handling to fix retrying 2018-11-20 10:50:55 -05:00
migrate_test.go : update {S->s}irupsen/logrus 2017-07-25 13:46:44 -07:00
migrate.go storage: add connector object to backend storage. 2017-03-28 14:12:38 -07:00
sql_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
sql.go postgres: refactor error handling to fix retrying 2018-11-20 10:50:55 -05:00
standup.sh remove incomplete mysql and cockroachdb support 2018-11-16 18:07:20 +00:00