Commits for galt
switch to files view, user index
v432_preview to v432_preview2 (2022-05-23 to 2022-05-31) v432
Show details
9f7e8d3b93fc9d1ed0e1e3e9f8c164f90496e1a8 Tue May 24 14:35:15 2022 -0700
- Fix NOSQLINJv2 bug in genomeTracks.c. Needed to use sql safe functions.
- src/hg/hgTracks/gencodeTracks.c - lines changed 25, context: html, text, full: html, text
43276571bcb7a038e6b274be67b9e24f5ffa625f Tue May 24 15:51:09 2022 -0700
- minor error needs sqlDyStringPrintf in targetDb.c. refs #29274.
- src/hg/cgilib/targetDb.c - lines changed 1, context: html, text, full: html, text
afffac65ec2d51d24a2c0d779e3c44e41760f1ab Fri May 27 10:21:32 2022 -0700
- minor fix for NOSQLINJv2. needed to use sql safe functions.
- src/hg/hgTracks/simpleTracks.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/wigMafTrack.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgc/cgapSageClick.c - lines changed 1, context: html, text, full: html, text
d72c06628ce3c8a977c5eec289b6e8c7fc2cc5e3 Fri May 27 16:36:45 2022 -0700
- oops minor NOSQLINJv2 fix for pubs.c, I missed proper initialization of artFilterSql should have been sqlSafef(artFilterSql, sizeof(artFilterSql), "%s", ""); Revamped to be better and simpler with dyString. refs #29274
eb81fe8c39c5be59e32291a7533131eb50a95b51 Fri May 27 19:49:45 2022 -0700
- minor fix for NOSQLINJv2, needs sql safe functions calling getHubSearchResults in searchTracks.c. refs #29274
- src/hg/hgTracks/searchTracks.c - lines changed 2, context: html, text, full: html, text
0f8172b899832fbc341e973de7f0addabb25337c Sat May 28 16:15:15 2022 -0700
- fixing SQL free-form query for NOSQLINJv2 in hgTables and tablesTables. also did some security testing on the SQL Sanity routine, and found no problems. refs #29274
- src/hg/hgTables/filterFields.c - lines changed 10, context: html, text, full: html, text
- src/hg/lib/tablesTables.c - lines changed 10, context: html, text, full: html, text
a04e8e0293d354079eb16fe29940e5ef8cc601fe Mon May 30 12:28:50 2022 -0700
- sqlSanity checker works fine with NOSQLINv2. refs #29274
- src/hg/hgTables/filterFields.c - lines changed 8, context: html, text, full: html, text
- src/hg/lib/sqlSanity.c - lines changed 43, context: html, text, full: html, text
- src/hg/lib/tablesTables.c - lines changed 10, context: html, text, full: html, text
8d6c643aa40c23a81cbc16fe0961e78e61b1e5f4 Mon May 30 23:44:54 2022 -0700
- Fixing problem in logOnly and other non-abort modes for NOSQLINJv2.
switch to files view, user index