publishing redirect latest -> 0.8

This commit is contained in:
Brian J. Cardiff 2019-12-11 17:41:22 -03:00
parent 69aec4c483
commit e9ebc9d958
40 changed files with 49 additions and 37 deletions

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB.html - /api/0.8/DB.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Any.html - /api/0.8/DB/Any.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/BeginTransaction.html - /api/0.8/DB/BeginTransaction.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Connection.html - /api/0.8/DB/Connection.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/ConnectionContext.html - /api/0.8/DB/ConnectionContext.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/ConnectionLost.html - /api/0.8/DB/ConnectionLost.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/ConnectionRefused.html - /api/0.8/DB/ConnectionRefused.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Database.html - /api/0.8/DB/Database.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Disposable.html - /api/0.8/DB/Disposable.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Driver.html - /api/0.8/DB/Driver.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/DriverSpecs.html - /api/0.8/DB/DriverSpecs.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/DriverSpecs/ColumnDef.html - /api/0.8/DB/DriverSpecs/ColumnDef.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Error.html - /api/0.8/DB/Error.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/ExecResult.html - /api/0.8/DB/ExecResult.html
--- ---

4
api/latest/DB/Field.md Normal file
View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.8/DB/Field.html
---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Mappable.html - /api/0.8/DB/Mappable.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/MappingException.html - /api/0.8/DB/MappingException.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Pool.html - /api/0.8/DB/Pool.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Pool/Stats.html - /api/0.8/DB/Pool/Stats.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Pool/TimeoutHelper.html - /api/0.8/DB/Pool/TimeoutHelper.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/PoolPreparedStatement.html - /api/0.8/DB/PoolPreparedStatement.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/PoolRetryAttemptsExceeded.html - /api/0.8/DB/PoolRetryAttemptsExceeded.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/PoolStatement.html - /api/0.8/DB/PoolStatement.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/PoolTimeout.html - /api/0.8/DB/PoolTimeout.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/PoolUnpreparedStatement.html - /api/0.8/DB/PoolUnpreparedStatement.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/QueryMethods.html - /api/0.8/DB/QueryMethods.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/ResultSet.html - /api/0.8/DB/ResultSet.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Rollback.html - /api/0.8/DB/Rollback.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/SavePointTransaction.html - /api/0.8/DB/SavePointTransaction.html
--- ---

View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.8/DB/Serializable.html
---

View file

@ -0,0 +1,4 @@
---
redirect_to:
- /api/0.8/DB/Serializable/NonStrict.html
---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/SessionMethods.html - /api/0.8/DB/SessionMethods.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/SessionMethods/PreparedQuery.html - /api/0.8/DB/SessionMethods/PreparedQuery.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/SessionMethods/UnpreparedQuery.html - /api/0.8/DB/SessionMethods/UnpreparedQuery.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Statement.html - /api/0.8/DB/Statement.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/StatementMethods.html - /api/0.8/DB/StatementMethods.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/StringKeyCache.html - /api/0.8/DB/StringKeyCache.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/TopLevelTransaction.html - /api/0.8/DB/TopLevelTransaction.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7/DB/Transaction.html - /api/0.8/DB/Transaction.html
--- ---

View file

@ -1,4 +1,4 @@
--- ---
redirect_to: redirect_to:
- /api/0.7 - /api/0.8
--- ---