first commit for openGauss connect odbc code
This commit is contained in:
10
odbc-test-gauss/connect-test.c
Normal file
10
odbc-test-gauss/connect-test.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
test_connect();
|
||||
test_disconnect();
|
||||
}
|
Reference in New Issue
Block a user