[REP ++] Mysql data is mixing sometimes
#6

You should be checking if there are rows. I'm not sure about this, but perhaps an older cache is being loaded if it isn't replaced with a new one (due to there being no rows in the resultset).

I also want to highlight two petpeeves of mine: the first is using the name as the key. This is fine the first time around but for every other query you should use the primary key. The second is using "sz". Systems Hungarian is a dumb and redundant system. You don't have to be a genius to figure out that a name is a string.
Reply


Messages In This Thread
[REP ++] Mysql data is mixing sometimes - by buburuzu19 - 03.09.2015, 15:09
Re: [REP ++] Mysql data is mixing sometimes - by ThePhenix - 03.09.2015, 15:11
AW: [REP ++] Mysql data is mixing sometimes - by Macronix - 03.09.2015, 15:23
Re: [REP ++] Mysql data is mixing sometimes - by buburuzu19 - 03.09.2015, 16:36
Re: AW: [REP ++] Mysql data is mixing sometimes - by buburuzu19 - 03.09.2015, 16:38
Re: [REP ++] Mysql data is mixing sometimes - by Vince - 03.09.2015, 16:41
Re: [REP ++] Mysql data is mixing sometimes - by buburuzu19 - 03.09.2015, 16:46
Re: [REP ++] Mysql data is mixing sometimes - by buburuzu19 - 03.09.2015, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)