mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Merge branch 'rhymix:develop' into develop
This commit is contained in:
commit
e86b887e34
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ class DB
|
|||
*/
|
||||
public function getNextSequence()
|
||||
{
|
||||
$this->_handle->exec(sprintf('INSERT INTO `%s` (seq) VALUES (0)', $this->addQuotes($this->_prefix . 'sequence')));
|
||||
$this->_handle->exec(sprintf('INSERT INTO `%s` (seq) VALUES (NULL)', $this->addQuotes($this->_prefix . 'sequence')));
|
||||
$sequence = $this->getInsertID();
|
||||
if ($this->isError())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue