Skip to content

Commit

Permalink
Address design meeting feedback
Browse files Browse the repository at this point in the history
An arbitrary decision about an arbitrary number
  • Loading branch information
bricelam committed May 16, 2023
1 parent 9626596 commit e892fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ protected virtual void InferClrTypes(DbConnection connection, DatabaseTable tabl
commandText
.Append(" FROM (SELECT * FROM ")
.Append(DelimitIdentifier(table.Name))
.Append(" LIMIT 131072)");
.Append(" LIMIT 65537)");

command.CommandText = commandText.ToString();

Expand Down

0 comments on commit e892fd5

Please sign in to comment.