show/hide this revision's text 2 added p4options

I use p4sql and run a query on the "changes" database. Here's the perforce database schema

The query looks something like this (untested)

select change from changes where description like '%text%' and p4options = 'longdesc'

edit: added the p4options to return more than 31 characters in the description.

show/hide this revision's text 1

I use p4sql and run a query on the "changes" database. Here's the perforce database schema

The query looks something like this (untested)

select change from changes where description like '%text%'