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