mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
1) Fix SQLForeignKeys() in multibyte mode.
2) Fix a bug with NUMERIC scale in case of Parse statement option. 3) Remove a no longer needed loop in CC_send_query(). Hiroshi Inoue
This commit is contained in:
@ -131,6 +131,7 @@ typedef struct
|
||||
{
|
||||
TABLE_INFO *ti; /* resolve to explicit table names */
|
||||
int precision;
|
||||
int scale;
|
||||
int display_size;
|
||||
int length;
|
||||
int type;
|
||||
|
Reference in New Issue
Block a user