Statistics: Posted by Dragonfire — 28 Feb 2014, 02:46
Statistics: Posted by Dragonfire — 26 Feb 2014, 20:21
Statistics: Posted by Ze_PilOt — 26 Feb 2014, 20:12
Ze_PilOt wrote:
No. Please don't store anything locally. It's really not needed and will lead to more problems than it solve.
For notifications, it's probably easier and more effective to program a bot able to do it in the chat.
Statistics: Posted by Dragonfire — 26 Feb 2014, 20:10
Ze_PilOt wrote:I think he did it that way because he had no access to the FAF database to begin with.
Also, it forces me to do a join in the request to get the right clan tag at user login (as your table use different UIDs), and that's probably triggered more often than the page display
Statistics: Posted by Ze_PilOt — 26 Feb 2014, 16:06
Statistics: Posted by burnstreet — 26 Feb 2014, 15:55
Statistics: Posted by Dragonfire — 26 Feb 2014, 11:00
Statistics: Posted by Ze_PilOt — 26 Feb 2014, 10:48
Statistics: Posted by Dragonfire — 26 Feb 2014, 10:39
Ze_PilOt wrote:2. Why aren't using using the login table directly?
Statistics: Posted by Ze_PilOt — 26 Feb 2014, 08:49
Statistics: Posted by Aulex — 26 Feb 2014, 00:46
Statistics: Posted by Dragonfire — 26 Feb 2014, 00:36
Statistics: Posted by Ze_PilOt — 26 Feb 2014, 00:25
CREATE TABLE `event` (
`id` INT NOT NULL AUTO_INCREMENT,
`data` VARCHAR(256) NOT NULL,
`time` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`));
Statistics: Posted by Dragonfire — 26 Feb 2014, 00:03