zendframework / ZendQueue

BSD 3-Clause "New" or "Revised" License
14 stars 24 forks source link

Problems on ZendQueue\Adapter\Db #15

Open igormx opened 11 years ago

igormx commented 11 years ago

I dunno if i have my fork updated but in ZendQueue\Adapter\Db i am seeing a couple of problems, for example its using Zend\Db\Select instead Zend\Db\Sql\Select and uses the constant Select::FOR_UPDATE that in Zend\Db\Sql\Select doesn't exist anymore.

igormx commented 11 years ago

Move the use sentence from Zend\Db\Select to Zend\Db\Sql\Select isn't a big deal, but i don't have any idea what to do about the constant Select::FOR_UPDATE that is used many times on ZendQueue\Adapter\Db.php.