Commit Graph

5 Commits

Author SHA1 Message Date
skull132
8383f1c03b Generalizing establish_db_connection() and setup_database_connection()
Both procs are now generalized, and accept a DBConnection object as an argument. Due to this generalization, all instances of `establish_db_connection()` must be renamed to `establish_db_connection(dbcon)`.
Also added variable `failed_connections` to the definition of DBConnection.
2016-03-04 00:53:37 +02:00
skull132
15810ef8b4 show_player_info_discord()
Creates a proc to fetch notes from the DB and send them onto discord, once requested.
2016-02-16 17:42:36 +02:00
skull132
9478441201 Player Notes Edit
Typos are awful.
2016-02-16 01:28:28 +02:00
skull132
4ebb3e7d3b Fixing Note editing/deleting
dbnote_id -> dbnoteid for href-ing.
2016-02-10 13:30:00 +02:00
skull132
5da7e3d699 Player Notes SQL
Adds the SQL based notes system. Partially refractored to use the new DB procs and look neater.
2016-01-19 14:55:01 +02:00