-
Re: Int16 column is not displayed with SQLite
I've just uploaded a fix. The driver now supports all the integer types listed in https://www.sqlite.org/datatype3.html Download the IQ driver again and let me know.1 · -
Re: Hierarchical 'My Extensions' possible?
nescafe - you can run multiple instances of LINQPad if you start LINQPad via the executable, rather than double-clicking a .linq file.1 · -
Re: How do I format the output window?
Another option is to request a fixed font on demand, with Util.WithStyle:Util.WithStyle ( <whatever-you-want-to-dump> , "font-family:consolas") You can write this as an extension meth…2 · -
Re: LinqPad single exe
You can do this by including the assemblies as embedded resources and loading them on demand via the AppDomain's AssemblyResolve event. Look at the last code listing on this page: http://www.albahari…2 · -
Re: Linq query not returning the generated SQL results in entity framework object context connection
This should be fixed in LINQPad 5 - can you try running it in LINQPad 5 and confirming?1 ·