publishing redirect latest -> 0.12

This commit is contained in:
Brian J. Cardiff 2023-06-23 17:59:11 -03:00
parent f5e778b53b
commit e3860d1d6f
50 changed files with 62 additions and 46 deletions

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/404.html
- /api/0.12/404.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB.html
- /api/0.12/DB.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Any.html
- /api/0.12/DB/Any.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/BeginTransaction.html
- /api/0.12/DB/BeginTransaction.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ColumnTypeMismatchError.html
- /api/0.12/DB/ColumnTypeMismatchError.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Connection.html
- /api/0.12/DB/Connection.html
---

View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.12/DB/Connection/Options.html
---

View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.12/DB/ConnectionBuilder.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ConnectionContext.html
- /api/0.12/DB/ConnectionContext.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ConnectionLost.html
- /api/0.12/DB/ConnectionLost.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ConnectionRefused.html
- /api/0.12/DB/ConnectionRefused.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Database.html
- /api/0.12/DB/Database.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Disposable.html
- /api/0.12/DB/Disposable.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Driver.html
- /api/0.12/DB/Driver.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/DriverSpecs.html
- /api/0.12/DB/DriverSpecs.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/DriverSpecs/ColumnDef.html
- /api/0.12/DB/DriverSpecs/ColumnDef.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Error.html
- /api/0.12/DB/Error.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ExecResult.html
- /api/0.12/DB/ExecResult.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Field.html
- /api/0.12/DB/Field.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Mappable.html
- /api/0.12/DB/Mappable.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/MappingException.html
- /api/0.12/DB/MappingException.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/MetadataValueConverter.html
- /api/0.12/DB/MetadataValueConverter.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/NoResultsError.html
- /api/0.12/DB/NoResultsError.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Pool.html
- /api/0.12/DB/Pool.html
---

View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.12/DB/Pool/Options.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Pool/Stats.html
- /api/0.12/DB/Pool/Stats.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Pool/TimeoutHelper.html
- /api/0.12/DB/Pool/TimeoutHelper.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolPreparedStatement.html
- /api/0.12/DB/PoolPreparedStatement.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolResourceLost.html
- /api/0.12/DB/PoolResourceLost.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolResourceRefused.html
- /api/0.12/DB/PoolResourceRefused.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolRetryAttemptsExceeded.html
- /api/0.12/DB/PoolRetryAttemptsExceeded.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolStatement.html
- /api/0.12/DB/PoolStatement.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolTimeout.html
- /api/0.12/DB/PoolTimeout.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/PoolUnpreparedStatement.html
- /api/0.12/DB/PoolUnpreparedStatement.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/QueryMethods.html
- /api/0.12/DB/QueryMethods.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/ResultSet.html
- /api/0.12/DB/ResultSet.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Rollback.html
- /api/0.12/DB/Rollback.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/SavePointTransaction.html
- /api/0.12/DB/SavePointTransaction.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Serializable.html
- /api/0.12/DB/Serializable.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Serializable/NonStrict.html
- /api/0.12/DB/Serializable/NonStrict.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/SessionMethods.html
- /api/0.12/DB/SessionMethods.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/SessionMethods/PreparedQuery.html
- /api/0.12/DB/SessionMethods/PreparedQuery.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/SessionMethods/UnpreparedQuery.html
- /api/0.12/DB/SessionMethods/UnpreparedQuery.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Statement.html
- /api/0.12/DB/Statement.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/StatementMethods.html
- /api/0.12/DB/StatementMethods.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/StringKeyCache.html
- /api/0.12/DB/StringKeyCache.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/TopLevelTransaction.html
- /api/0.12/DB/TopLevelTransaction.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11/DB/Transaction.html
- /api/0.12/DB/Transaction.html
---

4
api/latest/Enum.md Normal file
View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.12/Enum.html
---

View file

@ -1,4 +1,4 @@
---
redirect_to:
- /api/0.11
- /api/0.12
---