a year ago
When I try to open the table from the website, I get an error
11 Replies
a year ago
Table 'Analises'
a year ago
Can you provide reproducible steps to create a new table that would result in the same error?
a year ago
I attached an image of the error to facilitate identification, I have no idea why I just opened the connection created the table and entered some data
Attachments
a year ago
Please give reproducible steps on how you created the table that lead to this error.
brody
Please give reproducible steps on how you created the table that lead to this error.
a year ago
I connected to the database through java and created the table from the command:
String createTableSQL = """
CREATE TABLE Analises (
Id_user INTEGER,
COD TEXT,
CLASSTEXT TEXT,
AREIA_TOTAL REAL,
SILTE REAL,
ARGILA REAL,
ZN REAL,
MN REAL,
FE REAL,
CU REAL,
B REAL,
M REAL,
V REAL,
CTCph REAL,
CTC REAL,
SB REAL,
MO REAL,
HAL REAL,
Al3 REAL,
Mg REAL,
Ca REAL,
S REAL,
K REAL,
Pmeh REAL,
Phcacl2 REAL,
Data TEXT,
NC REAL,
Cultura TEXT
)
""";
a year ago
An internal ticket has been attached to this thread. Updates will be relayed in this thread, so keep an eye out!
Status changed to In Progress Railway • about 1 year ago
a year ago
Update: An internal ticket linked to this thread has been changed to Todo.
a year ago
Update: An internal ticket linked to this thread has been changed to In Progress.
a year ago
Update: An internal ticket linked to this thread has been changed to Backlog.
Status changed to Solved angelo-railway • about 1 year ago
2 months ago
🛠️ The ticket Database viewer crashes for MySQL has been marked as triage.
a month ago
🛠️ The ticket Database viewer crashes for MySQL has been marked as in progress.
a month ago
✅ The ticket Database viewer crashes for MySQL has been marked as completed.