Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's supported too:

fmt ("SELECT {:v}, {:v} FROM {:v} WHERE id = {}", colname1, colname2, tablename, id);

The :v means "don't quote this, insert this string exactly as specified." It also has specialized handling for NULL values (i.e. it can generate 'IS NULL' instead of '= ...' if the value passed on is intended as a NULL value).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: