Hi guys! First of all thank you very much for your quick responses. I have just tried the bug workaround and it works like a charm, thank you Kasper!!!
I think you are creating and awesome library so please keep working on it! By the way, one of the datasources we would like to include within our application is ElasticSearch <http://www.elasticsearch.org/>, are you thinking about including a module for it? If not I would be happy to contribute to your project by trying to add it. Kind regards, Alberto 2014-09-03 8:53 GMT+02:00 Hans Drexler <[email protected]>: > Hi Rodriguez, > > I see the master of everything metamodel has already cracked your problem. > Have a great time using MetaModel! > > Hans > > -----Original Message----- > From: Alberto Rodriguez [mailto:[email protected]] > Sent: Tuesday, September 02, 2014 4:54 PM > To: [email protected] > Subject: Problem executing string-format queries > > Hi all, > > I have just come across your awesome library and am integrating it in my > project. > > I have just written a couple of tests and noticed that I can execute a > string-format query against a JdbcDataContext whereas I am getting an > IllegarArgumentException ( Expression-based filters cannot be manually > evaluated) when I execute the same query using a CsvDataContext. > > This is working fine: > > val dataContext = DataContextFactory.createJdbcDataContext(connection) > val dataSet = dataContext.executeQuery("""SELECT * FROM > public.data_sources WHERE TYPE='rest'""") > > This is returning the exception: > > val dataContext = DataContextFactory.createCsvDataContext(csvFile) > WHERE name='rojo'""") > > Is there any way of executing string queries against all the datacontext > types? > > Thank you! >
