You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Filipe Manana (JIRA)" <ji...@apache.org> on 2010/05/21 11:15:17 UTC

[jira] Created: (COUCHDB-774) jquery.couch.js, function fullCommit bug on trunk

jquery.couch.js, function fullCommit bug on trunk
-------------------------------------------------

                 Key: COUCHDB-774
                 URL: https://issues.apache.org/jira/browse/COUCHDB-774
             Project: CouchDB
          Issue Type: Bug
            Reporter: Filipe Manana
         Attachments: jquery.couch.js.patch

The function fullCommit(options) should check that the options argument is defined before attempting to access its properties, avoiding an undefined reference error.

I get that error ocassionaly when running the JavaScript test suite.

The following patch fixes it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-774) jquery.couch.js, function fullCommit bug on trunk

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-774.
--------------------------------

    Fix Version/s: 1.0
       Resolution: Fixed

Fixed in r947336.

> jquery.couch.js, function fullCommit bug on trunk
> -------------------------------------------------
>
>                 Key: COUCHDB-774
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-774
>             Project: CouchDB
>          Issue Type: Bug
>            Reporter: Filipe Manana
>             Fix For: 1.0
>
>         Attachments: jquery.couch.js.patch
>
>
> The function fullCommit(options) should check that the options argument is defined before attempting to access its properties, avoiding an undefined reference error.
> I get that error ocassionaly when running the JavaScript test suite.
> The following patch fixes it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-774) jquery.couch.js, function fullCommit bug on trunk

Posted by "Filipe Manana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filipe Manana updated COUCHDB-774:
----------------------------------

    Attachment: jquery.couch.js.patch

the simple patch

> jquery.couch.js, function fullCommit bug on trunk
> -------------------------------------------------
>
>                 Key: COUCHDB-774
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-774
>             Project: CouchDB
>          Issue Type: Bug
>            Reporter: Filipe Manana
>         Attachments: jquery.couch.js.patch
>
>
> The function fullCommit(options) should check that the options argument is defined before attempting to access its properties, avoiding an undefined reference error.
> I get that error ocassionaly when running the JavaScript test suite.
> The following patch fixes it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.