-
-
src/Lunr/Gravity/Database/DatabaseConnection.php (Diff revision 1) It's easier to just add
use \Lunr\Core\Configuration;
on top -
src/Lunr/Gravity/Database/Exceptions/Tests/QueryExceptionBaseTest.php (Diff revision 1) Technically 2022, AFAIK you can't backdate copyright.
-
-
-
src/Lunr/Gravity/Database/TransactionalDatabaseAccessObject.php (Diff revision 1) Technically 2022, AFAIK you can't backdate copyright.
Change Summary:
Fixes annotations
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+102 -79) |
-
-
src/Lunr/Gravity/Database/DatabaseConnection.php (Diff revision 2) You don't need the full path if you
use
-
src/Lunr/Gravity/Database/DatabaseConnectionPool.php (Diff revision 2) You don't need the full path if you
use
-
src/Lunr/Gravity/Database/MariaDB/MariaDBConnection.php (Diff revision 2) You don't need the full path if you
use
-
src/Lunr/Gravity/Database/MariaDB/Tests/MariaDBSimpleDMLQueryBuilderSelectTest.php (Diff revision 2) Not a string
$operators = []; $operators[] = [ NULL ]; $operators[] = [ 'ALL' ]; $operators[] = [ 'DISTINCT' ]; $operators[] = [ TRUE ]; $operators[] = [ FALSE ];
-
src/Lunr/Gravity/Database/MariaDB/Tests/MariaDBSimpleDMLQueryBuilderSelectTest.php (Diff revision 2) Not a string
$operators = []; $operators[] = [ NULL ]; $operators[] = [ 'ALL' ]; $operators[] = [ 'DISTINCT' ]; $operators[] = [ TRUE ]; $operators[] = [ FALSE ];
-
-
Change Summary:
Fixes annotations
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+98 -69) |
-
-
src/Lunr/Gravity/Database/DatabaseAccessObject.php (Diff revision 3) That's fixing the problem on the wrong end. Rather, the interface should be fixed to default to TRUE (that's what the implementations do)
-
src/Lunr/Gravity/Database/Exceptions/Tests/QueryExceptionBaseTest.php (Diff revision 3) Check commit log for date of first commit
-
src/Lunr/Gravity/Database/Exceptions/Tests/QueryExceptionTest.php (Diff revision 3) Check commit log for date of first commit
-
src/Lunr/Gravity/Database/TransactionalDatabaseAccessObject.php (Diff revision 3) Typo in the first year, but this also wasn't introduced in 2012. Check the git log for the date of the first commit :)
Change Summary:
Fixes annotations. Changes interface default behavior
Testing Done: |
|
||||
---|---|---|---|---|---|
Commit: |
|
||||
Diff: |
Revision 4 (+93 -68) |