[
https://issues.jboss.org/browse/TEIID-5725?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-5725:
---------------------------------------
I do not like this trail and error principle.
Teiid Designer was the path for helping with editing. Ideally we'll explore VS Code
for VDB authoring in the near term.
Is the SQL syntax implemented in TEIID something custom?
The procedure language was developed many years ago loosely based upon pl/sql, and also
influenced by SQL Server (select into, option clause, etc.).
I have red in the docs it would adhere to sql-92 syntax
The DML part follows SQL 92 and later closely. Newer elements of the procedure language
followed the spec more closely, but ultimately it's custom.
Please improve documentation on definition of stored procedures,
virtual functions and virtual procedures
---------------------------------------------------------------------------------------------------------
Key: TEIID-5725
URL:
https://issues.jboss.org/browse/TEIID-5725
Project: Teiid
Issue Type: Enhancement
Reporter: Christoph John
Assignee: Steven Hawkins
Priority: Critical
I refer to the discussion with Ramesh in
https://developer.jboss.org/message/989048#989048 and would like to ask for a more
detailed explanation on how to write virtual procedures and functions.
-Especially, how are OUT and INOUT params set and how can they be obtained via odata.
- How is the return value of a virtual function set?
- How are collections and arrays of collections returned?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)