|
29.
|
|
|
cannot convert multidimensional array to Python list
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plpython.c:2027
|
|
30.
|
|
|
PL/Python only supports one-dimensional arrays.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plpython.c:2028
|
|
31.
|
|
|
could not create new dictionary
|
|
|
|
impossibile creare il nuovo dizionario
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2067
|
|
32.
|
|
|
could not create bytes representation of Python object
|
|
|
|
impossibile creare la rappresentazione di tipo byte dell'oggetto Python
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2139
|
|
33.
|
|
|
could not create string representation of Python object
|
|
|
|
impossibile creare la rappresentazione di tipo stringa dell'oggetto Python
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2193
|
|
34.
|
|
|
could not convert Python object into cstring: Python string representation appears to contain null bytes
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plpython.c:2204
|
|
35.
|
|
|
return value of function with array return type is not a Python sequence
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plpython.c:2238
|
|
36.
|
|
|
key "%s " not found in mapping
|
|
|
|
la chiave "%s " non è stata trovata nel dizionario
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2313
|
|
37.
|
|
|
To return null in a column, add the value None to the mapping with the key named after the column.
|
|
|
|
Per ritornare null in una colonna, inserire nella mappa il valore None in corrispondenza del nome di colonna come chiave.
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2314
|
|
38.
|
|
|
length of returned sequence did not match number of columns in row
|
|
|
|
la lunghezza della sequenza ritornata non rispetta il numero di colonne presenti nella riga
|
|
Translated by
Gabriele Bartolini
|
|
|
|
Located in
plpython.c:2357
|