How would I do this in SQLObject?
UPDATE
Table
SET
some_text = CONCAT(some_text, 'text')
WHERE
id = 57
Is it just
table = Table.get(57)
table.some_text = table.some_text + "text"
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss