[Commits] [wesnoth/wesnoth] 567dba: Refit forum_user_handler to use sql prepared state...

GitHub noreply at github.com
Fri Mar 3 11:27:19 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 567dba1ae4edc1641ce5bb3730f3d6b4aa8461ab
      https://github.com/wesnoth/wesnoth/commit/567dba1ae4edc1641ce5bb3730f3d6b4aa8461ab
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp
    A src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Refit forum_user_handler to use sql prepared statements


  Commit: 4917857eb99904d420b636982248733ec033e3e8
      https://github.com/wesnoth/wesnoth/commit/4917857eb99904d420b636982248733ec033e3e8
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-01-29 (Sun, 29 Jan 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Properly implement fetching strings from mysql


  Commit: df6f8891e45df370dbf312070d4dff4ca910ab87
      https://github.com/wesnoth/wesnoth/commit/df6f8891e45df370dbf312070d4dff4ca910ab87
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Made sql error message include the SQL query


  Commit: 7b4f571afb3c4688a5d8eb85308bc8791ac6cf21
      https://github.com/wesnoth/wesnoth/commit/7b4f571afb3c4688a5d8eb85308bc8791ac6cf21
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Add some documentation to prepared_statement()


  Commit: e549a7c42a89d226bbe5ee8a718eb472149efca0
      https://github.com/wesnoth/wesnoth/commit/e549a7c42a89d226bbe5ee8a718eb472149efca0
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
    M src/server/forum_user_handler.cpp
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Do probe queries without logging an error for each user not found


  Commit: 41c0fc242e148ddc98127209446111fe06835227
      https://github.com/wesnoth/wesnoth/commit/41c0fc242e148ddc98127209446111fe06835227
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
    M src/server/forum_user_handler.cpp

  Log Message:
  -----------
  Screen column and table names in sql with backticks for safety


  Commit: 409eda21a4287078d209e05ac37ed0c8fa57573a
      https://github.com/wesnoth/wesnoth/commit/409eda21a4287078d209e05ac37ed0c8fa57573a
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp

  Log Message:
  -----------
  Reimplement autoreconnect if sql server lost functionality


  Commit: 96244e1167dd212e6dfa79a677f0e4c8ba209e86
      https://github.com/wesnoth/wesnoth/commit/96244e1167dd212e6dfa79a677f0e4c8ba209e86
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Remove cout debugging output


  Commit: 0e4586975e2f0fcbad08e8392b8be04e34a36c35
      https://github.com/wesnoth/wesnoth/commit/0e4586975e2f0fcbad08e8392b8be04e34a36c35
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Bind mysql statement to unique_ptr to ensure that it won't be leaked


  Commit: 8c3c0abe838cdf825cdae94fd3424d0da22747ba
      https://github.com/wesnoth/wesnoth/commit/8c3c0abe838cdf825cdae94fd3424d0da22747ba
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Ensure that mysql_stmt_free_result is called even if exception is thrown


  Commit: eca27ae16fea712b3a566e04ded810abe6baab84
      https://github.com/wesnoth/wesnoth/commit/eca27ae16fea712b3a566e04ded810abe6baab84
  Author: Sergey Popov <loonycyborg at gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/server/forum_user_handler.cpp
    M src/server/forum_user_handler.hpp
    A src/server/mysql_prepared_statement.ipp

  Log Message:
  -----------
  Merge pull request #930 from wesnoth/sql_prepared_statements

Sql prepared statements


Compare: https://github.com/wesnoth/wesnoth/compare/b1ea099da4d6...eca27ae16fea


More information about the Commits mailing list