Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bdfde2b3
Commit
bdfde2b3
authored
Dec 29, 2008
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finally the last test.
parent
3c82099c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/interfaces/ecpg/test/expected/connect-test1.c
src/interfaces/ecpg/test/expected/connect-test1.c
+3
-3
No files found.
src/interfaces/ecpg/test/expected/connect-test1.c
View file @
bdfde2b3
...
@@ -26,10 +26,10 @@ main(void)
...
@@ -26,10 +26,10 @@ main(void)
#line 16 "test1.pgc"
#line 16 "test1.pgc"
char
db
[
200
]
;
char
db
[
200
]
;
#line 17 "test1.pgc"
#line 17 "test1.pgc"
char
pw
[
200
]
;
char
pw
[
200
]
;
/* exec sql end declare section */
/* exec sql end declare section */
#line 18 "test1.pgc"
#line 18 "test1.pgc"
...
@@ -39,7 +39,7 @@ main(void)
...
@@ -39,7 +39,7 @@ main(void)
{
ECPGconnect
(
__LINE__
,
0
,
"connectdb"
,
NULL
,
NULL
,
"main"
,
0
);
}
{
ECPGconnect
(
__LINE__
,
0
,
"connectdb"
,
NULL
,
NULL
,
"main"
,
0
);
}
#line 22 "test1.pgc"
#line 22 "test1.pgc"
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
0
,
ECPGst_normal
,
"alter user connectuser
encrypted password 'connectpw'"
,
ECPGt_EOIT
,
ECPGt_EORT
);}
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
0
,
ECPGst_normal
,
"alter user connectuser encrypted password 'connectpw'"
,
ECPGt_EOIT
,
ECPGt_EORT
);}
#line 23 "test1.pgc"
#line 23 "test1.pgc"
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment