[GitHub] metamodel pull request #122: METAMODEL-1109: FixedWidthReader diacritics bug...

2016-08-08 Thread jhorcicka
Github user jhorcicka commented on a diff in the pull request: https://github.com/apache/metamodel/pull/122#discussion_r73830409 --- Diff: fixedwidth/src/main/java/org/apache/metamodel/fixedwidth/FixedWidthReader.java --- @@ -43,6 +47,7 @@ private final boolean _constantW

[GitHub] metamodel pull request #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-08 Thread jhorcicka
GitHub user jhorcicka opened a pull request: https://github.com/apache/metamodel/pull/123 METAMODEL- Empty string treatment in Oracle Fixes Oracle '' = null problem. In OracleQueryRewriter empty string operand is reaplaced by null. You can merge this pull request into a Git re

[GitHub] metamodel issue #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-08 Thread kaspersorensen
Github user kaspersorensen commented on the issue: https://github.com/apache/metamodel/pull/123 I wonder if this rule applies to all String-based data types in Oracle. Do we have any documentation to back it up? I could find references of this anomaly for `VARCHAR` and `VARCHAR2`, so

New confluence wiki for MetaModel

2016-08-08 Thread Kasper Sørensen
Hi all, We have a brand new wiki for Apache MetaModel, which I hope will be a worthy new home for our living documentation. As you may know, we (and Apache Infra) where facing quite a lot of maintenance/performance issues with the MoinMoin based wiki, so it's now time for us to embrace Confluence

Re: New confluence wiki for MetaModel

2016-08-08 Thread Alberto Rodriguez
Hi Kasper, Could you please grant me access? I'll help in any way I can. Kind regards, Alberto 2016-08-09 7:46 GMT+02:00 Kasper Sørensen : > Hi all, > > We have a brand new wiki for Apache MetaModel, which I hope will be a > worthy new home for our living documentation. As you may know, we (an

Re: New confluence wiki for MetaModel

2016-08-08 Thread Kasper Sørensen
Yes, but I think you need to have an account first, I couldn't find you. Confluence is not connected automagically to your Apache accounts. You have to register manually first. 2016-08-08 22:59 GMT-07:00 Alberto Rodriguez : > Hi Kasper, > > Could you please grant me access? I'll help in any way

Salesforce Data Context Authentication

2016-08-08 Thread Vijay Kumar Jalagari
Hi, is username and password is mandatory to connect Salesforce data context ? Can we use the salesforce Oauth authentication ? Regards, Vijay Kumar J

Re: New confluence wiki for MetaModel

2016-08-08 Thread Alberto Rodriguez
I'm in! My username is ardlema Thank you! 2016-08-09 8:12 GMT+02:00 Kasper Sørensen : > Yes, but I think you need to have an account first, I couldn't find you. > > Confluence is not connected automagically to your Apache accounts. You have > to register manually first. > > 2016-08-08 22:59 GMT-

[GitHub] metamodel issue #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-08 Thread jhorcicka
Github user jhorcicka commented on the issue: https://github.com/apache/metamodel/pull/123 According to https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#i3253 I tried CHAR, NCHAR, CLOB, NCLOB, VARCHAR2 and NVARCHAR2. In these cases when an empty string was assigned