From e9ebc9d9584091642e45fd79fd71618262540da7 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 11 Dec 2019 17:41:22 -0300 Subject: [PATCH] publishing redirect latest -> 0.8 --- 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 | 4 ++++ api/latest/DB/Mappable.md | 2 +- api/latest/DB/MappingException.md | 2 +- 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 | 4 ++++ api/latest/DB/Serializable/NonStrict.md | 4 ++++ 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 +- 40 files changed, 49 insertions(+), 37 deletions(-) create mode 100644 api/latest/DB/Field.md create mode 100644 api/latest/DB/Serializable.md create mode 100644 api/latest/DB/Serializable/NonStrict.md diff --git a/api/latest/DB.md b/api/latest/DB.md index 1711fed..5e9c2da 100644 --- a/api/latest/DB.md +++ b/api/latest/DB.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB.html + - /api/0.8/DB.html --- \ No newline at end of file diff --git a/api/latest/DB/Any.md b/api/latest/DB/Any.md index f25a428..1b162ef 100644 --- a/api/latest/DB/Any.md +++ b/api/latest/DB/Any.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Any.html + - /api/0.8/DB/Any.html --- \ No newline at end of file diff --git a/api/latest/DB/BeginTransaction.md b/api/latest/DB/BeginTransaction.md index 3388561..b7e089d 100644 --- a/api/latest/DB/BeginTransaction.md +++ b/api/latest/DB/BeginTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/BeginTransaction.html + - /api/0.8/DB/BeginTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Connection.md b/api/latest/DB/Connection.md index 38ae2cf..cb96a75 100644 --- a/api/latest/DB/Connection.md +++ b/api/latest/DB/Connection.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Connection.html + - /api/0.8/DB/Connection.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionContext.md b/api/latest/DB/ConnectionContext.md index eb0325e..654ba73 100644 --- a/api/latest/DB/ConnectionContext.md +++ b/api/latest/DB/ConnectionContext.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/ConnectionContext.html + - /api/0.8/DB/ConnectionContext.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionLost.md b/api/latest/DB/ConnectionLost.md index ad28a85..55c5f41 100644 --- a/api/latest/DB/ConnectionLost.md +++ b/api/latest/DB/ConnectionLost.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/ConnectionLost.html + - /api/0.8/DB/ConnectionLost.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionRefused.md b/api/latest/DB/ConnectionRefused.md index 28d4533..e5fbf2c 100644 --- a/api/latest/DB/ConnectionRefused.md +++ b/api/latest/DB/ConnectionRefused.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/ConnectionRefused.html + - /api/0.8/DB/ConnectionRefused.html --- \ No newline at end of file diff --git a/api/latest/DB/Database.md b/api/latest/DB/Database.md index e6107c5..ad67c21 100644 --- a/api/latest/DB/Database.md +++ b/api/latest/DB/Database.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Database.html + - /api/0.8/DB/Database.html --- \ No newline at end of file diff --git a/api/latest/DB/Disposable.md b/api/latest/DB/Disposable.md index 27cf4b3..f04441c 100644 --- a/api/latest/DB/Disposable.md +++ b/api/latest/DB/Disposable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Disposable.html + - /api/0.8/DB/Disposable.html --- \ No newline at end of file diff --git a/api/latest/DB/Driver.md b/api/latest/DB/Driver.md index f07d900..57aff19 100644 --- a/api/latest/DB/Driver.md +++ b/api/latest/DB/Driver.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Driver.html + - /api/0.8/DB/Driver.html --- \ No newline at end of file diff --git a/api/latest/DB/DriverSpecs.md b/api/latest/DB/DriverSpecs.md index 12c84a2..4882b70 100644 --- a/api/latest/DB/DriverSpecs.md +++ b/api/latest/DB/DriverSpecs.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/DriverSpecs.html + - /api/0.8/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 8b716e9..2b53085 100644 --- a/api/latest/DB/DriverSpecs/ColumnDef.md +++ b/api/latest/DB/DriverSpecs/ColumnDef.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/DriverSpecs/ColumnDef.html + - /api/0.8/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 2f2bc31..6a10bf3 100644 --- a/api/latest/DB/Error.md +++ b/api/latest/DB/Error.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Error.html + - /api/0.8/DB/Error.html --- \ No newline at end of file diff --git a/api/latest/DB/ExecResult.md b/api/latest/DB/ExecResult.md index 6196973..3873715 100644 --- a/api/latest/DB/ExecResult.md +++ b/api/latest/DB/ExecResult.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/ExecResult.html + - /api/0.8/DB/ExecResult.html --- \ No newline at end of file diff --git a/api/latest/DB/Field.md b/api/latest/DB/Field.md new file mode 100644 index 0000000..a695f44 --- /dev/null +++ b/api/latest/DB/Field.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.8/DB/Field.html +--- \ No newline at end of file diff --git a/api/latest/DB/Mappable.md b/api/latest/DB/Mappable.md index 0ab7037..11548f1 100644 --- a/api/latest/DB/Mappable.md +++ b/api/latest/DB/Mappable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Mappable.html + - /api/0.8/DB/Mappable.html --- \ No newline at end of file diff --git a/api/latest/DB/MappingException.md b/api/latest/DB/MappingException.md index 673a9d3..238c7b3 100644 --- a/api/latest/DB/MappingException.md +++ b/api/latest/DB/MappingException.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/MappingException.html + - /api/0.8/DB/MappingException.html --- \ No newline at end of file diff --git a/api/latest/DB/Pool.md b/api/latest/DB/Pool.md index 5afa511..e39dad5 100644 --- a/api/latest/DB/Pool.md +++ b/api/latest/DB/Pool.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Pool.html + - /api/0.8/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 86383ae..dfe6507 100644 --- a/api/latest/DB/Pool/Stats.md +++ b/api/latest/DB/Pool/Stats.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Pool/Stats.html + - /api/0.8/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 18323a8..e9eba44 100644 --- a/api/latest/DB/Pool/TimeoutHelper.md +++ b/api/latest/DB/Pool/TimeoutHelper.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Pool/TimeoutHelper.html + - /api/0.8/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 a71a877..e54b95d 100644 --- a/api/latest/DB/PoolPreparedStatement.md +++ b/api/latest/DB/PoolPreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/PoolPreparedStatement.html + - /api/0.8/DB/PoolPreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolRetryAttemptsExceeded.md b/api/latest/DB/PoolRetryAttemptsExceeded.md index 0c6ce0f..90fdeea 100644 --- a/api/latest/DB/PoolRetryAttemptsExceeded.md +++ b/api/latest/DB/PoolRetryAttemptsExceeded.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/PoolRetryAttemptsExceeded.html + - /api/0.8/DB/PoolRetryAttemptsExceeded.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolStatement.md b/api/latest/DB/PoolStatement.md index ae32219..fdb614e 100644 --- a/api/latest/DB/PoolStatement.md +++ b/api/latest/DB/PoolStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/PoolStatement.html + - /api/0.8/DB/PoolStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolTimeout.md b/api/latest/DB/PoolTimeout.md index 63ee5e2..5804dcc 100644 --- a/api/latest/DB/PoolTimeout.md +++ b/api/latest/DB/PoolTimeout.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/PoolTimeout.html + - /api/0.8/DB/PoolTimeout.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolUnpreparedStatement.md b/api/latest/DB/PoolUnpreparedStatement.md index 0aaa33d..918f1ac 100644 --- a/api/latest/DB/PoolUnpreparedStatement.md +++ b/api/latest/DB/PoolUnpreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/PoolUnpreparedStatement.html + - /api/0.8/DB/PoolUnpreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/QueryMethods.md b/api/latest/DB/QueryMethods.md index 47a9608..f78eab9 100644 --- a/api/latest/DB/QueryMethods.md +++ b/api/latest/DB/QueryMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/QueryMethods.html + - /api/0.8/DB/QueryMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/ResultSet.md b/api/latest/DB/ResultSet.md index 5871064..64f92d6 100644 --- a/api/latest/DB/ResultSet.md +++ b/api/latest/DB/ResultSet.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/ResultSet.html + - /api/0.8/DB/ResultSet.html --- \ No newline at end of file diff --git a/api/latest/DB/Rollback.md b/api/latest/DB/Rollback.md index abf4b2f..a4c42ce 100644 --- a/api/latest/DB/Rollback.md +++ b/api/latest/DB/Rollback.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Rollback.html + - /api/0.8/DB/Rollback.html --- \ No newline at end of file diff --git a/api/latest/DB/SavePointTransaction.md b/api/latest/DB/SavePointTransaction.md index 1eb8e07..4fddd86 100644 --- a/api/latest/DB/SavePointTransaction.md +++ b/api/latest/DB/SavePointTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/SavePointTransaction.html + - /api/0.8/DB/SavePointTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Serializable.md b/api/latest/DB/Serializable.md new file mode 100644 index 0000000..f06caf0 --- /dev/null +++ b/api/latest/DB/Serializable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.8/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 new file mode 100644 index 0000000..86252b4 --- /dev/null +++ b/api/latest/DB/Serializable/NonStrict.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.8/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 31c2381..e34dd68 100644 --- a/api/latest/DB/SessionMethods.md +++ b/api/latest/DB/SessionMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/SessionMethods.html + - /api/0.8/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 997dc87..90237be 100644 --- a/api/latest/DB/SessionMethods/PreparedQuery.md +++ b/api/latest/DB/SessionMethods/PreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/SessionMethods/PreparedQuery.html + - /api/0.8/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 c14c34a..a636d32 100644 --- a/api/latest/DB/SessionMethods/UnpreparedQuery.md +++ b/api/latest/DB/SessionMethods/UnpreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/SessionMethods/UnpreparedQuery.html + - /api/0.8/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 0a8c64a..2909ddf 100644 --- a/api/latest/DB/Statement.md +++ b/api/latest/DB/Statement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Statement.html + - /api/0.8/DB/Statement.html --- \ No newline at end of file diff --git a/api/latest/DB/StatementMethods.md b/api/latest/DB/StatementMethods.md index e7b62ea..dfed55a 100644 --- a/api/latest/DB/StatementMethods.md +++ b/api/latest/DB/StatementMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/StatementMethods.html + - /api/0.8/DB/StatementMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/StringKeyCache.md b/api/latest/DB/StringKeyCache.md index 2c8b0b0..3b5f148 100644 --- a/api/latest/DB/StringKeyCache.md +++ b/api/latest/DB/StringKeyCache.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/StringKeyCache.html + - /api/0.8/DB/StringKeyCache.html --- \ No newline at end of file diff --git a/api/latest/DB/TopLevelTransaction.md b/api/latest/DB/TopLevelTransaction.md index 1ca76cc..3ca3565 100644 --- a/api/latest/DB/TopLevelTransaction.md +++ b/api/latest/DB/TopLevelTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/TopLevelTransaction.html + - /api/0.8/DB/TopLevelTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Transaction.md b/api/latest/DB/Transaction.md index b623797..e9b1023 100644 --- a/api/latest/DB/Transaction.md +++ b/api/latest/DB/Transaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7/DB/Transaction.html + - /api/0.8/DB/Transaction.html --- \ No newline at end of file diff --git a/api/latest/index.md b/api/latest/index.md index 778d1d8..5d5057c 100644 --- a/api/latest/index.md +++ b/api/latest/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.7 + - /api/0.8 --- \ No newline at end of file