OnDuplicateKeyUpdate behaving strangely
#3

Well the thing is I even set the AI on the ID and set the default for the command_name altho its still saying that the query was executed normaly but nothing actually happens with a query.

Dont mind the execution time, running on full debug
Quote:

[04:03:24] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 39.570 milliseconds
[04:03:24] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving

And this is the new structure
PHP код:
CREATE TABLE `commands` (
  `
IDint(11NOT NULL,
  `
command_namevarchar(128NOT NULL DEFAULT 'NONE',
  `
command_powerint(10NOT NULL,
  `
authorvarchar(64NOT NULL,
  `
patchvarchar(128NOT NULL
ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- 
Indexes for dumped tables
--

--
-- 
Indexes for table `commands`
--
ALTER TABLE `commands`
  
ADD PRIMARY KEY (`ID`),
  
ADD UNIQUE KEY `command_name` (`command_name`);

--
-- 
AUTO_INCREMENT for dumped tables
--

--
-- 
AUTO_INCREMENT for table `commands`
--
ALTER TABLE `commands`
  
MODIFY `IDint(11NOT NULL AUTO_INCREMENT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
Reply


Messages In This Thread
OnDuplicateKeyUpdate behaving strangely - by TwinkiDaBoss - 20.11.2016, 02:19
Re: OnDuplicateKeyUpdate behaving strangely - by Vince - 20.11.2016, 08:27
Re: OnDuplicateKeyUpdate behaving strangely - by TwinkiDaBoss - 20.11.2016, 14:13
Re: OnDuplicateKeyUpdate behaving strangely - by TwinkiDaBoss - 20.11.2016, 23:19

Forum Jump:


Users browsing this thread: 1 Guest(s)