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

Commit7bba7a5

Browse files
author
Hiroshi Inoue
committed
Sorry my previous change was a mistake.
1 parent54329ac commit7bba7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/odbc/convert.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,12 +893,12 @@ copy_statement_with_parameters(StatementClass *stmt)
893893
break;
894894

895895
caseSQL_C_DOUBLE:
896-
sprintf(param_string,"%15g",
896+
sprintf(param_string,"%.15g",
897897
*((SDOUBLE*)buffer));
898898
break;
899899

900900
caseSQL_C_FLOAT:
901-
sprintf(param_string,"%6g",
901+
sprintf(param_string,"%.6g",
902902
*((SFLOAT*)buffer));
903903
break;
904904

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp