• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

sql

  1. Z

    PostgreSQL Insert data problem

    Hi, I have a problem with my script: error: pq: value too long for type character(1) My database is built like this: CREATE TABLE ip_logs ( ip_id INT PRIMARY KEY, nickname TEXT NOT NULL, ip_adress TEXT NOT NULL); My script: dbc.exec("INSERT INTO ip_logs(ip_id, nickname, ip_adress) VALUES...
Top