Siting Ren
Siting Ren
@singhpratibha58 I mean what packages have you installed? Such as Flask, and SQLAlchemy. I guess you also used a SQLAlchemy Vertica dialect, where does it come from?
@akariasmorum I merged a [new feature](https://github.com/vertica/vertica-python#bypass-data-conversion-to-python-objects) in v1.1.0. I want to ask for your opinion about whether this feature is useful for you. Can customized converter **per sql type** serve...
@mlvdheiden Looks like this is not a problem of vertica-python itself. Please refer to [Vertica Documentation](https://www.vertica.com/docs/12.0.x/HTML/Content/Authoring/SQLReferenceManual/Statements/COPY/FJSONPARSER.htm) to check your COPY syntax and json data (Trying to do the copy on...
@mlvdheiden Please read up to [Vertica Documentation](https://www.vertica.com/docs/12.0.x/HTML/Content/Authoring/SQLReferenceManual/Statements/COPY/FJSONPARSER.htm) or ask Vertica support for clarifications. Your question is unrelated to vertica-python. In the Vertica Documentation example, it shows `reject_on_duplicate=true` will reject a...
@Runython `conn.create_function(... ...)` is not a function defined in [DB-API](https://www.python.org/dev/peps/pep-0249/) standard, it is a non-standard function specifically defined in SQLite3. So this feature is probably not in our scope for...
@flyninjacode Thanks for reporting this problem. I don't know if there is an existing solution, but the quick workaround I think is to call cursor.fetchall() after your second INSERT execution....
Here are protocol messages that are sending(=>) and receiving( Query: First "INSERT INTO demo SELECT 1,'RT0132',1,100,10023,now();"
@Dschoni For now, unfortunately, there are only quick-start documentation in the README. We understand how important it is for contributors and we agree it is a must-have for this project....
@Dschoni That's great. Please assign yourself as the assignee of this issue if you would like to produce the documentation. Thank you again!
The regular workflow should have a `DEBUG connection: