From b9295114d3aadf027382475aa1c1d759714f00b4 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 30 Sep 2020 17:52:48 -0300 Subject: [PATCH] publishing redirect latest -> 0.9 --- api/latest/DB.md | 2 +- api/latest/DB/Any.md | 2 +- api/latest/DB/BeginTransaction.md | 2 +- api/latest/DB/Connection.md | 2 +- api/latest/DB/ConnectionContext.md | 2 +- api/latest/DB/ConnectionLost.md | 2 +- api/latest/DB/ConnectionRefused.md | 2 +- api/latest/DB/Database.md | 2 +- api/latest/DB/Disposable.md | 2 +- api/latest/DB/Driver.md | 2 +- api/latest/DB/DriverSpecs.md | 2 +- api/latest/DB/DriverSpecs/ColumnDef.md | 2 +- api/latest/DB/Error.md | 2 +- api/latest/DB/ExecResult.md | 2 +- api/latest/DB/Field.md | 2 +- api/latest/DB/Mappable.md | 2 +- api/latest/DB/MappingException.md | 2 +- api/latest/DB/NoResultsError.md | 4 ++++ api/latest/DB/Pool.md | 2 +- api/latest/DB/Pool/Stats.md | 2 +- api/latest/DB/Pool/TimeoutHelper.md | 2 +- api/latest/DB/PoolPreparedStatement.md | 2 +- api/latest/DB/PoolRetryAttemptsExceeded.md | 2 +- api/latest/DB/PoolStatement.md | 2 +- api/latest/DB/PoolTimeout.md | 2 +- api/latest/DB/PoolUnpreparedStatement.md | 2 +- api/latest/DB/QueryMethods.md | 2 +- api/latest/DB/ResultSet.md | 2 +- api/latest/DB/Rollback.md | 2 +- api/latest/DB/SavePointTransaction.md | 2 +- api/latest/DB/Serializable.md | 2 +- api/latest/DB/Serializable/NonStrict.md | 2 +- api/latest/DB/SessionMethods.md | 2 +- api/latest/DB/SessionMethods/PreparedQuery.md | 2 +- api/latest/DB/SessionMethods/UnpreparedQuery.md | 2 +- api/latest/DB/Statement.md | 2 +- api/latest/DB/StatementMethods.md | 2 +- api/latest/DB/StringKeyCache.md | 2 +- api/latest/DB/TopLevelTransaction.md | 2 +- api/latest/DB/Transaction.md | 2 +- api/latest/index.md | 2 +- 41 files changed, 44 insertions(+), 40 deletions(-) create mode 100644 api/latest/DB/NoResultsError.md diff --git a/api/latest/DB.md b/api/latest/DB.md index 5e9c2da..de0c3bb 100644 --- a/api/latest/DB.md +++ b/api/latest/DB.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB.html + - /api/0.9/DB.html --- \ No newline at end of file diff --git a/api/latest/DB/Any.md b/api/latest/DB/Any.md index 1b162ef..05323a6 100644 --- a/api/latest/DB/Any.md +++ b/api/latest/DB/Any.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Any.html + - /api/0.9/DB/Any.html --- \ No newline at end of file diff --git a/api/latest/DB/BeginTransaction.md b/api/latest/DB/BeginTransaction.md index b7e089d..25a8fbf 100644 --- a/api/latest/DB/BeginTransaction.md +++ b/api/latest/DB/BeginTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/BeginTransaction.html + - /api/0.9/DB/BeginTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Connection.md b/api/latest/DB/Connection.md index cb96a75..bbe8de3 100644 --- a/api/latest/DB/Connection.md +++ b/api/latest/DB/Connection.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Connection.html + - /api/0.9/DB/Connection.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionContext.md b/api/latest/DB/ConnectionContext.md index 654ba73..cee3dd5 100644 --- a/api/latest/DB/ConnectionContext.md +++ b/api/latest/DB/ConnectionContext.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/ConnectionContext.html + - /api/0.9/DB/ConnectionContext.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionLost.md b/api/latest/DB/ConnectionLost.md index 55c5f41..b299a7c 100644 --- a/api/latest/DB/ConnectionLost.md +++ b/api/latest/DB/ConnectionLost.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/ConnectionLost.html + - /api/0.9/DB/ConnectionLost.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionRefused.md b/api/latest/DB/ConnectionRefused.md index e5fbf2c..a3313f0 100644 --- a/api/latest/DB/ConnectionRefused.md +++ b/api/latest/DB/ConnectionRefused.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/ConnectionRefused.html + - /api/0.9/DB/ConnectionRefused.html --- \ No newline at end of file diff --git a/api/latest/DB/Database.md b/api/latest/DB/Database.md index ad67c21..7f9df23 100644 --- a/api/latest/DB/Database.md +++ b/api/latest/DB/Database.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Database.html + - /api/0.9/DB/Database.html --- \ No newline at end of file diff --git a/api/latest/DB/Disposable.md b/api/latest/DB/Disposable.md index f04441c..ea9e09a 100644 --- a/api/latest/DB/Disposable.md +++ b/api/latest/DB/Disposable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Disposable.html + - /api/0.9/DB/Disposable.html --- \ No newline at end of file diff --git a/api/latest/DB/Driver.md b/api/latest/DB/Driver.md index 57aff19..dfc4bb7 100644 --- a/api/latest/DB/Driver.md +++ b/api/latest/DB/Driver.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Driver.html + - /api/0.9/DB/Driver.html --- \ No newline at end of file diff --git a/api/latest/DB/DriverSpecs.md b/api/latest/DB/DriverSpecs.md index 4882b70..7dec691 100644 --- a/api/latest/DB/DriverSpecs.md +++ b/api/latest/DB/DriverSpecs.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/DriverSpecs.html + - /api/0.9/DB/DriverSpecs.html --- \ No newline at end of file diff --git a/api/latest/DB/DriverSpecs/ColumnDef.md b/api/latest/DB/DriverSpecs/ColumnDef.md index 2b53085..3ef74b4 100644 --- a/api/latest/DB/DriverSpecs/ColumnDef.md +++ b/api/latest/DB/DriverSpecs/ColumnDef.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/DriverSpecs/ColumnDef.html + - /api/0.9/DB/DriverSpecs/ColumnDef.html --- \ No newline at end of file diff --git a/api/latest/DB/Error.md b/api/latest/DB/Error.md index 6a10bf3..9f85e40 100644 --- a/api/latest/DB/Error.md +++ b/api/latest/DB/Error.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Error.html + - /api/0.9/DB/Error.html --- \ No newline at end of file diff --git a/api/latest/DB/ExecResult.md b/api/latest/DB/ExecResult.md index 3873715..ce8eabe 100644 --- a/api/latest/DB/ExecResult.md +++ b/api/latest/DB/ExecResult.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/ExecResult.html + - /api/0.9/DB/ExecResult.html --- \ No newline at end of file diff --git a/api/latest/DB/Field.md b/api/latest/DB/Field.md index a695f44..1815ad5 100644 --- a/api/latest/DB/Field.md +++ b/api/latest/DB/Field.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Field.html + - /api/0.9/DB/Field.html --- \ No newline at end of file diff --git a/api/latest/DB/Mappable.md b/api/latest/DB/Mappable.md index 11548f1..dfe53fb 100644 --- a/api/latest/DB/Mappable.md +++ b/api/latest/DB/Mappable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Mappable.html + - /api/0.9/DB/Mappable.html --- \ No newline at end of file diff --git a/api/latest/DB/MappingException.md b/api/latest/DB/MappingException.md index 238c7b3..59b8768 100644 --- a/api/latest/DB/MappingException.md +++ b/api/latest/DB/MappingException.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/MappingException.html + - /api/0.9/DB/MappingException.html --- \ No newline at end of file diff --git a/api/latest/DB/NoResultsError.md b/api/latest/DB/NoResultsError.md new file mode 100644 index 0000000..3971c2f --- /dev/null +++ b/api/latest/DB/NoResultsError.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.9/DB/NoResultsError.html +--- \ No newline at end of file diff --git a/api/latest/DB/Pool.md b/api/latest/DB/Pool.md index e39dad5..20f7114 100644 --- a/api/latest/DB/Pool.md +++ b/api/latest/DB/Pool.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Pool.html + - /api/0.9/DB/Pool.html --- \ No newline at end of file diff --git a/api/latest/DB/Pool/Stats.md b/api/latest/DB/Pool/Stats.md index dfe6507..c0e485e 100644 --- a/api/latest/DB/Pool/Stats.md +++ b/api/latest/DB/Pool/Stats.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Pool/Stats.html + - /api/0.9/DB/Pool/Stats.html --- \ No newline at end of file diff --git a/api/latest/DB/Pool/TimeoutHelper.md b/api/latest/DB/Pool/TimeoutHelper.md index e9eba44..1d198b3 100644 --- a/api/latest/DB/Pool/TimeoutHelper.md +++ b/api/latest/DB/Pool/TimeoutHelper.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Pool/TimeoutHelper.html + - /api/0.9/DB/Pool/TimeoutHelper.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolPreparedStatement.md b/api/latest/DB/PoolPreparedStatement.md index e54b95d..02c3977 100644 --- a/api/latest/DB/PoolPreparedStatement.md +++ b/api/latest/DB/PoolPreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/PoolPreparedStatement.html + - /api/0.9/DB/PoolPreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolRetryAttemptsExceeded.md b/api/latest/DB/PoolRetryAttemptsExceeded.md index 90fdeea..478e0b8 100644 --- a/api/latest/DB/PoolRetryAttemptsExceeded.md +++ b/api/latest/DB/PoolRetryAttemptsExceeded.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/PoolRetryAttemptsExceeded.html + - /api/0.9/DB/PoolRetryAttemptsExceeded.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolStatement.md b/api/latest/DB/PoolStatement.md index fdb614e..f1f0e5d 100644 --- a/api/latest/DB/PoolStatement.md +++ b/api/latest/DB/PoolStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/PoolStatement.html + - /api/0.9/DB/PoolStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolTimeout.md b/api/latest/DB/PoolTimeout.md index 5804dcc..8218cfb 100644 --- a/api/latest/DB/PoolTimeout.md +++ b/api/latest/DB/PoolTimeout.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/PoolTimeout.html + - /api/0.9/DB/PoolTimeout.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolUnpreparedStatement.md b/api/latest/DB/PoolUnpreparedStatement.md index 918f1ac..814cfc1 100644 --- a/api/latest/DB/PoolUnpreparedStatement.md +++ b/api/latest/DB/PoolUnpreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/PoolUnpreparedStatement.html + - /api/0.9/DB/PoolUnpreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/QueryMethods.md b/api/latest/DB/QueryMethods.md index f78eab9..bb31376 100644 --- a/api/latest/DB/QueryMethods.md +++ b/api/latest/DB/QueryMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/QueryMethods.html + - /api/0.9/DB/QueryMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/ResultSet.md b/api/latest/DB/ResultSet.md index 64f92d6..34aaaff 100644 --- a/api/latest/DB/ResultSet.md +++ b/api/latest/DB/ResultSet.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/ResultSet.html + - /api/0.9/DB/ResultSet.html --- \ No newline at end of file diff --git a/api/latest/DB/Rollback.md b/api/latest/DB/Rollback.md index a4c42ce..3d7d727 100644 --- a/api/latest/DB/Rollback.md +++ b/api/latest/DB/Rollback.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Rollback.html + - /api/0.9/DB/Rollback.html --- \ No newline at end of file diff --git a/api/latest/DB/SavePointTransaction.md b/api/latest/DB/SavePointTransaction.md index 4fddd86..a1db688 100644 --- a/api/latest/DB/SavePointTransaction.md +++ b/api/latest/DB/SavePointTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/SavePointTransaction.html + - /api/0.9/DB/SavePointTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Serializable.md b/api/latest/DB/Serializable.md index f06caf0..b151141 100644 --- a/api/latest/DB/Serializable.md +++ b/api/latest/DB/Serializable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Serializable.html + - /api/0.9/DB/Serializable.html --- \ No newline at end of file diff --git a/api/latest/DB/Serializable/NonStrict.md b/api/latest/DB/Serializable/NonStrict.md index 86252b4..482bdeb 100644 --- a/api/latest/DB/Serializable/NonStrict.md +++ b/api/latest/DB/Serializable/NonStrict.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Serializable/NonStrict.html + - /api/0.9/DB/Serializable/NonStrict.html --- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods.md b/api/latest/DB/SessionMethods.md index e34dd68..024d1de 100644 --- a/api/latest/DB/SessionMethods.md +++ b/api/latest/DB/SessionMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/SessionMethods.html + - /api/0.9/DB/SessionMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods/PreparedQuery.md b/api/latest/DB/SessionMethods/PreparedQuery.md index 90237be..fd242b3 100644 --- a/api/latest/DB/SessionMethods/PreparedQuery.md +++ b/api/latest/DB/SessionMethods/PreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/SessionMethods/PreparedQuery.html + - /api/0.9/DB/SessionMethods/PreparedQuery.html --- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods/UnpreparedQuery.md b/api/latest/DB/SessionMethods/UnpreparedQuery.md index a636d32..f2271e9 100644 --- a/api/latest/DB/SessionMethods/UnpreparedQuery.md +++ b/api/latest/DB/SessionMethods/UnpreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/SessionMethods/UnpreparedQuery.html + - /api/0.9/DB/SessionMethods/UnpreparedQuery.html --- \ No newline at end of file diff --git a/api/latest/DB/Statement.md b/api/latest/DB/Statement.md index 2909ddf..2fdc0a3 100644 --- a/api/latest/DB/Statement.md +++ b/api/latest/DB/Statement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Statement.html + - /api/0.9/DB/Statement.html --- \ No newline at end of file diff --git a/api/latest/DB/StatementMethods.md b/api/latest/DB/StatementMethods.md index dfed55a..f276181 100644 --- a/api/latest/DB/StatementMethods.md +++ b/api/latest/DB/StatementMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/StatementMethods.html + - /api/0.9/DB/StatementMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/StringKeyCache.md b/api/latest/DB/StringKeyCache.md index 3b5f148..931516a 100644 --- a/api/latest/DB/StringKeyCache.md +++ b/api/latest/DB/StringKeyCache.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/StringKeyCache.html + - /api/0.9/DB/StringKeyCache.html --- \ No newline at end of file diff --git a/api/latest/DB/TopLevelTransaction.md b/api/latest/DB/TopLevelTransaction.md index 3ca3565..1a0456e 100644 --- a/api/latest/DB/TopLevelTransaction.md +++ b/api/latest/DB/TopLevelTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/TopLevelTransaction.html + - /api/0.9/DB/TopLevelTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Transaction.md b/api/latest/DB/Transaction.md index e9b1023..0dc119d 100644 --- a/api/latest/DB/Transaction.md +++ b/api/latest/DB/Transaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8/DB/Transaction.html + - /api/0.9/DB/Transaction.html --- \ No newline at end of file diff --git a/api/latest/index.md b/api/latest/index.md index 5d5057c..5e414af 100644 --- a/api/latest/index.md +++ b/api/latest/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.8 + - /api/0.9 --- \ No newline at end of file