ameerkat / imdb-to-sql

Converts the plain text IMDB files available for download into a usable relational database format
Apache License 2.0
104 stars 38 forks source link

billing_position, skip_lookup error #6

Open luzer opened 8 years ago

luzer commented 8 years ago

when i run the latest list files, against postgres, i get the error:

Traceback (most recent call last):
  File "tosql.py", line 550, in <module>
    billing_position}, skip_lookup = True, supress_output = True)
  File "tosql.py", line 287, in select_or_insert
    connection_cursor.execute(build_insert_query(name, param_dict))
psycopg2.DataError: value too long for type character varying(1023)