DB Driver migration - SQL Server 2012
Open
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:
- Run migration 'yii\queue\db\migrations'
- Run migrate down
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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