From 409ecbb2bf6b5cc4488bb6a30415d0373bd9df0e Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 10 Apr 2017 13:48:40 -0300 Subject: [PATCH] publishing redirect 0.4 -> 0.4.1 --- api/0.4/DB.md | 2 +- api/0.4/DB/Any.md | 2 +- api/0.4/DB/BeginTransaction.md | 2 +- api/0.4/DB/Connection.md | 2 +- api/0.4/DB/ConnectionContext.md | 2 +- api/0.4/DB/ConnectionLost.md | 2 +- api/0.4/DB/ConnectionRefused.md | 2 +- api/0.4/DB/Database.md | 2 +- api/0.4/DB/Disposable.md | 2 +- api/0.4/DB/Driver.md | 2 +- api/0.4/DB/DriverSpecs.md | 4 ++++ api/0.4/DB/DriverSpecs/ColumnDef.md | 4 ++++ api/0.4/DB/Error.md | 2 +- api/0.4/DB/ExecResult.md | 2 +- api/0.4/DB/Mappable.md | 2 +- api/0.4/DB/MappingException.md | 2 +- api/0.4/DB/Pool.md | 2 +- api/0.4/DB/Pool/TimeoutHelper.md | 2 +- api/0.4/DB/PoolPreparedStatement.md | 2 +- api/0.4/DB/PoolRetryAttemptsExceeded.md | 2 +- api/0.4/DB/PoolStatement.md | 2 +- api/0.4/DB/PoolTimeout.md | 2 +- api/0.4/DB/PoolUnpreparedStatement.md | 2 +- api/0.4/DB/QueryMethods.md | 2 +- api/0.4/DB/ResultSet.md | 2 +- api/0.4/DB/Rollback.md | 2 +- api/0.4/DB/SavePointTransaction.md | 2 +- api/0.4/DB/SessionMethods.md | 2 +- api/0.4/DB/SessionMethods/PreparedQuery.md | 2 +- api/0.4/DB/SessionMethods/UnpreparedQuery.md | 2 +- api/0.4/DB/Statement.md | 2 +- api/0.4/DB/StatementMethods.md | 2 +- api/0.4/DB/StringKeyCache.md | 2 +- api/0.4/DB/TopLevelTransaction.md | 2 +- api/0.4/DB/Transaction.md | 2 +- api/0.4/index.md | 2 +- 36 files changed, 42 insertions(+), 34 deletions(-) create mode 100644 api/0.4/DB/DriverSpecs.md create mode 100644 api/0.4/DB/DriverSpecs/ColumnDef.md diff --git a/api/0.4/DB.md b/api/0.4/DB.md index 14f67c2..0c1d199 100644 --- a/api/0.4/DB.md +++ b/api/0.4/DB.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB.html + - /api/0.4.1/DB.html --- \ No newline at end of file diff --git a/api/0.4/DB/Any.md b/api/0.4/DB/Any.md index 738ed2e..9fb90e1 100644 --- a/api/0.4/DB/Any.md +++ b/api/0.4/DB/Any.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Any.html + - /api/0.4.1/DB/Any.html --- \ No newline at end of file diff --git a/api/0.4/DB/BeginTransaction.md b/api/0.4/DB/BeginTransaction.md index fb0472c..55122bb 100644 --- a/api/0.4/DB/BeginTransaction.md +++ b/api/0.4/DB/BeginTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/BeginTransaction.html + - /api/0.4.1/DB/BeginTransaction.html --- \ No newline at end of file diff --git a/api/0.4/DB/Connection.md b/api/0.4/DB/Connection.md index 1b24748..37ff782 100644 --- a/api/0.4/DB/Connection.md +++ b/api/0.4/DB/Connection.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Connection.html + - /api/0.4.1/DB/Connection.html --- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionContext.md b/api/0.4/DB/ConnectionContext.md index d812daf..0f7c9f8 100644 --- a/api/0.4/DB/ConnectionContext.md +++ b/api/0.4/DB/ConnectionContext.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/ConnectionContext.html + - /api/0.4.1/DB/ConnectionContext.html --- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionLost.md b/api/0.4/DB/ConnectionLost.md index b194139..090e7fc 100644 --- a/api/0.4/DB/ConnectionLost.md +++ b/api/0.4/DB/ConnectionLost.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/ConnectionLost.html + - /api/0.4.1/DB/ConnectionLost.html --- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionRefused.md b/api/0.4/DB/ConnectionRefused.md index 53776ca..19a99b8 100644 --- a/api/0.4/DB/ConnectionRefused.md +++ b/api/0.4/DB/ConnectionRefused.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/ConnectionRefused.html + - /api/0.4.1/DB/ConnectionRefused.html --- \ No newline at end of file diff --git a/api/0.4/DB/Database.md b/api/0.4/DB/Database.md index 4d418aa..48cc650 100644 --- a/api/0.4/DB/Database.md +++ b/api/0.4/DB/Database.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Database.html + - /api/0.4.1/DB/Database.html --- \ No newline at end of file diff --git a/api/0.4/DB/Disposable.md b/api/0.4/DB/Disposable.md index aa8746f..27b2e2b 100644 --- a/api/0.4/DB/Disposable.md +++ b/api/0.4/DB/Disposable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Disposable.html + - /api/0.4.1/DB/Disposable.html --- \ No newline at end of file diff --git a/api/0.4/DB/Driver.md b/api/0.4/DB/Driver.md index a8ae6ac..d2782ec 100644 --- a/api/0.4/DB/Driver.md +++ b/api/0.4/DB/Driver.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Driver.html + - /api/0.4.1/DB/Driver.html --- \ No newline at end of file diff --git a/api/0.4/DB/DriverSpecs.md b/api/0.4/DB/DriverSpecs.md new file mode 100644 index 0000000..6da1d81 --- /dev/null +++ b/api/0.4/DB/DriverSpecs.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.1/DB/DriverSpecs.html +--- \ No newline at end of file diff --git a/api/0.4/DB/DriverSpecs/ColumnDef.md b/api/0.4/DB/DriverSpecs/ColumnDef.md new file mode 100644 index 0000000..3f162b5 --- /dev/null +++ b/api/0.4/DB/DriverSpecs/ColumnDef.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.1/DB/DriverSpecs/ColumnDef.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Error.md b/api/0.4/DB/Error.md index ec70c97..0f2d12c 100644 --- a/api/0.4/DB/Error.md +++ b/api/0.4/DB/Error.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Error.html + - /api/0.4.1/DB/Error.html --- \ No newline at end of file diff --git a/api/0.4/DB/ExecResult.md b/api/0.4/DB/ExecResult.md index cc3565f..39ccc33 100644 --- a/api/0.4/DB/ExecResult.md +++ b/api/0.4/DB/ExecResult.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/ExecResult.html + - /api/0.4.1/DB/ExecResult.html --- \ No newline at end of file diff --git a/api/0.4/DB/Mappable.md b/api/0.4/DB/Mappable.md index de2a8a9..b35ae46 100644 --- a/api/0.4/DB/Mappable.md +++ b/api/0.4/DB/Mappable.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Mappable.html + - /api/0.4.1/DB/Mappable.html --- \ No newline at end of file diff --git a/api/0.4/DB/MappingException.md b/api/0.4/DB/MappingException.md index db39971..d849ee0 100644 --- a/api/0.4/DB/MappingException.md +++ b/api/0.4/DB/MappingException.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/MappingException.html + - /api/0.4.1/DB/MappingException.html --- \ No newline at end of file diff --git a/api/0.4/DB/Pool.md b/api/0.4/DB/Pool.md index 3d08b21..4cf5f25 100644 --- a/api/0.4/DB/Pool.md +++ b/api/0.4/DB/Pool.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Pool.html + - /api/0.4.1/DB/Pool.html --- \ No newline at end of file diff --git a/api/0.4/DB/Pool/TimeoutHelper.md b/api/0.4/DB/Pool/TimeoutHelper.md index 4c2b3dc..0f071d7 100644 --- a/api/0.4/DB/Pool/TimeoutHelper.md +++ b/api/0.4/DB/Pool/TimeoutHelper.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Pool/TimeoutHelper.html + - /api/0.4.1/DB/Pool/TimeoutHelper.html --- \ No newline at end of file diff --git a/api/0.4/DB/PoolPreparedStatement.md b/api/0.4/DB/PoolPreparedStatement.md index 164144e..5e17edb 100644 --- a/api/0.4/DB/PoolPreparedStatement.md +++ b/api/0.4/DB/PoolPreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/PoolPreparedStatement.html + - /api/0.4.1/DB/PoolPreparedStatement.html --- \ No newline at end of file diff --git a/api/0.4/DB/PoolRetryAttemptsExceeded.md b/api/0.4/DB/PoolRetryAttemptsExceeded.md index 8c2c1c3..543c0db 100644 --- a/api/0.4/DB/PoolRetryAttemptsExceeded.md +++ b/api/0.4/DB/PoolRetryAttemptsExceeded.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/PoolRetryAttemptsExceeded.html + - /api/0.4.1/DB/PoolRetryAttemptsExceeded.html --- \ No newline at end of file diff --git a/api/0.4/DB/PoolStatement.md b/api/0.4/DB/PoolStatement.md index 6632535..5665edb 100644 --- a/api/0.4/DB/PoolStatement.md +++ b/api/0.4/DB/PoolStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/PoolStatement.html + - /api/0.4.1/DB/PoolStatement.html --- \ No newline at end of file diff --git a/api/0.4/DB/PoolTimeout.md b/api/0.4/DB/PoolTimeout.md index 730e229..4c84820 100644 --- a/api/0.4/DB/PoolTimeout.md +++ b/api/0.4/DB/PoolTimeout.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/PoolTimeout.html + - /api/0.4.1/DB/PoolTimeout.html --- \ No newline at end of file diff --git a/api/0.4/DB/PoolUnpreparedStatement.md b/api/0.4/DB/PoolUnpreparedStatement.md index 9fbe30d..32ba819 100644 --- a/api/0.4/DB/PoolUnpreparedStatement.md +++ b/api/0.4/DB/PoolUnpreparedStatement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/PoolUnpreparedStatement.html + - /api/0.4.1/DB/PoolUnpreparedStatement.html --- \ No newline at end of file diff --git a/api/0.4/DB/QueryMethods.md b/api/0.4/DB/QueryMethods.md index 5ff897a..e72e3bf 100644 --- a/api/0.4/DB/QueryMethods.md +++ b/api/0.4/DB/QueryMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/QueryMethods.html + - /api/0.4.1/DB/QueryMethods.html --- \ No newline at end of file diff --git a/api/0.4/DB/ResultSet.md b/api/0.4/DB/ResultSet.md index 84e4b93..713389a 100644 --- a/api/0.4/DB/ResultSet.md +++ b/api/0.4/DB/ResultSet.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/ResultSet.html + - /api/0.4.1/DB/ResultSet.html --- \ No newline at end of file diff --git a/api/0.4/DB/Rollback.md b/api/0.4/DB/Rollback.md index d316aed..0faaf6d 100644 --- a/api/0.4/DB/Rollback.md +++ b/api/0.4/DB/Rollback.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Rollback.html + - /api/0.4.1/DB/Rollback.html --- \ No newline at end of file diff --git a/api/0.4/DB/SavePointTransaction.md b/api/0.4/DB/SavePointTransaction.md index 5ae58d5..7737072 100644 --- a/api/0.4/DB/SavePointTransaction.md +++ b/api/0.4/DB/SavePointTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/SavePointTransaction.html + - /api/0.4.1/DB/SavePointTransaction.html --- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods.md b/api/0.4/DB/SessionMethods.md index 2c4bea2..0ae5570 100644 --- a/api/0.4/DB/SessionMethods.md +++ b/api/0.4/DB/SessionMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/SessionMethods.html + - /api/0.4.1/DB/SessionMethods.html --- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods/PreparedQuery.md b/api/0.4/DB/SessionMethods/PreparedQuery.md index 9e05f42..ad129bf 100644 --- a/api/0.4/DB/SessionMethods/PreparedQuery.md +++ b/api/0.4/DB/SessionMethods/PreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/SessionMethods/PreparedQuery.html + - /api/0.4.1/DB/SessionMethods/PreparedQuery.html --- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods/UnpreparedQuery.md b/api/0.4/DB/SessionMethods/UnpreparedQuery.md index 1e71b19..a3b348b 100644 --- a/api/0.4/DB/SessionMethods/UnpreparedQuery.md +++ b/api/0.4/DB/SessionMethods/UnpreparedQuery.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/SessionMethods/UnpreparedQuery.html + - /api/0.4.1/DB/SessionMethods/UnpreparedQuery.html --- \ No newline at end of file diff --git a/api/0.4/DB/Statement.md b/api/0.4/DB/Statement.md index 3c916e0..2155922 100644 --- a/api/0.4/DB/Statement.md +++ b/api/0.4/DB/Statement.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Statement.html + - /api/0.4.1/DB/Statement.html --- \ No newline at end of file diff --git a/api/0.4/DB/StatementMethods.md b/api/0.4/DB/StatementMethods.md index 24324e9..1ee139a 100644 --- a/api/0.4/DB/StatementMethods.md +++ b/api/0.4/DB/StatementMethods.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/StatementMethods.html + - /api/0.4.1/DB/StatementMethods.html --- \ No newline at end of file diff --git a/api/0.4/DB/StringKeyCache.md b/api/0.4/DB/StringKeyCache.md index 558d82b..40b21a5 100644 --- a/api/0.4/DB/StringKeyCache.md +++ b/api/0.4/DB/StringKeyCache.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/StringKeyCache.html + - /api/0.4.1/DB/StringKeyCache.html --- \ No newline at end of file diff --git a/api/0.4/DB/TopLevelTransaction.md b/api/0.4/DB/TopLevelTransaction.md index 0197ffb..ffdddd4 100644 --- a/api/0.4/DB/TopLevelTransaction.md +++ b/api/0.4/DB/TopLevelTransaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/TopLevelTransaction.html + - /api/0.4.1/DB/TopLevelTransaction.html --- \ No newline at end of file diff --git a/api/0.4/DB/Transaction.md b/api/0.4/DB/Transaction.md index 78d89ab..37b526d 100644 --- a/api/0.4/DB/Transaction.md +++ b/api/0.4/DB/Transaction.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0/DB/Transaction.html + - /api/0.4.1/DB/Transaction.html --- \ No newline at end of file diff --git a/api/0.4/index.md b/api/0.4/index.md index 05526b4..670099e 100644 --- a/api/0.4/index.md +++ b/api/0.4/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - /api/0.4.0 + - /api/0.4.1 --- \ No newline at end of file