From 605d4aebcf4c418364aa9f56c34358120d1c89ab Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Fri, 28 Jan 2022 15:41:03 -0300 Subject: [PATCH] publishing redirect latest -> 0.11 --- api/latest/404.md | 4 ++++ api/latest/DB.md | 2 +- api/latest/DB/Any.md | 2 +- api/latest/DB/BeginTransaction.md | 2 +- api/latest/DB/ColumnTypeMismatchError.md | 4 ++++ 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/MetadataValueConverter.md | 2 +- api/latest/DB/NoResultsError.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/PoolResourceLost.md | 2 +- api/latest/DB/PoolResourceRefused.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 +- 46 files changed, 52 insertions(+), 44 deletions(-) create mode 100644 api/latest/404.md create mode 100644 api/latest/DB/ColumnTypeMismatchError.md diff --git a/api/latest/404.md b/api/latest/404.md new file mode 100644 index 0000000..0867555 --- /dev/null +++ b/api/latest/404.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.11/404.html +--- \ No newline at end of file diff --git a/api/latest/DB.md b/api/latest/DB.md index b1d6bb2..23d235d 100644 --- a/api/latest/DB.md +++ b/api/latest/DB.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB.html + - /api/0.11/DB.html --- \ No newline at end of file diff --git a/api/latest/DB/Any.md b/api/latest/DB/Any.md index 5051a0f..b747a1b 100644 --- a/api/latest/DB/Any.md +++ b/api/latest/DB/Any.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Any.html + - /api/0.11/DB/Any.html --- \ No newline at end of file diff --git a/api/latest/DB/BeginTransaction.md b/api/latest/DB/BeginTransaction.md index 9c2d17e..5ebf592 100644 --- a/api/latest/DB/BeginTransaction.md +++ b/api/latest/DB/BeginTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/BeginTransaction.html + - /api/0.11/DB/BeginTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/ColumnTypeMismatchError.md b/api/latest/DB/ColumnTypeMismatchError.md new file mode 100644 index 0000000..bc76b1c --- /dev/null +++ b/api/latest/DB/ColumnTypeMismatchError.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.11/DB/ColumnTypeMismatchError.html +--- \ No newline at end of file diff --git a/api/latest/DB/Connection.md b/api/latest/DB/Connection.md index b0fe723..0ee3239 100644 --- a/api/latest/DB/Connection.md +++ b/api/latest/DB/Connection.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Connection.html + - /api/0.11/DB/Connection.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionContext.md b/api/latest/DB/ConnectionContext.md index 6edf533..947a25c 100644 --- a/api/latest/DB/ConnectionContext.md +++ b/api/latest/DB/ConnectionContext.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/ConnectionContext.html + - /api/0.11/DB/ConnectionContext.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionLost.md b/api/latest/DB/ConnectionLost.md index f9d0149..b447a71 100644 --- a/api/latest/DB/ConnectionLost.md +++ b/api/latest/DB/ConnectionLost.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/ConnectionLost.html + - /api/0.11/DB/ConnectionLost.html --- \ No newline at end of file diff --git a/api/latest/DB/ConnectionRefused.md b/api/latest/DB/ConnectionRefused.md index d6788ea..9213558 100644 --- a/api/latest/DB/ConnectionRefused.md +++ b/api/latest/DB/ConnectionRefused.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/ConnectionRefused.html + - /api/0.11/DB/ConnectionRefused.html --- \ No newline at end of file diff --git a/api/latest/DB/Database.md b/api/latest/DB/Database.md index e6400dd..63cdb6d 100644 --- a/api/latest/DB/Database.md +++ b/api/latest/DB/Database.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Database.html + - /api/0.11/DB/Database.html --- \ No newline at end of file diff --git a/api/latest/DB/Disposable.md b/api/latest/DB/Disposable.md index f17a61d..7d80d9c 100644 --- a/api/latest/DB/Disposable.md +++ b/api/latest/DB/Disposable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Disposable.html + - /api/0.11/DB/Disposable.html --- \ No newline at end of file diff --git a/api/latest/DB/Driver.md b/api/latest/DB/Driver.md index 545fb30..60ed907 100644 --- a/api/latest/DB/Driver.md +++ b/api/latest/DB/Driver.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Driver.html + - /api/0.11/DB/Driver.html --- \ No newline at end of file diff --git a/api/latest/DB/DriverSpecs.md b/api/latest/DB/DriverSpecs.md index 9e6dd00..cb63393 100644 --- a/api/latest/DB/DriverSpecs.md +++ b/api/latest/DB/DriverSpecs.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/DriverSpecs.html + - /api/0.11/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 426a70d..a216921 100644 --- a/api/latest/DB/DriverSpecs/ColumnDef.md +++ b/api/latest/DB/DriverSpecs/ColumnDef.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/DriverSpecs/ColumnDef.html + - /api/0.11/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 5e9e667..ea67be9 100644 --- a/api/latest/DB/Error.md +++ b/api/latest/DB/Error.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Error.html + - /api/0.11/DB/Error.html --- \ No newline at end of file diff --git a/api/latest/DB/ExecResult.md b/api/latest/DB/ExecResult.md index c3a7d47..0caa710 100644 --- a/api/latest/DB/ExecResult.md +++ b/api/latest/DB/ExecResult.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/ExecResult.html + - /api/0.11/DB/ExecResult.html --- \ No newline at end of file diff --git a/api/latest/DB/Field.md b/api/latest/DB/Field.md index 0d4159b..8f957e4 100644 --- a/api/latest/DB/Field.md +++ b/api/latest/DB/Field.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Field.html + - /api/0.11/DB/Field.html --- \ No newline at end of file diff --git a/api/latest/DB/Mappable.md b/api/latest/DB/Mappable.md index f78cb05..727782e 100644 --- a/api/latest/DB/Mappable.md +++ b/api/latest/DB/Mappable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Mappable.html + - /api/0.11/DB/Mappable.html --- \ No newline at end of file diff --git a/api/latest/DB/MappingException.md b/api/latest/DB/MappingException.md index 293ca95..77773bf 100644 --- a/api/latest/DB/MappingException.md +++ b/api/latest/DB/MappingException.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/MappingException.html + - /api/0.11/DB/MappingException.html --- \ No newline at end of file diff --git a/api/latest/DB/MetadataValueConverter.md b/api/latest/DB/MetadataValueConverter.md index ef5c39c..fb0c8b1 100644 --- a/api/latest/DB/MetadataValueConverter.md +++ b/api/latest/DB/MetadataValueConverter.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/MetadataValueConverter.html + - /api/0.11/DB/MetadataValueConverter.html --- \ No newline at end of file diff --git a/api/latest/DB/NoResultsError.md b/api/latest/DB/NoResultsError.md index 9276468..6826919 100644 --- a/api/latest/DB/NoResultsError.md +++ b/api/latest/DB/NoResultsError.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/NoResultsError.html + - /api/0.11/DB/NoResultsError.html --- \ No newline at end of file diff --git a/api/latest/DB/Pool.md b/api/latest/DB/Pool.md index 2c5ef6e..bae741f 100644 --- a/api/latest/DB/Pool.md +++ b/api/latest/DB/Pool.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Pool.html + - /api/0.11/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 20786b7..13583db 100644 --- a/api/latest/DB/Pool/Stats.md +++ b/api/latest/DB/Pool/Stats.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Pool/Stats.html + - /api/0.11/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 ce29c07..a2f1562 100644 --- a/api/latest/DB/Pool/TimeoutHelper.md +++ b/api/latest/DB/Pool/TimeoutHelper.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Pool/TimeoutHelper.html + - /api/0.11/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 0015f2d..fcd8563 100644 --- a/api/latest/DB/PoolPreparedStatement.md +++ b/api/latest/DB/PoolPreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolPreparedStatement.html + - /api/0.11/DB/PoolPreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolResourceLost.md b/api/latest/DB/PoolResourceLost.md index 6249ade..c08d9e9 100644 --- a/api/latest/DB/PoolResourceLost.md +++ b/api/latest/DB/PoolResourceLost.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolResourceLost.html + - /api/0.11/DB/PoolResourceLost.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolResourceRefused.md b/api/latest/DB/PoolResourceRefused.md index a74668e..26398f7 100644 --- a/api/latest/DB/PoolResourceRefused.md +++ b/api/latest/DB/PoolResourceRefused.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolResourceRefused.html + - /api/0.11/DB/PoolResourceRefused.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolRetryAttemptsExceeded.md b/api/latest/DB/PoolRetryAttemptsExceeded.md index 06f0736..00c0066 100644 --- a/api/latest/DB/PoolRetryAttemptsExceeded.md +++ b/api/latest/DB/PoolRetryAttemptsExceeded.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolRetryAttemptsExceeded.html + - /api/0.11/DB/PoolRetryAttemptsExceeded.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolStatement.md b/api/latest/DB/PoolStatement.md index 501347a..ebbf114 100644 --- a/api/latest/DB/PoolStatement.md +++ b/api/latest/DB/PoolStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolStatement.html + - /api/0.11/DB/PoolStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolTimeout.md b/api/latest/DB/PoolTimeout.md index 62dacdf..0755c7c 100644 --- a/api/latest/DB/PoolTimeout.md +++ b/api/latest/DB/PoolTimeout.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolTimeout.html + - /api/0.11/DB/PoolTimeout.html --- \ No newline at end of file diff --git a/api/latest/DB/PoolUnpreparedStatement.md b/api/latest/DB/PoolUnpreparedStatement.md index 79c36d5..750bd54 100644 --- a/api/latest/DB/PoolUnpreparedStatement.md +++ b/api/latest/DB/PoolUnpreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/PoolUnpreparedStatement.html + - /api/0.11/DB/PoolUnpreparedStatement.html --- \ No newline at end of file diff --git a/api/latest/DB/QueryMethods.md b/api/latest/DB/QueryMethods.md index abb72f9..a35df1f 100644 --- a/api/latest/DB/QueryMethods.md +++ b/api/latest/DB/QueryMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/QueryMethods.html + - /api/0.11/DB/QueryMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/ResultSet.md b/api/latest/DB/ResultSet.md index 9da1ca1..e5fb7e4 100644 --- a/api/latest/DB/ResultSet.md +++ b/api/latest/DB/ResultSet.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/ResultSet.html + - /api/0.11/DB/ResultSet.html --- \ No newline at end of file diff --git a/api/latest/DB/Rollback.md b/api/latest/DB/Rollback.md index b61cde2..77dda7f 100644 --- a/api/latest/DB/Rollback.md +++ b/api/latest/DB/Rollback.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Rollback.html + - /api/0.11/DB/Rollback.html --- \ No newline at end of file diff --git a/api/latest/DB/SavePointTransaction.md b/api/latest/DB/SavePointTransaction.md index b61e32b..71a8e23 100644 --- a/api/latest/DB/SavePointTransaction.md +++ b/api/latest/DB/SavePointTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/SavePointTransaction.html + - /api/0.11/DB/SavePointTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Serializable.md b/api/latest/DB/Serializable.md index 383ed51..70f9047 100644 --- a/api/latest/DB/Serializable.md +++ b/api/latest/DB/Serializable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Serializable.html + - /api/0.11/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 04f7ebe..7d133d9 100644 --- a/api/latest/DB/Serializable/NonStrict.md +++ b/api/latest/DB/Serializable/NonStrict.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Serializable/NonStrict.html + - /api/0.11/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 9c22ead..20419ee 100644 --- a/api/latest/DB/SessionMethods.md +++ b/api/latest/DB/SessionMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/SessionMethods.html + - /api/0.11/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 b0617a1..aaed4f2 100644 --- a/api/latest/DB/SessionMethods/PreparedQuery.md +++ b/api/latest/DB/SessionMethods/PreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/SessionMethods/PreparedQuery.html + - /api/0.11/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 4345fbe..017de29 100644 --- a/api/latest/DB/SessionMethods/UnpreparedQuery.md +++ b/api/latest/DB/SessionMethods/UnpreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/SessionMethods/UnpreparedQuery.html + - /api/0.11/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 d02422c..9d7d6a0 100644 --- a/api/latest/DB/Statement.md +++ b/api/latest/DB/Statement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Statement.html + - /api/0.11/DB/Statement.html --- \ No newline at end of file diff --git a/api/latest/DB/StatementMethods.md b/api/latest/DB/StatementMethods.md index e9f2cea..c6bf62c 100644 --- a/api/latest/DB/StatementMethods.md +++ b/api/latest/DB/StatementMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/StatementMethods.html + - /api/0.11/DB/StatementMethods.html --- \ No newline at end of file diff --git a/api/latest/DB/StringKeyCache.md b/api/latest/DB/StringKeyCache.md index 90c28f9..3cd5d29 100644 --- a/api/latest/DB/StringKeyCache.md +++ b/api/latest/DB/StringKeyCache.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/StringKeyCache.html + - /api/0.11/DB/StringKeyCache.html --- \ No newline at end of file diff --git a/api/latest/DB/TopLevelTransaction.md b/api/latest/DB/TopLevelTransaction.md index 71c9118..9ad58ba 100644 --- a/api/latest/DB/TopLevelTransaction.md +++ b/api/latest/DB/TopLevelTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/TopLevelTransaction.html + - /api/0.11/DB/TopLevelTransaction.html --- \ No newline at end of file diff --git a/api/latest/DB/Transaction.md b/api/latest/DB/Transaction.md index 09c8e04..bef8e48 100644 --- a/api/latest/DB/Transaction.md +++ b/api/latest/DB/Transaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10/DB/Transaction.html + - /api/0.11/DB/Transaction.html --- \ No newline at end of file diff --git a/api/latest/index.md b/api/latest/index.md index 4a418d1..7a51839 100644 --- a/api/latest/index.md +++ b/api/latest/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.10 + - /api/0.11 --- \ No newline at end of file