? Pending

User tests: Successful: Unsuccessful:

avatar byungwook-kim
byungwook-kim
29 Jun 2018

Pull Request for Issue # .

Summary of Changes

A new database driver is added for CUBRID (is a open source DBMS)
The most of added driver is for qualified name of keyword columns using on SQL.

Testing Instructions

Successful Installation

Expected result

Successful sample data operation.

Actual result

Successful sample data operation.

Documentation Changes Required

Documents for database has to be updated for a new CUBRID driver.

avatar byungwook-kim byungwook-kim - open - 29 Jun 2018
avatar byungwook-kim byungwook-kim - change - 29 Jun 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Jun 2018
Category Administration com_admin SQL com_associations com_banners com_categories com_config com_content com_fields com_finder com_languages com_menus
avatar byungwook-kim byungwook-kim - change - 29 Jun 2018
Labels Added: ?
avatar brianteeman
brianteeman - comment - 29 Jun 2018

We use quote and quotename and not the shortcuts q and qn

avatar brianteeman
brianteeman - comment - 29 Jun 2018

Having looked closely into what cubrid is I am not convinced that it is something we support. We are already dropping support of mssql due to the lack of users and available testing etc. Do we really think we can support another even more obscure db .

@byungwook-kim convince us

avatar byungwook-kim
byungwook-kim - comment - 4 Jul 2018

I don't know the reason for the following error in processing CI-Appveyor/PR
It occurs on only PHP 7.1.9 not any PHP 5 or PHP 7 version.

  1. JCacheStorageCacheliteTest::testCacheTimeout
    [00:03:03] Some data should be available in lifetime.
    [00:03:03] Failed asserting that false matches expected 'testData'.
    [00:03:03]
    [00:03:03] C:\projects\joomla-cms\tests\unit\core\case\cache.php:121
    [00:03:03] C:\projects\joomla-cms\tests\unit\suites\libraries\joomla\cache\storage\JCacheStorageCacheliteTest.php:67
    [00:03:03]
    [00:03:03] FAILURES!
avatar brianteeman
brianteeman - comment - 22 Jul 2018

Thank you for this PR. As I stated before I really dont think this is something we can accept as it will not be maintainable by anyone else as no one is using this database

avatar brianteeman brianteeman - change - 22 Jul 2018
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2018-07-22 09:33:24
Closed_By brianteeman
avatar brianteeman brianteeman - close - 22 Jul 2018
avatar HLeithner
HLeithner - comment - 22 Jul 2018

@byungwook-kim This is any really interesting PR, but as brain already mentioned its not so easy to get a new database driver in to Joomla. Especially not in a minor version while we are trying to get the next major version out of the door.

Also the correct place for the database driver is at https://github.com/joomla-framework/database

Anyway I would like to ask @mbabker and @wilsonge about there opinion on a way getting 3rd party database driver working with Joomla.

Add a Comment

Login with GitHub to post a comment