Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BE534200B40 for ; Thu, 16 Jun 2016 11:14:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD660160A52; Thu, 16 Jun 2016 09:14:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3FF94160A60 for ; Thu, 16 Jun 2016 11:14:06 +0200 (CEST) Received: (qmail 23699 invoked by uid 500); 16 Jun 2016 09:14:05 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 23675 invoked by uid 99); 16 Jun 2016 09:14:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 09:14:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 36E4E2C1F5C for ; Thu, 16 Jun 2016 09:14:05 +0000 (UTC) Date: Thu, 16 Jun 2016 09:14:05 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3324) .NET: LINQPad Data Context Driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Jun 2016 09:14:06 -0000 Pavel Tupitsyn created IGNITE-3324: -------------------------------------- Summary: .NET: LINQPad Data Context Driver Key: IGNITE-3324 URL: https://issues.apache.org/jira/browse/IGNITE-3324 Project: Ignite Issue Type: New Feature Components: platforms Affects Versions: 1.6 Reporter: Pavel Tupitsyn Priority: Minor LINQPad can be extended with a custom Data Context Driver: http://www.linqpad.net/Extensibility.aspx With SQL databases, this displays a tree view (top left) of databases, tables, columns, and allows easy strongly-typed queries, as well as raw SQL queries in some cases. In our case, I imagine the following: * User connects to the grid with our Ignite LINQPad Driver * List of queryable entities is displayed (one per QueryEntity) - for SQL and LINQ queries * Separate list of all caches is displayed (regardless of query configuration) - for LINQ-to-objects and other raw cache operations (in binary mode only) This is a low priority integration, but nice and fun one. -- This message was sent by Atlassian JIRA (v6.3.4#6332)