Quantcast
Channel: CodingClues - Latest Comments in The SQuirreL 100 rows problem

Re: The SQuirreL 100 rows problem

$
0
0

You can change how many or rows are displayed for table contents by :

File -> New Session Properties -> Object Tree -> Contents - Limit Rows (100 is the default)

You can remove this truncating behavior altogether if you uncheck the box. After you click ok, any new session will have the setting applied.

Rob


Re: The SQuirreL 100 rows problem

$
0
0

This solution, which appears to be the way to disable the rows, doesn't work. I've tried quitting squirrel and going back in, but the 100 rows limit still exists.

Re: The SQuirreL 100 rows problem

$
0
0

Sure? For me, the solution posted by squirreldev worked.

Re: The SQuirreL 100 rows problem

$
0
0

In the file C:\Documents and Settings\<user>\.squirrel-sql\prefs.xml Change the tag called <sqllimitrows> to 'false'

<sqllimitrows>false</sqllimitrows>

Re: The SQuirreL 100 rows problem

$
0
0

rather in File -> New Session Properties ->SQL- SQL results-Limit rows