From 37d68708e8ee3f237e197a8d89988bbf1ca69762 Mon Sep 17 00:00:00 2001 From: obozdag Date: Sat, 27 Apr 2024 09:35:49 +0200 Subject: [PATCH 1/5] docs: Small typos in database/metadata.rst Fix some small typos in database/metadata.rst --- user_guide_src/source/database/metadata.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/user_guide_src/source/database/metadata.rst b/user_guide_src/source/database/metadata.rst index 85dcdc0b1d33..03bf91230e0e 100644 --- a/user_guide_src/source/database/metadata.rst +++ b/user_guide_src/source/database/metadata.rst @@ -1,6 +1,6 @@ -################# -Database Metadata -################# +################ +Getting Metadata +################ .. contents:: :local: @@ -71,9 +71,7 @@ performing an action. Returns a boolean true/false. Usage example: .. literalinclude:: metadata/005.php -.. note:: Replace *field_name* with the name of the column you are looking - for, and replace *table_name* with the name of the table you are - looking for. +.. note:: Replace *field_name* and *table_name* with the column name and the table name you are looking for. Retrieve Field Metadata ======================= @@ -88,7 +86,7 @@ Returns an array of objects containing field information. Sometimes it's helpful to gather the field names or other metadata, like the column type, max length, etc. -.. note:: Not all databases provide meta-data. +.. note:: Not all databases provide metadata. Usage example: From c4a58da38fda4c7ace80a7e7f23d9c02ff11393b Mon Sep 17 00:00:00 2001 From: obozdag Date: Sat, 27 Apr 2024 11:42:08 +0200 Subject: [PATCH 2/5] docs: Change MetaData to Metadata in database/metadata.rst Change MetaData to Metadata in database/metadata.rst --- user_guide_src/source/database/metadata.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/database/metadata.rst b/user_guide_src/source/database/metadata.rst index 03bf91230e0e..7674c401b793 100644 --- a/user_guide_src/source/database/metadata.rst +++ b/user_guide_src/source/database/metadata.rst @@ -7,7 +7,7 @@ Getting Metadata :depth: 2 ************** -Table MetaData +Table Metadata ************** These functions let you fetch table information. @@ -39,7 +39,7 @@ running an operation on it. Returns a boolean true/false. Usage example: .. note:: Replace *table_name* with the name of the table you are looking for. ************** -Field MetaData +Field Metadata ************** List the Fields in a Table From 08d8a1aa96717de871d9a7809d7e03a65e40f56f Mon Sep 17 00:00:00 2001 From: obozdag Date: Sat, 27 Apr 2024 11:44:05 +0200 Subject: [PATCH 3/5] docs: Change MetaData to Metadata in database/index.rst Change MetaData to Metadata in database/index.rst --- user_guide_src/source/database/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/database/index.rst b/user_guide_src/source/database/index.rst index 0862ec0f4125..e9ab69ad17cb 100644 --- a/user_guide_src/source/database/index.rst +++ b/user_guide_src/source/database/index.rst @@ -14,10 +14,10 @@ patterns. The database functions offer clear, simple syntax. Connecting to a Database Running Queries Generating Query Results - Query Helper Functions + Query Helper Methods Query Builder Class Transactions - Getting MetaData + Getting Metadata Custom Function Calls Database Events Database Utilities From e98c5e60f2cacbfec15d133de89a4bb86a4b44f9 Mon Sep 17 00:00:00 2001 From: obozdag Date: Sun, 28 Apr 2024 11:41:21 +0200 Subject: [PATCH 4/5] docs: Update menu user_guide_src/source/database/index.rst Co-authored-by: kenjis --- user_guide_src/source/database/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/database/index.rst b/user_guide_src/source/database/index.rst index e9ab69ad17cb..e24066e8dc3e 100644 --- a/user_guide_src/source/database/index.rst +++ b/user_guide_src/source/database/index.rst @@ -14,7 +14,7 @@ patterns. The database functions offer clear, simple syntax. Connecting to a Database Running Queries Generating Query Results - Query Helper Methods + helpers Query Builder Class Transactions Getting Metadata From b4fe6d26617b2da7f58fb741fe58c83c83a466ea Mon Sep 17 00:00:00 2001 From: obozdag Date: Tue, 30 Apr 2024 06:38:24 +0200 Subject: [PATCH 5/5] docs: Solve conflict in database/index.rst Solve conflict in database/index.rst --- user_guide_src/source/database/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/database/index.rst b/user_guide_src/source/database/index.rst index e24066e8dc3e..e9ab69ad17cb 100644 --- a/user_guide_src/source/database/index.rst +++ b/user_guide_src/source/database/index.rst @@ -14,7 +14,7 @@ patterns. The database functions offer clear, simple syntax. Connecting to a Database Running Queries Generating Query Results - helpers + Query Helper Methods Query Builder Class Transactions Getting Metadata