Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Опечатка во встроенной документации для плейсхолдера ?a #60

Open
in4s opened this issue Jul 15, 2019 · 0 comments

Comments

@in4s
Copy link

in4s commented Jul 15, 2019

Цитата из комментария перед классом:

  • $data = $db->getInd('id','SELECT * FROM ?n WHERE id IN ?a','table', array(1,2));
  • $data = $db->getAll("SELECT * FROM ?n WHERE mod=?s LIMIT ?i",$table,$mod,$limit);
  • $ids = $db->getCol("SELECT id FROM tags WHERE tagname = ?s",$tag);
  • $data = $db->getAll("SELECT * FROM table WHERE category IN (?a)",$ids);

В первой строчке цитаты ?a стоит без скобок, в последней в скобках.
Надо бы подправить.

in4s added a commit to in4s/safemysql0 that referenced this issue Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant