File Changes for galt
switch to commits view, user indexv320_preview to v320_preview2 (2015-07-20 to 2015-07-27) v320
- src/hg/inc/jksql.h
- lines changed 13, context: html, text, full: html, text
Fixes RM#15751. Fixes a minor problem with sql string escaping. Also added a new function sqlSafefAppend because it use handy when you need to safely append a little formatted string, but you do not want to be bothered with using dyStrings.
- src/hg/lib/hgFind.c
- lines changed 9, context: html, text, full: html, text
Fixes RM#15751. Fixes a minor problem with sql string escaping. Also added a new function sqlSafefAppend because it use handy when you need to safely append a little formatted string, but you do not want to be bothered with using dyStrings.
- src/hg/lib/jksql.c
- lines changed 19, context: html, text, full: html, text
Fixes RM#15751. Fixes a minor problem with sql string escaping. Also added a new function sqlSafefAppend because it use handy when you need to safely append a little formatted string, but you do not want to be bothered with using dyStrings.
- src/hg/makeDb/doc/hg18.txt
- lines changed 6, context: html, text, full: html, text
Note from Valerie that our hg18.altLocations are valid.
switch to commits view, user index