Skip to content

Commit

Permalink
[APIS-964] 11.3 Driver Conformance Test - ODBC (#71)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/APIS-964

- updated CCI driver (commit-id:d1ab94fab746429f356679667f924e726473fa02)
- modify test server for sync to cpp test (localhost -> test-db-sever)
  • Loading branch information
hwany7seo authored Sep 18, 2023
1 parent e29c68e commit f19ae18
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTest/UnitTest/UnitIssueCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace UnitTest
public partial class TestCases
{
private static readonly string connString =
"Driver={CUBRID Driver Unicode};server=localhost;port=33000;uid=dba;pwd=;db_name=demodb;charset=utf-8;";
"Driver={CUBRID Driver Unicode};server=test-db-server;port=33000;uid=dba;pwd=;db_name=demodb;charset=utf-8;";
private static OdbcConnection conn = new OdbcConnection();

public static void TestCase_init()
Expand Down
Binary file modified cci/lib32/cas_cci_14.lib
Binary file not shown.
Binary file modified cci/lib32/cas_cci_d_14.lib
Binary file not shown.
Binary file modified cci/lib64/cas_cci_14.lib
Binary file not shown.
Binary file modified cci/lib64/cas_cci_d_14.lib
Binary file not shown.

0 comments on commit f19ae18

Please sign in to comment.