with pgsql
SVN Revision: 1808
+2009-01-12 Alexey Shchepin <alexey@process-one.net>
+
+ * src/odbc/ejabberd_odbc.erl: Fixed processing of UPDATE results
+ with pgsql
+
2009-01-12 Badlop <badlop@process-one.net>
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
{updated, list_to_integer(N)};
pgsql_item_to_odbc("DELETE " ++ N) ->
{updated, list_to_integer(N)};
+pgsql_item_to_odbc("UPDATE " ++ N) ->
+ {updated, list_to_integer(N)};
pgsql_item_to_odbc({error, Error}) ->
{error, Error};
pgsql_item_to_odbc(_) ->