pgsql fix
This commit is contained in:
parent
1fa41bea30
commit
8f4e7540ae
@ -2,7 +2,7 @@
|
||||
namespace SYSTEM\SQL;
|
||||
class SYS_LOCALE_SET_LOCALE extends \SYSTEM\DB\QP {
|
||||
public static function get_class(){return \get_class();}
|
||||
public static function pqsql(){return
|
||||
public static function pgsql(){return
|
||||
'UPDATE '.\SYSTEM\SQL\system_user::NAME_PG.
|
||||
' SET '.\SYSTEM\SQL\system_user::FIELD_LOCALE.' = $1'.
|
||||
' WHERE '.\SYSTEM\SQL\system_user::FIELD_ID.' = $2;';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user