We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20073 commit 01f592bCopy full SHA for 01f592b
README.md
@@ -30,5 +30,6 @@ Here's a terse walkthrough for the tech-savy:
30
7. Manually remove the `simpletracker` account from the users table.
31
32
The code has been tested on an Arch Linux server, using nginx (1.10.1), and both
33
-MySQL (10.1.18-MariaDB) and PostgreSQL (9.5.4). Your mileage may vary.
+MySQL (10.1.18-MariaDB) and PostgreSQL (9.5.4). Users have also reported the
34
+code working on Windows. Your mileage may vary.
35
db.php
@@ -78,7 +78,7 @@ public function decode_data($s) {
78
}
79
80
public function encode_bool($s) {
81
- return $s;
+ return $s ? 1 : 0;
82
83
84
0 commit comments