Hi soushi,
Where can I take a look into the sources of the PDO version?
Because I am working on bringing Evo up with ezSQL, I would like to see what was done there.
Gone away and found a better place to stay
This progress sounds so exciting.
Thanks to all for doing such an awesome job and for keeping the Evo improvements rolling.
I love your work.
Thank you soushi, for sharing the source, as I'm currently running into a problem running ezSQL, because it returns arrays instead of objects, I would have to rewrite some more code.
There is also a some work to do, because the installer must be changed, that one uses direct MySQL connections, instead of the DBAPI class.
At the beginning of this thread we had a discussion about PDO, or not. I feared, that it might bring some trouble with end users, as that happened to Revo using PDO.
Gone away and found a better place to stay
I just merged the branch 1.1.dev.japanese into the 1.1.dev branch and fixed the conflicts, which was only say yes to a change of the big Japanese commits.
Our current main branch 1.1.dev is working, one can install the sample page and I've found no problems working with an installation.
Therefore, the huge amount of changes by the Japanese community have arrived to a reunion of code
Gone away and found a better place to stay
At the moment I'm going to merge my code cleaning with the the changes by the Japanese community.
There is a problem, because the order of the functions in the class DocumentParser class is changed. That does mean, that I have to merge the changes manually. This work will take some time.
I really prefer to stay with the original order, because that way it is easer to see the changes in the source history. There might be situations, when one needs to compare current and older code. I think that staying with the original order is the better solution.
Gone away and found a better place to stay