[DiscordArchive] spam command?
[DiscordArchive] spam command?
Archived author: Deleted User • Posted: 2017-03-10T19:02:42.922000+00:00
Original source
i don't know c++, i'm only doing some sql at the moment but I guess it means "yes it will create bugs"
Archived author: Rochet2 • Posted: 2017-03-10T19:04:59.699000+00:00
Original source
<@456226577798135808> It probably doesnt create problems in itself.
But if you try to insert rows while the server is running then that may be an issue. (and not related to auto incrementing at all)
Archived author: Deleted User • Posted: 2017-03-10T19:05:41.908000+00:00
Original source
because it can make duplicate entries?
Archived author: Rochet2 • Posted: 2017-03-10T19:06:23.733000+00:00
Original source
hmm, yes, sort of. (there cannot be a duplicate entry in DB though)
Archived author: Deleted User • Posted: 2017-03-10T19:07:19.606000+00:00
Original source
ok I see thank you!
Archived author: Deleted User • Posted: 2017-03-10T19:07:29.895000+00:00
Original source
i was looking to send emails through the DB
Archived author: Deleted User • Posted: 2017-03-10T19:07:45.195000+00:00
Original source
so it's better to do it while the server is off, ty
Archived author: Deleted User • Posted: 2017-03-10T19:37:35.577000+00:00
Original source
but why it's not simply using the mysql auto increment though?
Archived author: Rochet2 • Posted: 2017-03-10T21:14:49.442000+00:00
Original source
Well for one it is simple not to use it. And Im not sure there is any real benefit in using it, because even if used, it would just generate the ID, which is already done by core.
Archived author: Viste • Posted: 2017-03-10T21:16:42.298000+00:00
Original source
i'm sen mails via external mail path and CP