Module: sip-router Branch: master Commit: a67ba5f07b433e677b65a329e22c97fbef957dc4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a67ba5f07b433e677b65a329e22c97fbef957dc4
Author: Timo Reimann <[email protected]> Committer: Timo Reimann <[email protected]> Date: Mon Oct 10 11:43:46 2011 +0200 kamutil: Improve README. - Remark that <tablename> and database table name must match. - Brand evilness of dashes as opposed to underscores. --- utils/kamctl/README | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/kamctl/README b/utils/kamctl/README index 5fb4605..e10d3fc 100644 --- a/utils/kamctl/README +++ b/utils/kamctl/README @@ -2,5 +2,6 @@ SQL creation *must* follow the naming pattern <tablename>-create.sql -Note that dashes ("-") in <tablename> must be replaced by underscores -("_"). +where <tablename> corresponds to the name of the database table. Please use +underscores ("_") instead of dashes ("-") in database table names to ensure +compatibility with all types of databases. _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
