Hi All,
I'm using kamailio with database in text mode and i'd like to know if dbtext module has support the following parameters to search:
ilike; limit; offset;
Regards
On Monday 04 July 2011, Bruno Bresciani wrote:
Hi All,
I'm using kamailio with database in text mode and i'd like to know if dbtext module has support the following parameters to search:
ilike; limit; offset;
Hi Bruno,
the db_text module only support the basic operations that the kamailio database API provides, but not the raw_query method. If you need more, maybe the db_sqlite module is something for you. It will be in 3.2, in 3.1 you can use it with help of the db_unixodbc connector.
Best regards,
Henning
On 7/5/11 10:39 AM, Henning Westerholt wrote:
On Monday 04 July 2011, Bruno Bresciani wrote:
Hi All,
I'm using kamailio with database in text mode and i'd like to know if dbtext module has support the following parameters to search:
ilike; limit; offset;
Hi Bruno,
the db_text module only support the basic operations that the kamailio database API provides, but not the raw_query method. If you need more, maybe the db_sqlite module is something for you. It will be in 3.2, in 3.1 you can use it with help of the db_unixodbc connector.
if someone is eager to use db_sqlite from devel version on 3.1.x, then it should just work by copying the module in the source tree of 3.1.x, since there were no changes in module interface or db api. Creating sqlite database would require to use devel kamctl, for an easier process.
Cheers, Daniel
OK,
for while I'll try work with database in text....
Best Regards
2011/7/5 Henning Westerholt henning.westerholt@1und1.de
On Monday 04 July 2011, Bruno Bresciani wrote:
Hi All,
I'm using kamailio with database in text mode and i'd like to know if dbtext module has support the following parameters to search:
ilike; limit; offset;
Hi Bruno,
the db_text module only support the basic operations that the kamailio database API provides, but not the raw_query method. If you need more, maybe the db_sqlite module is something for you. It will be in 3.2, in 3.1 you can use it with help of the db_unixodbc connector.
Best regards,
Henning