Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+27) |
-
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 2) Might be better to report a status here.
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 2) Did you actually test that this is working?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+29) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+29) |
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 4) This would suggest
[MYSQLI_OPT_INT_AND_FLOAT_NATIVE, MYSQLI_OPT_INT_AND_FLOAT_NATIVE]
is a correct usage of the function but the code suggests it isn't. -
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+29) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 6 (+29) |
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 6) Besides your choice in programming language for TRUE and False, this is wrong.
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 6) we still need a way to opt out though
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 7 (+29) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 8 (+41 -4) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 9 (+42 -4) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 10 (+33 -3) |
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 10) Set the value in the constructor please
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 10) I'd just make it set_option() and make it take key and value. That way we know it's always gonna be an array
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 11 (+31) |
-
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 11) This would just set a singular option right?
which is it?
- "Set options for the current connection"
- "array $options"
- "set_option($options)"
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 12 (+31) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 13 (+31) |
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 13) why not set_option($key, $value)?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 14 (+32) |
-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 14) what are you trying to accomplish here?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 15 (+80) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 16 (+80) |