Re: Two (possible) bugs with 1.4.0
"Johann du Preez" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <002401c50a79$1e130250$bf00a8c0@Pinotage> |
Hi Alan, > This has been captured on a past thread on this list. The dlr storage > handling for postgres works for postgres >= 7.4. I am using postgres v 7.4.6 and dlr storage works but there is a problem when Kannel attempts to remove the entries. From my earlier posting: **>1. I use postgresql (v 7.4.6) for dlr-storage, as can be seen from my **>config file below. However, I get the following error when it seems that **>Kannel wants to delete the entries from the database: **> **>2005-02-01 07:41:08 [1628] [6] ERROR: PGSQL: DELETE FROM dlr WHERE **>smsc='vodacom' AND ts='01/00/213d14b8/1127828553923' LIMIT 1; **>2005-02-01 07:41:08 [1628] [6] ERROR: PGSQL: ERROR: syntax error at or **>near "LIMIT" at character 76 **>2005-02-01 07:41:08 [1628] [6] ERROR: PGSQL: DB update failed! Cheers Johann