1
vote
10answers
210 views
storing long text
what is the best way to store long texts (articles) in a database? it doesnt need to be searchable.
i want to allow ppl to read the first chapter of every book in my bookstore. dumping it into a …
1
vote
0answers
462 views
JPA native query for LONGTEXT field in a MySQL view results in error
Hi,
I have the following JPA SqlResultSetMapping:
@SqlResultSetMappings({
@SqlResultSetMapping(name="GroupParticipantDTO",
columns={
@ColumnResult(name="gpId"),
…
1
vote
2answers
250 views
Trouble with CONCAT and Longtext
The SQL...
UPDATE Threads t
SET t.Content = (
SELECT GROUP_CONCAT(a.Content ORDER BY a.PageID SEPARATOR '<!-- pagebreak -->')
FROM MSarticlepages a
WHERE a.ArticleID = …
-2
votes
3answers
94 views
I’m taking the contents of a 1.2mb webpage into a longtext field, server has gone away
I'm taking the contents of a 1.2mb webpage into a longtext field, server has gone away though everytime!
