https://github.com/joomla/joomla-platform/pull/900
There are still a few holes but we'd like a bit of helper testing and
finalising the changes. The highlights include:
* A new database factory
* Moving the database connectors into a "drivers" folder
* Added oracle and pdo drivers
* Moving queries, exporters and importers into their own folders
There are a couple of other additions in the mix as well as a heap of
legacy support. If you are making corrections I'd appreciate it if
you make all your changes in a local branch and I can pull from there.
There are likely a lot of small things to fix and it will save time
that way.
I will try to add to the developer manual this week as well as,
hopefully, quite a few people help with the spit and polish. Extra
help with unit test code coverage would also be greatly appreciated.
Thanks in advance. If you have any questions, please ask.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla 1.7 developers
- One to correct the class name of the drivers in
JDatabaseDriver::getConnectors()
- One to reapply a change made to JDatabase(Driver)Sqlsrv::getVersion() in
#830
I'm waiting this pull request to be merged, so I'll refactor my
PostgreSQL driver on a clean branch.
Eng. Gabriele Pongelli.
> I'm waiting this pull request to be merged, so I'll refactor my
> PostgreSQL driver on a clean branch.
Merged. Jenkins should push it to master in about 15 minutes if all goes well.
Rouven
ok, tomorrow I'll create a new branch starting from actual master,
adding my postgresql classes, and then I'll submit another clean pull
request.
Eng. Gabriele Pongelli.
Gabriele that will be great if you can get the postgres driver done.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
It worked before last changes (folder, class names, new interfaces),
now I've to update to last changes happened these weeks.
I'll do my best to finish soon.
Eng. Gabriele Pongelli.
@Louis
I've watched pdo driver, but sincerely now I'm confident of my work
(I've tested it with PHPUnit, installing CMS and doing
platform-examples too) and refactor it means that I'll have to spend
time on this task, and I haven't .
Maybe I'll change in future, but not now, sorry.
Eng. Gabriele Pongelli.
Pull request sent:
#916 about adding subqueries support in FROM and INSERT INTO query element
#917 about PostgreSQL driver.
Eng. Gabriele Pongelli.