Basil Ajith
Basil Ajith
Can't this be fixed from within the server hosting the Zig website? If we are using something like Nginx, www can be added in as a sub-domain to the conf...
Is this issue still up?
I'm still getting the same error. I'm trying to call the Exec() method on a transaction object (from db.Begin). What I am trying to do is to read a csv...
Just simply: ```table_name( ( id uuid NOT NULL, column_2 character varying(100) NOT NULL, column_3 character varying(100), column_4 character varying(100), PRIMARY KEY (id) ) ``` It's the first table in the...
I was able to add it when I used a Python script. I used `psycopg2` and the built-in `uuid` library in Python, but I converted the uuid generated to string...
The table is already present. Do I need to create the table within the script itself and maintain context?
Got it. It worked! There was another column that had a uuid type which was the source of the error. 😬 Thank you so much Vlad!
Any idea how this can be fixed? I can give it a shot, if someone tells me what the issue is and what needs to be done to fix it.
Thanks Stefan. I'll make sure I'll fork and raise a PR for any issue in the future.
1. Nope, I haven't published any Nim project except for [this](https://github.com/bsljth/printo/). I've been a JavaScript developer for a couple of years and pretty much a computing hobbyist for many years....