mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 18:08:54 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
b851e708bb
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ abstract class mssql_base extends \phpbb\db\driver\driver
|
|||
return $expression . " ESCAPE '\\'";
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function cast_expr_to_bigint($expression)
|
||||
{
|
||||
return 'CONVERT(BIGINT, ' . $expression . ')';
|
||||
}
|
||||
|
||||
/**
|
||||
* Build db-specific query data
|
||||
* @access private
|
||||
|
|
Loading…
Add table
Reference in a new issue