Top "Longtext" questions

Output array in Twig

I trying to output an array from the database to the screen. In my entity: /** * @ORM\Column(type="array", nullable=…

arrays symfony doctrine-orm twig longtext
Limit length of longtext field in SELECT results

I'm executing a SELECT query on a table in MySQL using the command-line interface (not a GUI client): SELECT * FROM …

mysql sql longtext
SQL Error 1406 Data too long for column

I am trying to execute the query below in MySQL but get the SQL error 1406 Data too long for column …

mysql longtext
BLOB/TEXT column 'bestilling' used in key specification without a key length

I am trying to make a order system, but I am stuck right now. In the mysql tabel right now, …

mysql text key longtext
JPA: "Data too long for column" does not change

One of my entities Machinery has got a String property called notes. JPA 2-Hibernate generates the schema for me, in …

hibernate jpa longtext
Pulling data from SAP using Excel Macros

So I am trying to pull data from SAP using excel macros. I am new to VBA so please bear …

vba excel sap longtext
EditText ellipsize (three dots...)

Unfortunatelly I am not able to make ellipsize for EditText works. Is even possible to put three dots at the …

android forms android-edittext longtext
What is the disadvantage to using a MySQL longtext sized field when every entry will fit within a mediumtext sized field?

What is the disadvantage to using a MySQL longtext sized field when every entry will fit within a mediumtext sized …

mysql comparison longtext
VARCHAR versus TEXT or LONGTEXT

If a blog post is 200 characters long, will varchar(6500) only consume the space of varchar(200)? Will this be more efficient …

sql varchar longtext
Trouble with GROUP_CONCAT and Longtext in MySQL

The SQL... UPDATE Threads t SET t.Content = ( SELECT GROUP_CONCAT(a.Content ORDER BY a.PageID SEPARATOR '<!…

mysql group-concat truncated longtext