-
Notifications
You must be signed in to change notification settings - Fork 814
Unit test for ZF-1.12.7 (issue #378 & #381) #383
Conversation
…ts with ordering direction or condition
|
Tests are failing on Travis? |
|
It's just that those failures are not the kind I would have expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
param $adapter shouldn't be here (or in other tests)
|
@mhujer @weierophinney I fixed the unit tests, I sent a PR to @DragonBe, https://github.com/DragonBe/zf1/pull/1. Basically the |
|
oh dang! yes, they were taken from my example test… but since we have tests here per adapter, it was not necessary to provide a Let me take the pull request for fix and check the code again to see where I injected the |
Fix/unit test #378
|
Ok, test now pass on Travis. Great for Zend Framework, not so much for our use cases… Will need to check where our applications break upon, must be something between Zend_Db_Select and our logic. Will add a profiler on our "special" queries to see where things go crazy. Updates pending on this issue. |
Unit test for ZF-1.12.7 (issue #378 & #381) regarding select statements with ordering direction, multiple order fields and conditional ordering.