Top "Truncated" questions

Truncation is the term for limiting the number of digits right of the decimal point, by discarding the least significant ones.

Error Code 1292 - Truncated incorrect DOUBLE value - Mysql

I am not sure what is this error! #1292 - Truncated incorrect DOUBLE value: I don't have double value field or …

mysql truncated mysql-error-1292
list output truncated - How to expand listed variables with str() in R

I have a data.frame df with 600+ variables. I'm writing a function that automates the creation of columns and need …

r dataframe output truncated
How can I get the full string of PHP’s getTraceAsString()?

I'm using getTraceAsString() to get a stack trace but the string is being truncated for some reason. Example, an exception …

php string exception truncation truncated
Google Chart Tools truncating y axis labels

Working with a Google bar chart, here is what I got: Here my custom options var options = { width: 500, height: 240, legend : …

google-visualization truncated axis-labels
C++ string too big, trailing characters truncated

I am making a program that when started, will write a predefined string into a file. The file is about 5 …

c++ string size truncated
Why is my data being truncated? Warning | 1265 | Data truncated for column

I tried adding NULL to both date_of_birth and date_of_death, but that didn't help. Why is data …

mysql date null warnings truncated
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
mysql load data local infile syntax issues with set fields

I'm trying to use mysql's LOAD DATA LOCAL INFILE syntax to load a .csv file into an existing table. Here …

mysql csv load-data-infile truncated
Relocation Truncated to Fit error in NASM x86_64

I'm using a computer with an Intel Core 2 CPU and 2GB of RAM. My OS is Ubuntu 9.04. When I try …

linker nasm relocation truncated
How to prevent truncating of string in unit test python

I am doing a unit test in Python for my program and I would like to do an assertEquals test. …

python string unit-testing testing truncated