Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Sep 23, 2023
1 parent 28275e4 commit 8369129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// transaction test.
$testSQL = rex_sql::factory();
$testSQL->transactional(static function (rex_sql $testSQL) {
$testSQL->setQuery('SELECT 1');
$testSQL->setQuery('SELECT * rex_user LIMIT 1');
});
} catch (Exception $e) {
throw new rex_sql_exception('db does not support transactions', $e);
Expand Down

0 comments on commit 8369129

Please sign in to comment.