I would really appreciate being able to SELECT a substring of text, especially when retrieving a list of items to show as previews. Does anyone know whether this exists or is being worked on?
Thanks!
attributes
for find supports a syntax like:
attributes: [
[db.fn('LEFT', db.col('mycolumn'), 10), 'mycolumn_cut']
]
Thanks! This is exactly what I needed!
attributes
for find supports a syntax like:attributes: [ [db.fn('LEFT', db.col('mycolumn'), 10), 'mycolumn_cut'] ]
what is db?
Most helpful comment
attributes
for find supports a syntax like: