diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-03 15:15:46 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-03 15:15:46 +0000 |
commit | d0e2ac9ed2432e877e1a55f46752b614d29fafb9 (patch) | |
tree | 7c97e92bbed7655311b732a6d16a61f5e04a2d4d /doc/dev.html | |
parent | * src/ejabberd.app: Updated to the current version. (diff) |
* src/odbc/odbc_queries.erl: Support for Microsoft SQL Server as
a database backend (via ODBC).
* src/odbc/ejabberd_odbc.erl: Likewise.
* src/odbc/mssql.sql: Likewise.
* src/odbc/Makefile.in: Likewise.
* src/ejabberd_auth_odbc.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise.
* src/mod_last_odbc.erl: Likewise.
* src/configure.ac: Likewise
* doc/guide.tex: Likewise.
* doc/introduction.tex: Likewise.
* src/odbc/pg.sql: Minor fix.
SVN Revision: 598
Diffstat (limited to 'doc/dev.html')
-rw-r--r-- | doc/dev.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dev.html b/doc/dev.html index 0daaf175b..8681b1521 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -153,6 +153,7 @@ Native MySQL support. <LI CLASS="li-itemize">Native PostgreSQL support. <LI CLASS="li-itemize">Mnesia. <LI CLASS="li-itemize">ODBC data storage support. +<LI CLASS="li-itemize">Microsoft SQL Server support (via ODBC). </UL> <LI CLASS="li-itemize">Authentication <UL CLASS="itemize"><LI CLASS="li-itemize"> |