-
Re: REQUEST : Replace "GO" with appropriate provider "batch-delimiter".
Can I ask for what reason? The 'GO' keyword is not sent to the database server - it's parsed by the LINQPad client and then each batch is sent separately to the server. So it will work with any back-…1 · -
Re: "Fetching schema" message when no database code is being exercised
It makes a difference to error checking and autocompletion. Additional types and members become available when a connection is enabled. If there's an unresolved type or member in your script, it can'…1 · -
Re: "Fetching schema" message when no database code is being exercised
Regarding emailing you when a reply is posted, try Edit Profile > Notification Preferences.1 · -
Re: Macro to identifier LINQPad/Visual Studio?
#if LINQPAD (all uppercase.) You can add #if NETCORE to determine whether you're running LINQPad under .NET Core (i.e., LINQPad 6 rather than LINQPad 5).1 · -
Re: "Fetching schema" message when no database code is being exercised
In the toolbar, there's a dropdown for the connection. If you set that to something, it will try to fetch the schema for that database. I can only guess that you might have accidentally set this. You…1 ·