Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72f3b9f

Browse files
committed
More cleanups.
1 parent9c891ac commit72f3b9f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

‎src/interfaces/odbc/connection.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
typedefenum
3131
{
32-
CONN_NOT_CONNECTED,/* Connection has not been established */
33-
CONN_CONNECTED,/* Connection is up and has been
34-
* established */
35-
CONN_DOWN,/* Connection is broken */
36-
CONN_EXECUTING/* the connection is currently executing a
37-
* statement */
32+
CONN_NOT_CONNECTED,/* Connection has not been established */
33+
CONN_CONNECTED,/* Connection is up and has been
34+
* established */
35+
CONN_DOWN,/* Connection is broken */
36+
CONN_EXECUTING/* the connection is currently executing a
37+
* statement */
3838
}CONN_Status;
3939

4040
/*These errors have general sql error state */

‎src/interfaces/odbc/isql.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ typedef signed short RETCODE;
3030
#defineSQL_MAX_DSN_LENGTH32
3131

3232
/* return code */
33-
#defineSQL_INVALID_HANDLE(-2)
34-
#defineSQL_ERROR(-1)
35-
#defineSQL_SUCCESS0
36-
#defineSQL_SUCCESS_WITH_INFO1
37-
#defineSQL_NO_DATA_FOUND100
33+
#defineSQL_INVALID_HANDLE(-2)
34+
#defineSQL_ERROR(-1)
35+
#defineSQL_SUCCESS0
36+
#defineSQL_SUCCESS_WITH_INFO1
37+
#defineSQL_NO_DATA_FOUND100
3838

3939
/* standard SQL datatypes (agree with ANSI type numbering) */
4040
#defineSQL_CHAR1

‎src/interfaces/odbc/isqlext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128

129129
#defineSQL_API_SQLDRIVERS71
130130
#defineSQL_API_SQLBINDPARAMETER72
131-
#defineSQL_EXT_API_LAST SQL_API_SQLBINDPARAMETER
132-
#defineSQL_NUM_EXTENSIONS(SQL_EXT_API_LAST - SQL_EXT_API_START + 1)
131+
#defineSQL_EXT_API_LASTSQL_API_SQLBINDPARAMETER
132+
#defineSQL_NUM_EXTENSIONS(SQL_EXT_API_LAST - SQL_EXT_API_START + 1)
133133

134134
#defineSQL_API_ALL_FUNCTIONS0
135135

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp