Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
base: e8e4892
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 39a4080
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2012

  1. Fix utf8 offset when logging SQL in db_query_bound

    The fix for #13280 (5835572) only fixed
    one part of the problem, i.e. when the UTF8 characters were in the SQL
    query itself. This commit fixes the remaining case when the string
    parameters contain multibyte chars.
    
    Fixes #14097
    dregad committed Mar 27, 2012
    Copy the full SHA
    094d4b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c210a3 View commit details
    Browse the repository at this point in the history
  3. Avoid unnecessary execution of query logging code

    As per documentation for $g_show_queries_list, this option should only
    be effective when $g_show_queries_count is ON. However, the global
    variable $g_db_log_queries initialized in database_api.php did not
    reflect this, which resulted in unnecessary execution of the logging
    code in db_query_bound().
    dregad committed Mar 27, 2012
    Copy the full SHA
    39a4080 View commit details
    Browse the repository at this point in the history