1205 results found
-
Autoclosing connnection to DB
(useful when I have to drop and recreate DB often)
1 vote -
run current command
Thanks for AMAZING productivity tool. I would like a feature to run only the command at cursor (not all commands on page). Suggested invocation - right-click context menu option and/or [Alt/Ctrl] + F5.
7 votes -
Add option to expand wildcards in SQL
VS 2010 Premium or Ultimate has a refactor feature (http://msdn.microsoft.com/en-us/library/dd193416.aspx) for SQL that allows the expansion of wildcards such that:
TableA
{
Col1 int
Col2 int
Col3 int
}select * from TableA could be refactored into:
select [t0].Col1, [t0].Col2, [t0].Col3 from TableA [t0]
Much of the time I will start out writing the select * from TableA statement and later need to go back and define out the columns.
3 votes -
Add PowerShell and autoComplete
Make Powershell a part of LinqPad. Make autocomplite for powershell and make suport for the lang.
15 votes -
Script data in tables as a function
A function that autoscripts the data of particular (selected) table(s) into a SQL formatting. It would help me to completely get SQL Enterprise Mngr out... Now I do this via "select database", Tasks, Generate Scripts, Select Advanced button and change the types of data to script to: Schema and Data.
1 vote -
2 votes
-
linqpad as a portable app
Right now I don't see a way to portabalize the app. All of the main config data, connections, app plugins, etc. save into the AppData folder. It would be nice to have an option to have these all save to a subdir of the executable so you could move the app between systems and have all of your settings, connections, plugins, etc. intact.
248 votes -
autocomplete data-entry on "Additional Namespace Imports" tab using info from the assemblies on the "Additional References" tab.
Typing namespaces is error prone and not validated on the Additional-Namespace-Imports tab. In loading the the "Additional References" assemblies, the namespaces (including spelling and character-casing) could be auto-completed to their correct values. I forgot the case of one character in the namespace, and my only clue was that intellisense wasn't picking up the classes that I expected in the namespace I had mistyped.
9 votes -
1 vote
-
Option to format DateTime using the Round-trip pattern. Ex 6/15/2009 1:45:30 PM -> 2012-01-31T10:45:30.0900023
This will help to compare the CTI exact time (including nanoseconds) with the Insert events start and end times, very useful to have an understanding what is going on, thanks, LINQ pad is a very useful tool.
1 vote -
Add the ability to toggle "My Queries" and "Samples" as favorites
I'm getting a large collection of files in "My Queries". The "Organize..." button helps but it would be great if the files in the trees had stars icon that I could click on to toggle as favourite scripts. Perhaps a third tab named "Favourites" that lists them all together?
LINQPad rocks!
4 votes -
Physical DB Data Model View
I found LINQPad can also support SQL command query and this does make helps sometimes. However, the left-up view can only show the entity model, it's will be more helpful if this view can also show the physical data model like many other SQL tools show. By referring this physical data model we can make correct SQL commands more easily.
1 vote -
Database rename renames the connection.
Right clicking on the database and selecting Rename actually brings the window to rename the connection and not the database. So, either the context menu for the database needs to be fixed, or the renaming of the database should be allowed. Otherwise it is misleading.
1 vote -
Provide support for this Select overload
groups1.OrderBy(x=>x.Key).Select((x, ixc)=> new {Iter = ixc, GroupName = x.Key})
2 votes -
line numbers when editing Stored Proc (beta 4.37.11 has it for queries)
Line numbers are present in a beta release , but only for new Query windows and not when viewing/editing Stored Procs in a DB.
0 votes -
Bug...v4.37.9... Util.GetPassword() ... running on Win 7 64 Ent..... UnauthorizedAccessException: Access to the path '<User>\AppData\Local\L
Bug?...v4.37.9... Util.GetPassword() ... running on Win 7 64 Ent..... UnauthorizedAccessException: Access to the path '<User>\AppData\Local\LINQPad\Passwords' is denied. When trying to save password. Have tried running as admin too.
1 vote -
Offer a trial for premium features
I want to send a link to my team and have them test drive premium for a few days. If they like it, we want to buy a bunch of licenses. A trial offer that lets us use it in real development for a few days is critical.
108 votes -
Integrate with GitHub (gist)
Many LINQPad scripts are short blocks of code that would be useful to a wider community if shared.
Sharing a LINQ 'script' as a Gist on GitHub means you get versioning/change management and social sharing. You can get the top LINQ 'scripts' written by others and share your own. Others can comment on your scripts / fork them etc.
Perhaps it could be implemented as another "Tab" next to "My Queries" and Samples, called "My Gists".
9 votes -
Linq to Collections, DataSet and Objects
Provide support for Linq to Collections, Linq to DataSet, Linq to XSD and Linq to Objects.
1 vote -
Be able to add connections to Xml Files
In the Add Connection pane, one should be able to add a connection which allows you to browse to an Xml File (or any file that has an Xml File structure even) and thereby be able to use Linq to Xml to query from that Xml File.
19 votes
- Don't see your idea?