-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a data type to represent data service output. #15
Milestone
Comments
Added with PR: #1908 |
djkevincr
pushed a commit
to djkevincr/ballerina
that referenced
this issue
May 25, 2017
…ector Add Amazon s3 connector
chamil321
pushed a commit
to chamil321/ballerina
that referenced
this issue
Sep 19, 2017
…nnector Upgrade HTTP tests according to the new implementation
sameerajayasoma
pushed a commit
that referenced
this issue
Mar 22, 2018
Add streaming implementation version-2
nadeeshaan
pushed a commit
to nadeeshaan/ballerina
that referenced
this issue
Oct 5, 2018
nadeeshaan
pushed a commit
to nadeeshaan/ballerina
that referenced
this issue
Oct 5, 2018
…adrutnam-patch-1 Fix typo in line ballerina-platform#15
Anoukh
pushed a commit
to Anoukh/ballerina-lang
that referenced
this issue
Nov 4, 2018
Code Analyzer for new Match stmt
hasithaa
pushed a commit
that referenced
this issue
Jan 17, 2019
srsharon
pushed a commit
to srsharon/ballerina-lang
that referenced
this issue
May 10, 2019
Add styling for types
NipunaMarcus
referenced
this issue
in NipunaMarcus/ballerina
Feb 14, 2020
Fix Language Server Failing Test Cases
sinthuja
pushed a commit
to sinthuja/ballerina-lang
that referenced
this issue
Jun 12, 2020
pcnfernando
pushed a commit
that referenced
this issue
Sep 11, 2020
CharukaK
pushed a commit
to CharukaK/ballerina
that referenced
this issue
Apr 8, 2021
…tion-type LS extension to get type info of given expression
gimantha
pushed a commit
that referenced
this issue
Nov 4, 2022
Remove client decl statment related code action tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a type to represent the data services output. Sanjiva suggested to use table as a type name. Basically, this table is a wrapper of iterator which wraps a SQL result set.
The text was updated successfully, but these errors were encountered: