Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv8522
Modified Files:
INSTALL.mSQL
Log Message:
Updated the opening statement (mSQL support isn't very new anymore ;-)
and explained why there are missing features vs. the other database
implementations.
Index: INSTALL.mSQL
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL.mSQL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** INSTALL.mSQL 2000/10/08 18:12:13 1.2
--- INSTALL.mSQL 2001/02/01 04:12:38 1.3
***************
*** 1,3 ****
! mSQL support is new (as of 1.1.6) and is fairly stable.
Setting up mSQL is beyond the scope of this document. See
--- 1,7 ----
! mSQL support is fairly stable. However, due to the limitations of
! mSQL's SQL syntax, certain features found in the MySQL and Postgresql
! versions are not available. This is not to say they can't be done, but
! it will require a lot more code in msql.php to compensate for the lack
! of advanced SQL syntax. Simplicity is one of mSQL's virtues however.
Setting up mSQL is beyond the scope of this document. See
***************
*** 11,15 ****
[root@localhost phpwiki]#
! Load the database schema:
[swain@localhost phpwiki]$ msql wiki < schemas/schema.minisql
--- 15,20 ----
[root@localhost phpwiki]#
! Load the database schema (here I'm in the phpwiki/ directory created
! after untarring the application):
[swain@localhost phpwiki]$ msql wiki < schemas/schema.minisql
***************
*** 34,38 ****
Bye!
- [swain@localhost phpwiki]$
--- 39,42 ----
|