AKSW / Erfurt

PHP5 / Zend based Semantic Web API for Social Semantic Software
41 stars 27 forks source link

Mssql, EfZendDb and Multistore are using plain "COUNT" queries #99

Open white-gecko opened 8 years ago

white-gecko commented 8 years ago

The Store Adapters are using Mssql, EfZendDb and Multistore setSelectClause("COUNT") (resp. was setProloguePart("COUNT")) on SimpleQuery Objects. This results in a query starting with COUNT which is not correct afaik.