yiisoft / yiisoft/yii2-queue

DB Driver migration - SQL Server 2012

Open
#215 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

driver:db type:bug
Dominant language
PHP
Stars
1.1k
Forks
285
Avg merge
5d 3h
Merged PRs (30d)
2

Description

I have been able to consistently reproduce this error within SQL Server 2012.

            "name": "yiisoft/yii2-queue",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii2-queue.git",
                "reference": "8c2b337f7d9ea934c2affdfc21c9fb387d0a0773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/8c2b337f7d9ea934c2affdfc21c9fb387d0a0773",
                "reference": "8c2b337f7d9ea934c2affdfc21c9fb387d0a0773",
                "shasum": ""
            },

Steps:

  1. Run migration 'yii\queue\db\migrations'
  2. Run migrate down
error

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure in SQL Server 2012 using the yii\queue\db\migrations migration entry point, then run migrate down as described. Inspect the migration and its database-specific behavior; done means both migration up and migration down complete successfully on SQL Server 2012.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, sql
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.