Hi there,
has there anything been done to to support postgresql with FUEL? I've seen a request from 2010, but no follow ups ..
as far as i can see, fuel/application/core/MY_DB_postgre_driver.php and fuel/application/core/MY_DB_postgre_result.php would have to be provided, MY_Model.php would have to be slightly adjusted, and SimplePie would be not supported in big parts as it doesn't use CI at all but directly the php mysql api, is that correct or are there other places ?
Are there any unit/regression tests against the FUEL mysql driver extensions that could be used to test the new driver?
Comments
What you listed sounds about right. I actually wasn't aware of SimplePie so that's good to know. We currently don't have any unit tests that are useable for the driver extensions.
I'm a bit short on time right now, but this is definitly on my list, so i'll probably hack something together sooner or later. Let me know if you want the patch. Would be cool if someone picks up the burden of writing a set of tests, would harden the drivers ( i have seen sqlight3 requests) and is the right way (tm) anyway :-)