avatar brianteeman
brianteeman
23 May 2015

Trying to install with postgres

Error inserting pull request data into the database: SQL=INSERT INTO otnhu_patchtester_pulls ....

avatar brianteeman brianteeman - open - 23 May 2015
avatar brianteeman
brianteeman - comment - 23 May 2015

Sorry should have said - it installs fine - that error is from when you are fetching Github Data

avatar mbabker
mbabker - comment - 23 May 2015

Chased this down to an issue with a description being longer than the column allows. Descriptions should be getting truncated to 100 characters with JHtmlString::truncateComplex() and the column allows a max of 150 characters, but the description for joomla/joomla-cms#6773 ended up at 170 characters.

    {
        "length": 170,
        "description": "## PR Summary\r\n\r\nIn display method of many backend controllers, we are having this code:\r\n\r\n````php\r\n$this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID',..."
    },
avatar mbabker mbabker - close - 23 May 2015
avatar mbabker mbabker - change - 23 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-23 15:02:01
Closed_By mbabker
avatar mbabker mbabker - close - 23 May 2015
avatar brianteeman
brianteeman - comment - 23 May 2015

Great
On 23 May 2015 16:02, "Michael Babker" notifications@github.com wrote:

Closed #95 #95
via aa4106f
aa4106f
.


Reply to this email directly or view it on GitHub
#95 (comment)
.

Add a Comment

Login with GitHub to post a comment