-
Re: Result size
Click the 'Results to Grids' button and re-run your query. The grids don't have any limitation, apart from available memory. Another option is to use the Util.WriteCsv method in the latest beta to wr… (View Post) -
Re: Huge time difference observed when linq execution in Linqpad and VisualStudio Output window
I have started the stopwatch just before the Linq query statement, and stopped immediately after the linq statement. Then it's not a fair comparison. A lot of the cold-startup overhead is *before* th… (View Post) -
Re: Remove ILSpy from Linqpad install?
I've just tested blocking it via group policy and it works fine: https://www.technipages.com/prevent-users-from-running-certain-programs Add ILSpy.exe to the blocked programs list, and LINQPad won't … (View Post) -
vi mode - experimental build
I've just uploaded an experimental build with basic vi emulation: X86: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5.zip AnyCPU: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5-AnyCPU.zip… (View Post) -
Re: InvalidOperationException when using IQ driver with Oracle Connection
Does the table that you're selecting have any associations? (Look for hyperlinks in the schema explorer). If so, how are the tables related? Is it possible that the primary key of one table is an Int… (View Post)