[JBoss JIRA] (TEIIDDES-2502) Incorrect transformation reconciliation
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2502?page=com.atlassian.jira.plu... ]
Van Halbert edited comment on TEIIDDES-2502 at 5/15/15 7:22 AM:
----------------------------------------------------------------
It can be duplicated with any 2 tables.
Example with portfolio tables:
SELECT
ACCT.\*, PROD.\*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
Resolves t:
SELECT
Accounts.ACCOUNT AS ACCT.*, Accounts.PRODUCT AS PROD.*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
with error:
ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "ACCT.* "" at line 2, column 37.
Was expecting one of:
"instead" ...
"enabled" ...
"disabled" ...
....
was (Author: van.halbert):
It can be duplicated with any 2 tables.
Example with portfolio tables:
SELECT
ACCT.*, PROD.*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
Resolves t:
SELECT
Accounts.ACCOUNT AS ACCT.*, Accounts.PRODUCT AS PROD.*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
with error:
ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "ACCT.* "" at line 2, column 37.
Was expecting one of:
"instead" ...
"enabled" ...
"disabled" ...
....
> Incorrect transformation reconciliation
> ---------------------------------------
>
> Key: TEIIDDES-2502
> URL: https://issues.jboss.org/browse/TEIIDDES-2502
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling, Transformations
> Affects Versions: 9.0.1
> Environment: 9.0.1.Final-v20150211-1407-B643
> JBDS / Designer on Windows
> Reporter: Tom Johnston
> Assignee: Barry LaFond
>
> SELECT
> proj.\*, act.\*, cm.Field_Num, cm.Identity_Token, f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN Table2 AS proj ON proj.Field_ID = act.Field_ID) LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> "resolves"
> to:
> SELECT
> Table2 AS proj.\*,
> Table1 AS act.\*, cm.Field_Num, cm.Identity_Token,
> f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN
> Table2 AS proj ON proj.Field_ID = act.Field_ID)
> LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN
> Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> with error:
> ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "proj.\* "" at
> line 2, column 54.
> Was expecting one of:
> "instead" ...
> "enabled" ...
> "disabled" ...
> "view" ...
> "key" ...
> "serial" ...
> "textagg" ...
> "count" ...
> "row_number" ...
> "rank" ...
> "dense_rank" ...
> "sum" ...
> "avg" ...
> "min" ...
> "max" ...
> "every" ...
> "stddev_pop" ...
> "stddev_samp" ...
> "var_samp" ...
> "var_pop" ...
> "document" ...
> "content" ...
> "trim" ...
> "empty" ...
> "ordinality" ...
> "path" ...
> "first" ...
> "last" ...
> "next" ...
> "substring" ...
> "extract" ...
> "to_chars" ...
> "to_bytes" ...
> "timestampadd" ...
> "timestampdiff" ...
> "querystring" ...
> "namespace" ...
> "result" ...
> "index" ...
> "accesspattern" ...
> "auto_increment" ...
> "wellformed" ...
> "sql_tsi_frac_second" ...
> "sql_tsi_second" ...
> "sql_tsi_minute" ...
> "sql_tsi_hour" ...
> "sql_tsi_day" ...
> "sql_tsi_week" ...
> "sql_tsi_month" ...
> "sql_tsi_quarter" ...
> "sql_tsi_year" ...
> "texttable" ...
> "arraytable" ...
> "selector" ...
> "skip" ...
> "width" ...
> "passing" ...
> "name" ...
> "encoding" ...
> "columns" ...
> "delimiter" ...
> "quote" ...
> "header" ...
> "nulls" ...
> "objecttable" ...
> "version" ...
> "including" ...
> "excluding" ...
> "xmldeclaration" ...
> "variadic" ...
> "exception" ...
> "raise" ...
> "chain" ...
> "jsonarray_agg" ...
> "jsonobject" ...
> <ID> ...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2502) Incorrect transformation reconciliation
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2502?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-2502:
---------------------------------------
It can be duplicated with any 2 tables.
Example with portfolio tables:
SELECT
ACCT.*, PROD.*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
Resolves t:
SELECT
Accounts.ACCOUNT AS ACCT.*, Accounts.PRODUCT AS PROD.*
FROM
Accounts.ACCOUNT AS ACCT LEFT OUTER JOIN Accounts.PRODUCT AS PROD ON ACCT.ACCOUNT_ID = PROD.ID
with error:
ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "ACCT.* "" at line 2, column 37.
Was expecting one of:
"instead" ...
"enabled" ...
"disabled" ...
....
> Incorrect transformation reconciliation
> ---------------------------------------
>
> Key: TEIIDDES-2502
> URL: https://issues.jboss.org/browse/TEIIDDES-2502
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling, Transformations
> Affects Versions: 9.0.1
> Environment: 9.0.1.Final-v20150211-1407-B643
> JBDS / Designer on Windows
> Reporter: Tom Johnston
> Assignee: Barry LaFond
>
> SELECT
> proj.\*, act.\*, cm.Field_Num, cm.Identity_Token, f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN Table2 AS proj ON proj.Field_ID = act.Field_ID) LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> "resolves"
> to:
> SELECT
> Table2 AS proj.\*,
> Table1 AS act.\*, cm.Field_Num, cm.Identity_Token,
> f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN
> Table2 AS proj ON proj.Field_ID = act.Field_ID)
> LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN
> Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> with error:
> ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "proj.\* "" at
> line 2, column 54.
> Was expecting one of:
> "instead" ...
> "enabled" ...
> "disabled" ...
> "view" ...
> "key" ...
> "serial" ...
> "textagg" ...
> "count" ...
> "row_number" ...
> "rank" ...
> "dense_rank" ...
> "sum" ...
> "avg" ...
> "min" ...
> "max" ...
> "every" ...
> "stddev_pop" ...
> "stddev_samp" ...
> "var_samp" ...
> "var_pop" ...
> "document" ...
> "content" ...
> "trim" ...
> "empty" ...
> "ordinality" ...
> "path" ...
> "first" ...
> "last" ...
> "next" ...
> "substring" ...
> "extract" ...
> "to_chars" ...
> "to_bytes" ...
> "timestampadd" ...
> "timestampdiff" ...
> "querystring" ...
> "namespace" ...
> "result" ...
> "index" ...
> "accesspattern" ...
> "auto_increment" ...
> "wellformed" ...
> "sql_tsi_frac_second" ...
> "sql_tsi_second" ...
> "sql_tsi_minute" ...
> "sql_tsi_hour" ...
> "sql_tsi_day" ...
> "sql_tsi_week" ...
> "sql_tsi_month" ...
> "sql_tsi_quarter" ...
> "sql_tsi_year" ...
> "texttable" ...
> "arraytable" ...
> "selector" ...
> "skip" ...
> "width" ...
> "passing" ...
> "name" ...
> "encoding" ...
> "columns" ...
> "delimiter" ...
> "quote" ...
> "header" ...
> "nulls" ...
> "objecttable" ...
> "version" ...
> "including" ...
> "excluding" ...
> "xmldeclaration" ...
> "variadic" ...
> "exception" ...
> "raise" ...
> "chain" ...
> "jsonarray_agg" ...
> "jsonobject" ...
> <ID> ...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2515) With resolution 1024x768 is section for Generated SQL statement too small
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2515?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2515.
------------------------------------
Resolution: Done
> With resolution 1024x768 is section for Generated SQL statement too small
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2515
> URL: https://issues.jboss.org/browse/TEIIDDES-2515
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.1, 8.6.2 Beta2, 9.0.2 Beta2, 9.0.2, 8.6.2
>
> Attachments: Screen Shot 2015-05-11 at 12.56.06 PM.png
>
>
> Resolution 1024*768
> See screenshot.
> It looks like the section for Generated SQL statement can be bigger, there is some space left. I know there is a scrollbar, but enlarging would be better for users with this resolution in my opinion. Is it possible to enlarge the section ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2515) With resolution 1024x768 is section for Generated SQL statement too small
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2515?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2515:
-----------------------------------
Fix Version/s: 8.6.2 Beta2
8.6.2
> With resolution 1024x768 is section for Generated SQL statement too small
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2515
> URL: https://issues.jboss.org/browse/TEIIDDES-2515
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.1, 8.6.2 Beta2, 9.0.2 Beta2, 9.0.2, 8.6.2
>
> Attachments: Screen Shot 2015-05-11 at 12.56.06 PM.png
>
>
> Resolution 1024*768
> See screenshot.
> It looks like the section for Generated SQL statement can be bigger, there is some space left. I know there is a scrollbar, but enlarging would be better for users with this resolution in my opinion. Is it possible to enlarge the section ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2515) With resolution 1024x768 is section for Generated SQL statement too small
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2515?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-2515 at 5/14/15 12:49 PM:
------------------------------------------------------------------
The nature of these wizards, unfortunately, includes some dead-space near the bottom of the panel on each page.
I've added vertical & horizontal scroll bars to each page to allow viewing content in lower resolution screens.
master: https://github.com/Teiid-Designer/teiid-designer/commit/efa668be0cf768232...
9.0.x: https://github.com/Teiid-Designer/teiid-designer/commit/88f45cd2b7e3ff4d5...
8.6.x: https://github.com/Teiid-Designer/teiid-designer/commit/478ed6c05a2dc83fb...
was (Author: blafond):
The nature of these wizards, unfortunately, includes some dead-space near the bottom of the panel on each page.
I've added vertical & horizontal scroll bars to each page to allow viewing content in lower resolution screens.
master: https://github.com/Teiid-Designer/teiid-designer/commit/efa668be0cf768232...
9.0.x: https://github.com/Teiid-Designer/teiid-designer/commit/88f45cd2b7e3ff4d5...
> With resolution 1024x768 is section for Generated SQL statement too small
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2515
> URL: https://issues.jboss.org/browse/TEIIDDES-2515
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.1, 8.6.2 Beta2, 9.0.2 Beta2, 9.0.2, 8.6.2
>
> Attachments: Screen Shot 2015-05-11 at 12.56.06 PM.png
>
>
> Resolution 1024*768
> See screenshot.
> It looks like the section for Generated SQL statement can be bigger, there is some space left. I know there is a scrollbar, but enlarging would be better for users with this resolution in my opinion. Is it possible to enlarge the section ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2520) Teiid Connection Import fails when model name is set before model location
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2520?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2520.
------------------------------------
Assignee: Barry LaFond
Resolution: Done
> Teiid Connection Import fails when model name is set before model location
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-2520
> URL: https://issues.jboss.org/browse/TEIIDDES-2520
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.2 Beta1
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Fix For: 9.1, 8.6.2 Beta2, 9.0.2 Beta2, 9.0.2, 8.6.2
>
>
> When going through the Teiid Connection Import wizard, setting model name before selecting the model project on the _Select the target model for the import_ page causes the import to fail. This happens when no model project was previously selected.
> When a model project is already selected, changing the model project on that page, after setting the model name, causes the new model to be created in the wrong project.
> Selecting the model project first and then setting the model name does not cause any of these issues.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2520) Teiid Connection Import fails when model name is set before model location
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2520?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2520:
-----------------------------------
Fix Version/s: 8.6.2 Beta2
8.6.2
> Teiid Connection Import fails when model name is set before model location
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-2520
> URL: https://issues.jboss.org/browse/TEIIDDES-2520
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.2 Beta1
> Reporter: Andrej Šmigala
> Fix For: 9.1, 8.6.2 Beta2, 9.0.2 Beta2, 9.0.2, 8.6.2
>
>
> When going through the Teiid Connection Import wizard, setting model name before selecting the model project on the _Select the target model for the import_ page causes the import to fail. This happens when no model project was previously selected.
> When a model project is already selected, changing the model project on that page, after setting the model name, causes the new model to be created in the wrong project.
> Selecting the model project first and then setting the model name does not cause any of these issues.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2502) Incorrect transformation reconciliation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2502?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2502:
----------------------------------------
I was able to copy/paste your SQL into a transformation and NOT end up with a parsing error, so....
Under the assumption that Tom copy/pasted the TEXT into the T-Editor.... I'm guessing it might be an issue with the copied/pasted TEXT string on the clipboard. Could there be any hidden, OS-specific characters?
If you didn't copy/paste, then I don't have a good guess.
1) Can you attach a project set that should result in the error?
> Incorrect transformation reconciliation
> ---------------------------------------
>
> Key: TEIIDDES-2502
> URL: https://issues.jboss.org/browse/TEIIDDES-2502
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling, Transformations
> Affects Versions: 9.0.1
> Environment: 9.0.1.Final-v20150211-1407-B643
> JBDS / Designer on Windows
> Reporter: Tom Johnston
> Assignee: Barry LaFond
>
> SELECT
> proj.\*, act.\*, cm.Field_Num, cm.Identity_Token, f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN Table2 AS proj ON proj.Field_ID = act.Field_ID) LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> "resolves"
> to:
> SELECT
> Table2 AS proj.\*,
> Table1 AS act.\*, cm.Field_Num, cm.Identity_Token,
> f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN
> Table2 AS proj ON proj.Field_ID = act.Field_ID)
> LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN
> Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> with error:
> ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "proj.\* "" at
> line 2, column 54.
> Was expecting one of:
> "instead" ...
> "enabled" ...
> "disabled" ...
> "view" ...
> "key" ...
> "serial" ...
> "textagg" ...
> "count" ...
> "row_number" ...
> "rank" ...
> "dense_rank" ...
> "sum" ...
> "avg" ...
> "min" ...
> "max" ...
> "every" ...
> "stddev_pop" ...
> "stddev_samp" ...
> "var_samp" ...
> "var_pop" ...
> "document" ...
> "content" ...
> "trim" ...
> "empty" ...
> "ordinality" ...
> "path" ...
> "first" ...
> "last" ...
> "next" ...
> "substring" ...
> "extract" ...
> "to_chars" ...
> "to_bytes" ...
> "timestampadd" ...
> "timestampdiff" ...
> "querystring" ...
> "namespace" ...
> "result" ...
> "index" ...
> "accesspattern" ...
> "auto_increment" ...
> "wellformed" ...
> "sql_tsi_frac_second" ...
> "sql_tsi_second" ...
> "sql_tsi_minute" ...
> "sql_tsi_hour" ...
> "sql_tsi_day" ...
> "sql_tsi_week" ...
> "sql_tsi_month" ...
> "sql_tsi_quarter" ...
> "sql_tsi_year" ...
> "texttable" ...
> "arraytable" ...
> "selector" ...
> "skip" ...
> "width" ...
> "passing" ...
> "name" ...
> "encoding" ...
> "columns" ...
> "delimiter" ...
> "quote" ...
> "header" ...
> "nulls" ...
> "objecttable" ...
> "version" ...
> "including" ...
> "excluding" ...
> "xmldeclaration" ...
> "variadic" ...
> "exception" ...
> "raise" ...
> "chain" ...
> "jsonarray_agg" ...
> "jsonobject" ...
> <ID> ...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2502) Incorrect transformation reconciliation
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2502?page=com.atlassian.jira.plu... ]
Tom Johnston edited comment on TEIIDDES-2502 at 5/14/15 11:31 AM:
------------------------------------------------------------------
Van, you are correct.
The copy/paste issue was simply when logging the issue.
What I was logging was the invalid sql that resulted from a valid sql being entered as a transformation sql.
was (Author: virtualdatabase):
Van, you are correct.
The copy/paste issue was simply when logging the issue.
What I was loging was the invalid sql that resulted from a valid sql being entered as a transformation sql.
> Incorrect transformation reconciliation
> ---------------------------------------
>
> Key: TEIIDDES-2502
> URL: https://issues.jboss.org/browse/TEIIDDES-2502
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling, Transformations
> Affects Versions: 9.0.1
> Environment: 9.0.1.Final-v20150211-1407-B643
> JBDS / Designer on Windows
> Reporter: Tom Johnston
> Assignee: Barry LaFond
>
> SELECT
> proj.\*, act.\*, cm.Field_Num, cm.Identity_Token, f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN Table2 AS proj ON proj.Field_ID = act.Field_ID) LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> "resolves"
> to:
> SELECT
> Table2 AS proj.\*,
> Table1 AS act.\*, cm.Field_Num, cm.Identity_Token,
> f.Plant_Num
> FROM
> ((Table1 AS act LEFT OUTER JOIN
> Table2 AS proj ON proj.Field_ID = act.Field_ID)
> LEFT OUTER JOIN Table3 AS f ON f.Field_ID = act.Field_ID) INNER JOIN
> Table4 AS cm ON cm.Contract_ID = f.Contract_ID
> ORDER BY act.Crop_Year
> with error:
> ERROR: Error in parsing of sql - Encountered " <ALL_IN_GROUP> "proj.\* "" at
> line 2, column 54.
> Was expecting one of:
> "instead" ...
> "enabled" ...
> "disabled" ...
> "view" ...
> "key" ...
> "serial" ...
> "textagg" ...
> "count" ...
> "row_number" ...
> "rank" ...
> "dense_rank" ...
> "sum" ...
> "avg" ...
> "min" ...
> "max" ...
> "every" ...
> "stddev_pop" ...
> "stddev_samp" ...
> "var_samp" ...
> "var_pop" ...
> "document" ...
> "content" ...
> "trim" ...
> "empty" ...
> "ordinality" ...
> "path" ...
> "first" ...
> "last" ...
> "next" ...
> "substring" ...
> "extract" ...
> "to_chars" ...
> "to_bytes" ...
> "timestampadd" ...
> "timestampdiff" ...
> "querystring" ...
> "namespace" ...
> "result" ...
> "index" ...
> "accesspattern" ...
> "auto_increment" ...
> "wellformed" ...
> "sql_tsi_frac_second" ...
> "sql_tsi_second" ...
> "sql_tsi_minute" ...
> "sql_tsi_hour" ...
> "sql_tsi_day" ...
> "sql_tsi_week" ...
> "sql_tsi_month" ...
> "sql_tsi_quarter" ...
> "sql_tsi_year" ...
> "texttable" ...
> "arraytable" ...
> "selector" ...
> "skip" ...
> "width" ...
> "passing" ...
> "name" ...
> "encoding" ...
> "columns" ...
> "delimiter" ...
> "quote" ...
> "header" ...
> "nulls" ...
> "objecttable" ...
> "version" ...
> "including" ...
> "excluding" ...
> "xmldeclaration" ...
> "variadic" ...
> "exception" ...
> "raise" ...
> "chain" ...
> "jsonarray_agg" ...
> "jsonobject" ...
> <ID> ...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months