Запись на прослушивание
2007
декабрь
28
 
Connected to h003312188_boychoir Resource id #7
Resource id #7,getExistingId(): SELECT id FROM addr where ip = '3.139.72.148';
Resource id #7,getMaxId(): SELECT MAX(id) FROM addr;
Resource id #7,getId(): insert into addr values ('66342','3.139.72.148','','','');
Resource id #7,getValue(): SELECT mode FROM addr where id = '66342';
Resource id #7,getExistingId(): SELECT id FROM addr where ip = '3.139.72.148';
Resource id #7,getValue(): SELECT mode FROM addr where id = '66342';
Resource id #7,getYearSelector(): select year from foto group by year order by year desc;
Resource id #7,getMonthSelector(): select month from foto where year = 2007 group by month order by month desc;
Resource id #7,getFotoDays(): select date from foto where year = 2007 and month = 12 group by date order by date desc;
Resource id #7,getFotoSelector(): select * from foto where year = 2007 and month = 12 and date = 28 order by year, month, date, id;
Resource id #7,getPeople(): SELECT person_id, pre, name, post FROM foto2person WHERE foto2person.id = 120 ORDER BY ord;
Resource id #7,getArticle4foto(): SELECT article.id, article.title FROM article, foto2article WHERE foto2article.article_id = article.id AND foto2article.foto_id = 120 AND article.lang = 'ru' GROUP BY article.id;
getId(): Error executing query insert into addr values ('66342','3.139.72.148','','',''); Duplicate entry '66342' for key 'PRIMARY'