Changes between Initial Version and Version 1 of Ticket #29996


Ignore:
Timestamp:
Nov 28, 2018, 6:19:20 PM (6 years ago)
Author:
Tim Graham
Comment:

You can use a query expression for that. See TicketClosingReasons/UseSupportChannels to get help if the documentation isn't enough.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29996

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #29996 – Description

    initial v1  
    33Maybe I'm doing something strange?
    44Ex.
    5 qs = qs.extra(where=["foreignkey_id LIKE %s + '%%'"], params=[param])
     5`qs = qs.extra(where=["foreignkey_id LIKE %s + '%%'"], params=[param])`
Back to Top