summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/default_config.cf.en.in28
-rw-r--r--fml/etc/default_config.cf.ja.in28
2 files changed, 28 insertions, 28 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 1d3a5d13..dab111ed 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -3164,38 +3164,38 @@ sql_table = ml
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_get_next_key = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_get_next_key = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_getline = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_getline = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_add = insert into $sql_table
+sql_query_add = insert into $sql_table
values ('$ml_name', '$ml_domain', '&address', 1, 1)
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_delete = delete from $sql_table
- where fml_ml = '$ml_name'
+sql_query_delete = delete from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
@@ -3204,10 +3204,10 @@ sql_delete = delete from $sql_table
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_find = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_find = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 8fb4fccd..ffa697e6 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -3254,38 +3254,38 @@ sql_table = ml
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_get_next_key = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_get_next_key = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_getline = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_getline = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_add = insert into $sql_table
+sql_query_add = insert into $sql_table
values ('$ml_name', '$ml_domain', '&address', 1, 1)
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_delete = delete from $sql_table
- where fml_ml = '$ml_name'
+sql_query_delete = delete from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
@@ -3294,10 +3294,10 @@ sql_delete = delete from $sql_table
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_find = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_find = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and