Skip to content

Commit

Permalink
revert nameLen change
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuszsompolski authored and mkleehammer committed Aug 16, 2021
1 parent 7eb0ca8 commit 24e0cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static bool create_name_map(Cursor* cur, SQLSMALLINT field_count, bool lower)

bool success = false;
PyObject *desc = 0, *colmap = 0, *colinfo = 0, *type = 0, *index = 0, *nullable_obj=0;
SQLSMALLINT nameLen = 700;
SQLSMALLINT nameLen = 300;
ODBCCHAR *szName = NULL;
SQLRETURN ret;

Expand Down

0 comments on commit 24e0cca

Please sign in to comment.