Skip to content
Snippets Groups Projects
Commit b7f0bccf authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

Fix some more docs.

parent eb3c9fd0
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ protected void create(void|string host, void|string database, ...@@ -230,7 +230,7 @@ protected void create(void|string host, void|string database,
//! During the execution of a statement, this function accumulates all //! During the execution of a statement, this function accumulates all
//! non-error messages (notices, warnings, etc.). If a statement does not //! non-error messages (notices, warnings, etc.). If a statement does not
//! generate any errors, this function will return all collected messages //! generate any errors, this function will return all collected messages
//! from the last statement. //! since the last statement.
//! //!
//! @note //! @note
//! The string returned is not newline-terminated. //! The string returned is not newline-terminated.
...@@ -1703,8 +1703,10 @@ private inline void throwdelayederror(object parent) { ...@@ -1703,8 +1703,10 @@ private inline void throwdelayederror(object parent) {
//! @member int ":_sync" //! @member int ":_sync"
//! Forces synchronous parsing on or off for statements. //! Forces synchronous parsing on or off for statements.
//! Setting this to off can cause surprises because statements could //! Setting this to off can cause surprises because statements could
//! be parsed before the previous statements have been executed. //! be parsed before the previous statements have been executed
//! This can speed up parsing by increased parallelism. //! (e.g. references to temporary tables created in the preceding
//! statement),
//! but it can speed up parsing due to increased parallelism.
//! @endmapping //! @endmapping
//! //!
//! @note //! @note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment