[jira] [Commented] (GROOVY-8082) Groovy sql.rows returns org.postgresql.util.PSQLException: No hstore extension installed

2017-02-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860842#comment-15860842 ] Paul King commented on GROOVY-8082: --- You could argue that this isn't a bug but a misuse of the api.

[jira] [Commented] (GROOVY-8082) Groovy sql.rows returns org.postgresql.util.PSQLException: No hstore extension installed

2017-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860838#comment-15860838 ] ASF GitHub Bot commented on GROOVY-8082: GitHub user paulk-asert opened a pull request:

[GitHub] groovy pull request #495: GROOVY-8082: Groovy sql.rows returns org.postgresq...

2017-02-09 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/495 GROOVY-8082: Groovy sql.rows returns org.postgresql.util.PSQLExceptio… …n: No hstore extension installed You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (GROOVY-8085) Exception in "finally" not caught by outer "try"

2017-02-09 Thread Craig Silverstein (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859972#comment-15859972 ] Craig Silverstein commented on GROOVY-8085: --- Hmm, I tried 4 different javas: {code}

[jira] [Commented] (GROOVY-8085) Exception in "finally" not caught by outer "try"

2017-02-09 Thread Craig Silverstein (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859966#comment-15859966 ] Craig Silverstein commented on GROOVY-8085: --- Hmm, that looks right to me. I tried running

[GitHub] groovy pull request #494: Safe number parsing methods for more convenient XM...

2017-02-09 Thread mortensoby
GitHub user mortensoby opened a pull request: https://github.com/apache/groovy/pull/494 Safe number parsing methods for more convenient XML parsing with GPat… The following results in af NumberFormatException: xml.'**'.find{it.name()` == 'someBigDecimal'}.toBigDecimal() if

[GitHub] groovy pull request #493: Safe number parsing methods for more convenient XM...

2017-02-09 Thread mortensoby
GitHub user mortensoby opened a pull request: https://github.com/apache/groovy/pull/493 Safe number parsing methods for more convenient XML parsing Added ``` toBigInteger() toBigDecimal() toDouble() toBigLong() toBigFloat() ``` To _groovy.util.Node_