Skip to content

Commit

Permalink
Increase buffer size to accomodate SQL Server 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
agios authored and freddy77 committed Nov 16, 2014
1 parent 99ebb90 commit 8f18ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/defncopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ print_results(DBPROCESS *dbproc)

/* bound variables */
enum column_id { ctext=1, number=2 };
char sql_text[8000];
char sql_text[16000];
int sql_text_status;
int procedure_number; /* for create proc abc;2 */
int procedure_number_status;
Expand Down

0 comments on commit 8f18ab9

Please sign in to comment.