mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
- Added Dave patch for Informix handling of numeric/int conversion.
- Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types.
This commit is contained in:
@@ -14,7 +14,7 @@ main()
|
||||
interval iv1;
|
||||
char *text;
|
||||
exec sql end declare section;
|
||||
Date date2;
|
||||
date date2;
|
||||
int mdy[3] = { 4, 19, 1998 };
|
||||
char *fmt, *out, *in;
|
||||
char *d1 = "Mon Jan 17 1966";
|
||||
|
||||
@@ -6,7 +6,7 @@ int
|
||||
main()
|
||||
{
|
||||
char *text="error\n";
|
||||
Numeric *value1, *value2, *res;
|
||||
numeric *value1, *value2, *res;
|
||||
exec sql begin declare section;
|
||||
numeric(14,7) des = {0, 0, 0, 0, 0, NULL, NULL} ;
|
||||
exec sql end declare section;
|
||||
|
||||
Reference in New Issue
Block a user