I'm trying to get the sample SqlDataSourceServlet to work against a
postgres database.
Not getting much success and reading around, I arrived on this page :
http://code.google.com/apis/visualization/documentation/dev/dsl_javadocs/com/google/visualization/datasource/util/SqlDataSourceHelper.html
In it it says : "A utility class, with static methods that are
specific for creating a data source based on a SQL database table. For
now, it can be based on mysql database only. "
It's the "For now, it can be based on mysql database only." part that
caught my eyes.
Does that really mean it's not working for postgres ?
So I can't get a ready-made datasource with the query-language support
for a postgres database, Any idea what I'd need to do in order to
create one ?
Regards,
Dids,