Re: [Qgis-developer] QgisSQL plugin

2011-06-09 Thread Martin Spott
Aju Ajusito wrote:

> - Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in
> windows, maybe in linux with UnixODBC) databases

FreeTDS _without_ ODBC !?  ;-)

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QgisSQL plugin

2011-06-08 Thread Anita Graser
Hi Aju,

How is your plugin different from e.g. RT SQL Layer plugin?

Are you aware that there is work going on in this year's Google Summer of
Code:
http://www.google-melange.com/gsoc/project/google/gsoc2011/brushtyler/15001

It sounds like duplicated effort.

Best wishes,
Anita


On Thu, Jun 9, 2011 at 6:42 AM, Aju Ajusito  wrote:

> Hello Qgis developers
>
> I was working in a C++ plugin for interact with SQL databases and vector
> layers,
> the plugin is something like a "generic SQL" interpreter.
>
> The interpreter language is created with the help of the C++ version of the
> parser generator Coco/R,
> and I hope that could be extended to a more rich and complex language.
>
> At the moment the plugin capabilities are:
> - Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in
> windows, maybe in linux with UnixODBC) databases
> - Persistent save of created connections and queries.
> - Association of saved queries to a vector layer.
> - Copy tables from a database to other (testing).
>
> The project source and some precompiled libs are hosted at google code in
> the girs project
> http://code.google.com/p/girs/
>
> Some features are not already enabled.
>
> Please take a look
> Observations are welcome
>
> Pedro
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QgisSQL plugin

2011-06-08 Thread Aju Ajusito
Hello Qgis developers

I was working in a C++ plugin for interact with SQL databases and vector
layers,
the plugin is something like a "generic SQL" interpreter.

The interpreter language is created with the help of the C++ version of the
parser generator Coco/R,
and I hope that could be extended to a more rich and complex language.

At the moment the plugin capabilities are:
- Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in
windows, maybe in linux with UnixODBC) databases
- Persistent save of created connections and queries.
- Association of saved queries to a vector layer.
- Copy tables from a database to other (testing).

The project source and some precompiled libs are hosted at google code in
the girs project
http://code.google.com/p/girs/

Some features are not already enabled.

Please take a look
Observations are welcome

Pedro
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer